public interface ISelectObject
Modifier and Type | Field and Description |
---|---|
static int |
DISPLAY_LIST |
static int |
DISPLAY_RADIO |
Modifier and Type | Method and Description |
---|---|
int |
getDisplayMode()
returns the display mode
|
Option[] |
getOptions()
returns the list of options
|
java.lang.String |
getSelectedValue()
returns the selected value
|
boolean |
hasEvent()
returns whether to fire an event
|
void |
setSelectedValue(java.lang.String value)
sets the selected value
|
static final int DISPLAY_LIST
static final int DISPLAY_RADIO
Option[] getOptions()
java.lang.String getSelectedValue()
void setSelectedValue(java.lang.String value)
int getDisplayMode()
boolean hasEvent()