public enum FormFieldTypes extends Enum<FormFieldTypes>
| Enum Constant and Description |
|---|
CHECK_BOX |
COMBO_BOX |
IMAGE |
LIST_BOX |
PUSH_BUTTON |
RADIO_BUTTON |
SIGNATURE |
TEXT_FIELD |
UNKNOWN |
XFA |
XFA_CHECK_BOX |
XFA_COMBO_BOX |
XFA_IMAGE_FIELD |
XFA_LIST_BOX |
XFA_PUSH_BUTTON |
XFA_SIGNATURE |
XFA_TEXT_FIELD |
| Modifier and Type | Method and Description |
|---|---|
static FormFieldTypes |
fromFormType(String formType) |
String |
getFormType() |
static FormFieldTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormFieldTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FormFieldTypes UNKNOWN
public static final FormFieldTypes PUSH_BUTTON
public static final FormFieldTypes CHECK_BOX
public static final FormFieldTypes RADIO_BUTTON
public static final FormFieldTypes COMBO_BOX
public static final FormFieldTypes LIST_BOX
public static final FormFieldTypes TEXT_FIELD
public static final FormFieldTypes SIGNATURE
public static final FormFieldTypes XFA
public static final FormFieldTypes XFA_CHECK_BOX
public static final FormFieldTypes XFA_COMBO_BOX
public static final FormFieldTypes XFA_IMAGE_FIELD
public static final FormFieldTypes XFA_LIST_BOX
public static final FormFieldTypes XFA_PUSH_BUTTON
public static final FormFieldTypes XFA_SIGNATURE
public static final FormFieldTypes XFA_TEXT_FIELD
public static final FormFieldTypes IMAGE
public static FormFieldTypes[] values()
for (FormFieldTypes c : FormFieldTypes.values()) System.out.println(c);
public static FormFieldTypes 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 String getFormType()
public static FormFieldTypes fromFormType(String formType)
Copyright © 2022–2025 Iron Software. All rights reserved.