public interface ISelectOption
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getID()
Returns the identifier for this option.
|
java.lang.String |
getValue()
Returns the value for this option.
|
boolean |
isSelectedByDefault()
Returns a flag indicating whether this option is selected by default.
|
java.lang.String getID()
java.lang.String getValue()
boolean isSelectedByDefault()