|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OdfStateType | |
|---|---|
| org.odftoolkit.odfdom.dom.element.form | |
| org.odftoolkit.odfdom.dom.type.form | |
| Uses of OdfStateType in org.odftoolkit.odfdom.dom.element.form |
|---|
| Methods in org.odftoolkit.odfdom.dom.element.form that return OdfStateType | |
|---|---|
OdfStateType |
OdfCheckboxElement.getCurrentState()
Get value of attribute form:current-state. |
OdfStateType |
OdfCheckboxElement.getState()
Get value of attribute form:state. |
| Methods in org.odftoolkit.odfdom.dom.element.form with parameters of type OdfStateType | |
|---|---|
void |
OdfCheckboxElement.setCurrentState(OdfStateType currentState)
Set value of attribute form:current-state. |
void |
OdfCheckboxElement.setState(OdfStateType state)
Set value of attribute form:state. |
| Uses of OdfStateType in org.odftoolkit.odfdom.dom.type.form |
|---|
| Methods in org.odftoolkit.odfdom.dom.type.form that return OdfStateType | |
|---|---|
static OdfStateType |
OdfStateType.enumValueOf(String stringValue)
String to enum, turns a String into its corresponding enum constant |
static OdfStateType |
OdfStateType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OdfStateType[] |
OdfStateType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.odftoolkit.odfdom.dom.type.form with parameters of type OdfStateType | |
|---|---|
static String |
OdfStateType.toString(OdfStateType enumeration)
enum to String, gets the name of this enum constant as a string. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||