Mobile Development 10.11 | webMethods Mobile SuiteWeb Help | webMethods Mobile Designer Native User Interface Reference | Native User Interface (NativeUI) Objects | nUISeparatorElement
 
nUISeparatorElement
com.softwareag.mobile.runtime.nui.nUISeparatorElement
Use to display a horizontal line that separates blocks of content.
Usage Notes
*Setting the Height attribute alters the padding above and below the horizontal, separator line. It does not alter the size of the line itself.
Example
This code sample displays a horizontal, separator line. Details on how the example code is rendered on various platforms follow the code sample.
view.add(new nUISeparatorElement(-1))
Platform
Platform-Specific Class and Visual Reference
Android
Custom android.view.View
iOS
UIView customized with a horizontal rule between content blocks