Package | Description |
---|---|
com.softwareag.mobile.runtime.toolkit.delegates |
Modifier and Type | Method and Description |
---|---|
IComparator |
IListDatasource.getComparator()
Use this method to get the current
IComparator used by the
ListView . |
IComparator |
AbstractListDatasource.getComparator() |
Modifier and Type | Method and Description |
---|---|
void |
IListDatasource.setComparator(IComparator comparator)
Use this method to set a
IComparator implementation to be used
when sorting or resorting the data model represention in the
ListView . |
void |
AbstractListDatasource.setComparator(IComparator comparator) |