Building Mobile Enterprise Applications : webMethods Mobile Designer Native User Interface Reference : Native User Interface (NativeUI) Objects : nUIListView
nUIListView
com.softwareag.mobile.runtime.nui.nUIListView
A View that contains a single nUIListElement, filling the entire space available to it.
Usage Notes
Windows Phone and Windows 8/Windows RT do not support pull-to-refresh, spinners, or infinite scrolling events.
Example
This code sample instantiates the user's IListViewProvider class, MyListProvider, and then uses it for the creation of a nUIListView with header text and a back button.
MyListProvider l_provider = new MyListProvider();
nUIListView list_view = new nUIListView(-1, l_provider);
list_view.setHeadertext("A nUIListView");
nUINavbuttonElement ne = new nUINavbuttonElement(NUIID_BACK_BUTTON, "Back",
nUINavbuttonElement.TYPE_BACK, null);
list_view.add(ne);
Android
RecyclerView
iOS
Custom implementation based around UITableView.
Windows Phone
Based around System.Windows.Controls.Canvas with the ScrollViewer.
Windows RT
Based around Windows.UI.Xaml.Controls.Canvas with internal ScrollViewer.
Copyright © 2007-2017 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback