public interface Selectable<STATE> extends TypeControlInterface<STATE>
| Modifier and Type | Field and Description |
|---|---|
static String |
STATE_PROP_NAME |
static String |
STATES_PROP_NAME |
| Modifier and Type | Method and Description |
|---|---|
STATE |
getState()
Returns currently selected state.
|
List<STATE> |
getStates()
Returns all available states.
|
Selector<STATE> |
selector()
Returns Selector class instance that has methods to select state.
|
getTypestatic final String STATES_PROP_NAME
static final String STATE_PROP_NAME
Copyright © 2018. All rights reserved.