Uses of Class
org.odftoolkit.odfdom.dom.type.form.OdfListSourceType

Packages that use OdfListSourceType
org.odftoolkit.odfdom.dom.element.form   
org.odftoolkit.odfdom.dom.type.form   
 

Uses of OdfListSourceType in org.odftoolkit.odfdom.dom.element.form
 

Methods in org.odftoolkit.odfdom.dom.element.form that return OdfListSourceType
 OdfListSourceType OdfListboxElement.getListSourceType()
          Get value of attribute form:list-source-type.
 OdfListSourceType OdfComboboxElement.getListSourceType()
          Get value of attribute form:list-source-type.
 

Methods in org.odftoolkit.odfdom.dom.element.form with parameters of type OdfListSourceType
 void OdfListboxElement.setListSourceType(OdfListSourceType listSourceType)
          Set value of attribute form:list-source-type.
 void OdfComboboxElement.setListSourceType(OdfListSourceType listSourceType)
          Set value of attribute form:list-source-type.
 

Uses of OdfListSourceType in org.odftoolkit.odfdom.dom.type.form
 

Methods in org.odftoolkit.odfdom.dom.type.form that return OdfListSourceType
static OdfListSourceType OdfListSourceType.enumValueOf(String stringValue)
          String to enum, turns a String into its corresponding enum constant
static OdfListSourceType OdfListSourceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OdfListSourceType[] OdfListSourceType.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 OdfListSourceType
static String OdfListSourceType.toString(OdfListSourceType enumeration)
          enum to String, gets the name of this enum constant as a string.
 



Copyright © 2009. All Rights Reserved.