Interface ISelectionMapper


  • public interface ISelectionMapper
    • Method Detail

      • getDisplayStyle

        String getDisplayStyle()
      • getSelectionDisplayName

        String getSelectionDisplayName()
      • getSelectionNameForValue

        String getSelectionNameForValue​(String val)
      • getSelectionValues

        List getSelectionValues()
      • getSelectionNameMap

        Map getSelectionNameMap()
      • hasValue

        boolean hasValue​(String value)
      • selectionCount

        int selectionCount()
      • getValueAt

        String getValueAt​(int index)