Modifier and Type | Class and Description |
---|---|
static class |
Input.Builder |
Modifier and Type | Method and Description |
---|---|
void |
checkValidationRegexp(Property property) |
void |
checkValidity(Property property) |
void |
checkValidityAccordingToInputType(Property property) |
void |
checkValidityAccordingToInputTypeConfig(Property property) |
Input |
copy() |
static Input.Builder |
create() |
static Input.Builder |
create(Input input) |
boolean |
equals(Object o) |
String |
getCustomText() |
String |
getHelpText() |
InputType |
getInputType() |
InputTypeConfig |
getInputTypeConfig() |
String |
getLabel() |
String |
getName() |
Occurrences |
getOccurrences() |
FormItemType |
getType() |
ValidationRegex |
getValidationRegexp() |
int |
hashCode() |
boolean |
isImmutable() |
boolean |
isIndexed() |
boolean |
isMultiple() |
boolean |
isRequired() |
getParent, getPath, toFormItemSet, toInlineMixin, toInput, toLayout, toString
public FormItemType getType()
public InputType getInputType()
public String getLabel()
public boolean isRequired()
public boolean isImmutable()
public boolean isMultiple()
public Occurrences getOccurrences()
public boolean isIndexed()
public String getCustomText()
public ValidationRegex getValidationRegexp()
public String getHelpText()
public InputTypeConfig getInputTypeConfig()
public void checkValidityAccordingToInputType(Property property)
public void checkValidityAccordingToInputTypeConfig(Property property)
public void checkValidationRegexp(Property property) throws InvalidDataException
InvalidDataException
public void checkValidity(Property property) throws InvalidDataException
InvalidDataException
public static Input.Builder create()
public static Input.Builder create(Input input)