Mobile Development 10.11 | webMethods Mobile SuiteWeb Help | webMethods Mobile Designer Native User Interface Reference | Native User Interface (NativeUI) Objects | nUITabView
 
nUITabView
com.softwareag.mobile.runtime.nui.nUITabView
Use to group multiple, similar views together.
Example
See NativeUIDemoNew sample project for code. The following illustrates how the code is rendered on various platforms.
Platform
Platform-Specific Class
Android
android.support.design.widget.TabLayout and android.support.v4.view.ViewPager
iOS
Custom implementation based around the UIScrollView class