Package | Description |
---|---|
org.odftoolkit.simple.form |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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
|
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.