-
public interface SortByStateSortByView for compose.
-
-
Method Summary
Modifier and Type Method Description abstract Map<Integer, String>getOptions()Sort by options. abstract IntegergetSelected()Index of selected option or nullif none is selected.-
-
Method Detail
-
getOptions
abstract Map<Integer, String> getOptions()
Sort by options.
-
getSelected
abstract Integer getSelected()
Index of selected option or
nullif none is selected.
-
-
-
-