@Beta public final class Input extends FormItem
Modifier and Type | Class and Description |
---|---|
static class |
Input.Builder |
Modifier and Type | Method and Description |
---|---|
Input |
copy() |
static Input.Builder |
create() |
static Input.Builder |
create(Input input) |
boolean |
equals(Object o) |
String |
getCustomText() |
InputTypeDefault |
getDefaultValue() |
String |
getHelpText() |
InputTypeName |
getInputType() |
InputTypeConfig |
getInputTypeConfig() |
String |
getLabel() |
String |
getName() |
Occurrences |
getOccurrences() |
FormItemType |
getType() |
String |
getValidationRegexp() |
int |
hashCode() |
boolean |
isImmutable() |
boolean |
isIndexed() |
boolean |
isMaximizeUIInputWidth() |
boolean |
isMultiple() |
boolean |
isRequired() |
getParent, getPath, toFormItemSet, toFormOptionSet, toFormOptionSetOption, toInlineMixin, toInput, toLayout, toString
public FormItemType getType()
public InputTypeName getInputType()
public String getLabel()
public InputTypeDefault getDefaultValue()
public boolean isRequired()
public boolean isImmutable()
public boolean isMultiple()
public Occurrences getOccurrences()
public boolean isMaximizeUIInputWidth()
public boolean isIndexed()
public String getCustomText()
public String getValidationRegexp()
public String getHelpText()
public InputTypeConfig getInputTypeConfig()
public static Input.Builder create()
public static Input.Builder create(Input input)