public class FormField
extends java.lang.Object
Constructor and Description |
---|
FormField() |
Modifier and Type | Method and Description |
---|---|
java.util.List<FormFieldOption> |
getFormFieldOptions() |
FormInputType |
getFormInputType() |
java.lang.String |
getId() |
java.lang.String |
getLabel() |
int |
getMaxLength() |
int |
getMinLength() |
java.lang.String |
getType()
Deprecated.
Use
getFormInputType() instead |
java.lang.String |
getValue() |
boolean |
isDefault() |
boolean |
isRequired() |
public java.util.List<FormFieldOption> getFormFieldOptions()
public boolean isRequired()
public java.lang.String getId()
public java.lang.String getLabel()
public java.lang.String getType()
getFormInputType()
insteadpublic FormInputType getFormInputType()
public java.lang.String getValue()
public int getMinLength()
public int getMaxLength()
public boolean isDefault()