Package | Description |
---|---|
com.softwareag.mobile.runtime.toolkit.ui |
Modifier and Type | Method and Description |
---|---|
IListViewDelegate |
ListView.getDelegate()
Call this method if you want the
IListViewDelegate that is
currently used by the ListView . |
Modifier and Type | Method and Description |
---|---|
void |
ListView.setDelegate(IListViewDelegate delegate)
Call this method if you want to set a new
IListViewDelegate . |
Constructor and Description |
---|
ListView(int nuiid,
IListViewDelegate delegate)
Creates a new
ListView with a given delegate. |
NativeListView(int nuiid,
IListViewDelegate delegate) |