Package | Description |
---|---|
org.odftoolkit.simple.form |
Modifier and Type | Method and Description |
---|---|
static FormTypeDefinition.FormCommandType |
FormTypeDefinition.FormCommandType.enumValueOf(String aValue) |
FormTypeDefinition.FormCommandType |
Form.getCommandType()
Get the type of command to execute on a data source
|
FormTypeDefinition.FormCommandType |
OOForm.getCommandType() |
static FormTypeDefinition.FormCommandType |
FormTypeDefinition.FormCommandType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormTypeDefinition.FormCommandType[] |
FormTypeDefinition.FormCommandType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Form.setCommandType(FormTypeDefinition.FormCommandType commandType)
Set the type of command to execute on a data source.
|
void |
OOForm.setCommandType(FormTypeDefinition.FormCommandType commandType) |
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.