Building Mobile Enterprise Applications : webMethods Mobile Designer Native User Interface Reference : Mobile Designer Native User Interface : Tabbed Views : Integration in Mobile Designer
Integration in Mobile Designer
Content is provided to a nUITabView through an ITabViewProvider interface. Application developers will need to create a class that implements this interface, and assign it to an instance of nUITabView. The nUITabView Object will query the methods in ITabViewProvider at runtime to determine how to draw its contents. The getNumberOfTabs() method will be called to determine how many tabs are required. This method will be called only once, near the creation time of the native objects on-screen. For every tab, createTabElement(int index) will be called to create the tab's label, and createTabView(int index) will be called to create the tab's contents. A nUITabViewListener can be used to get notifications when a tab is selected. Example code for nUITabView can be seen in the _NativeUIDemo_ Sample Project.
Copyright © 2007-2017 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback