-
public final class FormField
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumFormField.Type
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetLabelId()final FormField.TypegetInputType()final BooleangetRequired()final BooleangetAutoFocus()final IntegergetMinLength()final IntegergetMaxLength()final IntegergetMinWordCount()-
-
Method Detail
-
getLabelId
final Integer getLabelId()
-
getInputType
final FormField.Type getInputType()
-
getRequired
final Boolean getRequired()
-
getAutoFocus
final Boolean getAutoFocus()
-
getMinLength
final Integer getMinLength()
-
getMaxLength
final Integer getMaxLength()
-
getMinWordCount
final Integer getMinWordCount()
-
-
-
-