Package | Description |
---|---|
org.odftoolkit.simple.form |
Modifier and Type | Method and Description |
---|---|
static FormTypeDefinition.FormListSourceType |
FormTypeDefinition.FormListSourceType.enumValueOf(String aValue) |
FormTypeDefinition.FormListSourceType |
ComboBox.getListSourceType()
Get the source type of the data list.
|
FormTypeDefinition.FormListSourceType |
ListBox.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.
|
Modifier and Type | Method and Description |
---|---|
void |
ComboBox.setListSourceType(FormTypeDefinition.FormListSourceType type)
Set the source type of the data list.
|
void |
ListBox.setListSourceType(FormTypeDefinition.FormListSourceType type)
Set the source type of the data list.
|
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.