|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormTypeDefinition.FormCheckboxState | |
---|---|
org.odftoolkit.simple.form |
Uses of FormTypeDefinition.FormCheckboxState in org.odftoolkit.simple.form |
---|
Methods in org.odftoolkit.simple.form that return FormTypeDefinition.FormCheckboxState | |
---|---|
static FormTypeDefinition.FormCheckboxState |
FormTypeDefinition.FormCheckboxState.enumValueOf(String aValue)
|
FormTypeDefinition.FormCheckboxState |
CheckBox.getCurrentState()
Get current state of this check box |
FormTypeDefinition.FormCheckboxState |
CheckBox.getDefaultState()
Get the default state of this check box |
static FormTypeDefinition.FormCheckboxState |
FormTypeDefinition.FormCheckboxState.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FormTypeDefinition.FormCheckboxState[] |
FormTypeDefinition.FormCheckboxState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.odftoolkit.simple.form with parameters of type FormTypeDefinition.FormCheckboxState | |
---|---|
void |
CheckBox.setCurrentState(FormTypeDefinition.FormCheckboxState state)
Set current state of this check box |
void |
CheckBox.setDefaultState(FormTypeDefinition.FormCheckboxState state)
Set the default state of this check box |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |