public interface SelectionModel
Modifier and Type | Interface and Description |
---|---|
static class |
SelectionModel.Option |
Modifier and Type | Method and Description |
---|---|
String |
getLabelSearch(int index) |
String |
getName() |
String |
getOption(int index,
Object value,
boolean includeInactive) |
Map<Object,SelectionModel.Option> |
getOptions(int index) |
SelectionProvider |
getSelectionProvider() |
Object |
getValue(int index) |
void |
setLabelSearch(int index,
String labelSearch) |
void |
setValue(int index,
Object value) |
static final String copyright
SelectionProvider getSelectionProvider()
String getName()
Object getValue(int index)
void setValue(int index, Object value)
String getLabelSearch(int index)
void setLabelSearch(int index, String labelSearch)
Map<Object,SelectionModel.Option> getOptions(int index)