public enum FormItemType extends Enum<FormItemType>
| Modifier and Type | Class and Description |
|---|---|
static class |
FormItemType.ByteUnitItemFactory |
static class |
FormItemType.CheckBoxItemFactory |
static class |
FormItemType.ComboBoxItemFactory |
static interface |
FormItemType.FormItemFactory |
static class |
FormItemType.FreeFormTextBoxItemFactory
Unvalidated except for the required flag.
|
static class |
FormItemType.JndiNameItemFactory |
static class |
FormItemType.ListBoxItemFactory |
static class |
FormItemType.NumberBoxItemFactory
Factory for Short, Integer, and Long values
|
static class |
FormItemType.PropertyEditorItemFactory |
static class |
FormItemType.StringListEditorItemFactory |
static class |
FormItemType.TextBoxItemFactory |
static class |
FormItemType.TextItemFactory |
static class |
FormItemType.UnitBoxItemFactory |
static class |
FormItemType.UnitsItemFactory |
| Enum Constant and Description |
|---|
BYTE_UNIT |
CHECK_BOX |
COMBO_BOX |
FREE_FORM_TEXT_BOX |
JNDI_NAME |
LIST_BOX |
NUMBER_BOX |
NUMBER_BOX_ALLOW_NEGATIVE |
NUMBER_UNIT_BOX |
PROPERTY_EDITOR |
STRING_LIST_EDITOR |
TEXT |
TEXT_BOX |
TIME_UNITS |
UNITS |
UNLIMITED_STRING_LIST_EDITOR |
| Modifier and Type | Method and Description |
|---|---|
FormItemType.FormItemFactory |
getFactory() |
static FormItemType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormItemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FormItemType TEXT
public static final FormItemType TEXT_BOX
public static final FormItemType JNDI_NAME
public static final FormItemType FREE_FORM_TEXT_BOX
public static final FormItemType BYTE_UNIT
public static final FormItemType CHECK_BOX
public static final FormItemType LIST_BOX
public static final FormItemType NUMBER_BOX
public static final FormItemType NUMBER_BOX_ALLOW_NEGATIVE
public static final FormItemType NUMBER_UNIT_BOX
public static final FormItemType UNITS
public static final FormItemType COMBO_BOX
public static final FormItemType TIME_UNITS
public static final FormItemType STRING_LIST_EDITOR
public static final FormItemType UNLIMITED_STRING_LIST_EDITOR
public static final FormItemType PROPERTY_EDITOR
public static FormItemType[] values()
for (FormItemType c : FormItemType.values()) System.out.println(c);
public static FormItemType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic FormItemType.FormItemFactory getFactory()
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.