public interface ISelectionMapper
Modifier and Type | Method and Description |
---|---|
String |
getDisplayStyle() |
String |
getSelectionDisplayName() |
String |
getSelectionNameForValue(String val) |
Map |
getSelectionNameMap() |
List |
getSelectionValues() |
String |
getValueAt(int index) |
boolean |
hasValue(String value) |
int |
selectionCount() |
String |
toString() |
String getDisplayStyle()
String getSelectionDisplayName()
List getSelectionValues()
Map getSelectionNameMap()
boolean hasValue(String value)
int selectionCount()
String getValueAt(int index)