Package 

Interface FilterMapState

    • Method Summary

      Modifier and Type Method Description
      abstract Unit selectOption(Integer selected) Callback on option Select.
      abstract Map<Integer, String> getOptions() Options values.
      abstract Integer getSelected() Index of selected option, or null if none is selected.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait