Uses of Class
org.odftoolkit.simple.form.FormTypeDefinition.FormCommandType

Packages that use FormTypeDefinition.FormCommandType
org.odftoolkit.simple.form   
 

Uses of FormTypeDefinition.FormCommandType in org.odftoolkit.simple.form
 

Methods in org.odftoolkit.simple.form that return FormTypeDefinition.FormCommandType
static FormTypeDefinition.FormCommandType FormTypeDefinition.FormCommandType.enumValueOf(String aValue)
           
 FormTypeDefinition.FormCommandType OOForm.getCommandType()
           
 FormTypeDefinition.FormCommandType Form.getCommandType()
          Get the type of command to execute on a data source
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.
 

Methods in org.odftoolkit.simple.form with parameters of type FormTypeDefinition.FormCommandType
 void OOForm.setCommandType(FormTypeDefinition.FormCommandType commandType)
           
 void Form.setCommandType(FormTypeDefinition.FormCommandType commandType)
          Set the type of command to execute on a data source.
 



Copyright © 2010-2017 The Apache Software Foundation. All Rights Reserved.