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

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

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

Methods in org.odftoolkit.simple.form that return FormTypeDefinition.FormListSourceType
static FormTypeDefinition.FormListSourceType FormTypeDefinition.FormListSourceType.enumValueOf(String aValue)
           
 FormTypeDefinition.FormListSourceType ListBox.getListSourceType()
          Get the source type of the data list.
 FormTypeDefinition.FormListSourceType ComboBox.getListSourceType()
          Get the source type of the data list.
static FormTypeDefinition.FormListSourceType FormTypeDefinition.FormListSourceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FormTypeDefinition.FormListSourceType[] FormTypeDefinition.FormListSourceType.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.FormListSourceType
 void ListBox.setListSourceType(FormTypeDefinition.FormListSourceType type)
          Set the source type of the data list.
 void ComboBox.setListSourceType(FormTypeDefinition.FormListSourceType type)
          Set the source type of the data list.
 



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