public interface FieldDefinition
Custom
Modifier and Type | Method and Description |
---|---|
TextInputHint |
getInputHint() |
LocalizedString |
getLabel() |
String |
getName() |
FieldType |
getType() |
Boolean |
isRequired() |
static FieldDefinition |
of(FieldType type,
String name,
LocalizedString label,
Boolean required) |
static FieldDefinition |
of(FieldType type,
String name,
LocalizedString label,
Boolean required,
TextInputHint inputHint) |
static FieldDefinition of(FieldType type, String name, LocalizedString label, Boolean required)
static FieldDefinition of(FieldType type, String name, LocalizedString label, Boolean required, TextInputHint inputHint)
FieldType getType()
String getName()
LocalizedString getLabel()
Boolean isRequired()
@Nullable TextInputHint getInputHint()