Mobile Development 10.11 | webMethods Mobile SuiteWeb Help | webMethods Mobile Designer Native User Interface Reference | Mobile Designer Native User Interface | Using Tabbed Views
 
Using Tabbed Views
 
Integration in Mobile Designer
You can create a tabbed view (also known as a segmented view) using the nUITabView object. This type of view allows an application to switch between different but related NativeUI views using a simple left/right swipe gesture. It can be used in place of a standard nUIViewDisplay as the child of a nUIWindowDisplay. For a visual reference, Google provide some images at https://material.google.com/components/tabs.html that illustrate the concept.
A nUITabView with 3 tabs
Each individual tab in a nUITabView contains two components. First, the content in form of a standard nUIViewDisplay object with the tables, buttons, etc. needed to lay out the application's content. Second, the label which describes the content of the tab. On Android and iOS, this may be a simple text such as "Network", an LCDUI image, or both. Complex arrangements can be created with nUITableButton.