@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(java.lang.Object o) |
java.lang.String |
getCustomText() |
InputTypeDefault |
getDefaultValue() |
java.lang.String |
getHelpText() |
InputTypeName |
getInputType() |
InputTypeConfig |
getInputTypeConfig() |
java.lang.String |
getLabel() |
java.lang.String |
getName() |
Occurrences |
getOccurrences() |
FormItemType |
getType() |
java.lang.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 java.lang.String getLabel()
public InputTypeDefault getDefaultValue()
public boolean isRequired()
public boolean isImmutable()
public boolean isMultiple()
public Occurrences getOccurrences()
public boolean isMaximizeUIInputWidth()
public boolean isIndexed()
public java.lang.String getCustomText()
public java.lang.String getValidationRegexp()
public java.lang.String getHelpText()
public InputTypeConfig getInputTypeConfig()
public static Input.Builder create()
public static Input.Builder create(Input input)