|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnknownStateValueException | |
com.taursys.model | This package contains the model and value holder subcomponents which hold, parse and format values for Mapper XML components. |
Uses of UnknownStateValueException in com.taursys.model |
Methods in com.taursys.model that throw UnknownStateValueException | |
java.lang.String |
DefaultCheckboxModel.getText()
Returns text/display value of current state. |
void |
DefaultCheckboxModel.setText(java.lang.String value)
Sets the current state by matching the given value to the selected or unselected values. |
boolean |
DefaultCheckboxModel.isSelected()
Gets the current state as selected(true) or unselected(false). |
java.lang.String |
CheckboxModel.getText()
Returns text/display value of current state. |
void |
CheckboxModel.setText(java.lang.String value)
Sets the current state by matching the given value to the selected or unselected values. |
boolean |
CheckboxModel.isSelected()
Gets the current state as selected(true) or unselected(false). |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |