-
public interface FilterMapStateFilterMapView for compose.
-
-
Method Summary
Modifier and Type Method Description abstract UnitselectOption(Integer selected)Callback on option Select. abstract Map<Integer, String>getOptions()Options values. abstract IntegergetSelected()Index of selected option, or nullif none is selected.-
-
Method Detail
-
selectOption
abstract Unit selectOption(Integer selected)
Callback on option Select.
-
getOptions
abstract Map<Integer, String> getOptions()
Options values.
-
getSelected
abstract Integer getSelected()
Index of selected option, or
nullif none is selected.
-
-
-
-