Class FormField
java.lang.Object
org.tailormap.api.persistence.json.FormField
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.17.0")
public class FormField
extends Object
implements Serializable
model for a single form field
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddValueListItem(FormFieldValue valueListItem) allowValueListOnly(Boolean allowValueListOnly) autoFillDate(Boolean autoFillDate) autoFillUser(Boolean autoFillUser) column(BigDecimal column) booleanGet allowValueListOnlyGet autoFillDateGet autoFillUser@Valid BigDecimalGet columnGet disabledgetHint()Get hintgetLabel()Get labelgetName()Get nameGet placeholderGet requiredgetTab()Get tabgetType()Get typewhen true the unique values for the column are used when editing this field@Valid List<@Valid FormFieldValue> Get valueListinthashCode()placeholder(String placeholder) voidsetAllowValueListOnly(Boolean allowValueListOnly) voidsetAutoFillDate(Boolean autoFillDate) voidsetAutoFillUser(Boolean autoFillUser) voidsetColumn(BigDecimal column) voidsetDisabled(Boolean disabled) voidvoidvoidvoidsetPlaceholder(String placeholder) voidsetRequired(Boolean required) voidvoidsetType(FormField.TypeEnum type) voidsetUniqueValuesAsOptions(Boolean uniqueValuesAsOptions) voidsetValueList(List<@Valid FormFieldValue> valueList) toString()type(FormField.TypeEnum type) uniqueValuesAsOptions(Boolean uniqueValuesAsOptions) valueList(List<@Valid FormFieldValue> valueList)
-
Constructor Details
-
FormField
public FormField()
-
-
Method Details
-
name
-
getName
Get name- Returns:
- name
-
setName
-
label
-
getLabel
Get label- Returns:
- label
-
setLabel
-
type
-
getType
Get type- Returns:
- type
-
setType
-
tab
-
getTab
Get tab- Returns:
- tab
-
setTab
-
column
-
getColumn
Get column- Returns:
- column
-
setColumn
-
uniqueValuesAsOptions
-
getUniqueValuesAsOptions
when true the unique values for the column are used when editing this field- Returns:
- uniqueValuesAsOptions
-
setUniqueValuesAsOptions
-
valueList
-
addValueListItem
-
getValueList
Get valueList- Returns:
- valueList
-
setValueList
-
allowValueListOnly
-
getAllowValueListOnly
Get allowValueListOnly- Returns:
- allowValueListOnly
-
setAllowValueListOnly
-
disabled
-
getDisabled
Get disabled- Returns:
- disabled
-
setDisabled
-
required
-
getRequired
Get required- Returns:
- required
-
setRequired
-
autoFillUser
-
getAutoFillUser
Get autoFillUser- Returns:
- autoFillUser
-
setAutoFillUser
-
autoFillDate
-
getAutoFillDate
Get autoFillDate- Returns:
- autoFillDate
-
setAutoFillDate
-
placeholder
-
getPlaceholder
Get placeholder- Returns:
- placeholder
-
setPlaceholder
-
hint
-
getHint
Get hint- Returns:
- hint
-
setHint
-
equals
-
hashCode
public int hashCode() -
toString
-