Class FieldBean
java.lang.Object
ch.tocco.nice2.rest.form.api.beans.ComponentBean
ch.tocco.nice2.rest.form.api.beans.FieldBean
- Direct Known Subclasses:
CodeFieldBean
,DocumentFieldBean
,FulltextSearchBean
,GeosearchFieldBean
,HtmlFieldBean
,LocationFieldBean
,RangeFieldBean
,RelationFieldBean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPath()
boolean
void
setAutoCompleteEndpoint
(String autoCompleteEndpoint) void
setDataType
(String dataType) void
setDefaultValue
(Object defaultValue) void
setDmsEntityModel
(String dmsEntityModel) void
void
setRelationName
(String relationName) void
setSimpleSearch
(boolean simpleSearch) void
setTargetEntity
(String targetEntity) void
setValidation
(Map<String, Object> validation) Methods inherited from class ch.tocco.nice2.rest.form.api.beans.ComponentBean
getComponentType, getId, getLabel, setComponentType, setId, setLabel
-
Constructor Details
-
FieldBean
public FieldBean()
-
-
Method Details
-
getPath
-
setPath
-
getDataType
-
setDataType
-
getValidation
-
setValidation
-
getDefaultValue
-
setDefaultValue
-
getTargetEntity
-
setTargetEntity
-
getRelationName
-
setRelationName
-
setAutoCompleteEndpoint
-
getAutoCompleteEndpoint
-
setDmsEntityModel
-
getDmsEntityModel
-
getSimpleSearch
public boolean getSimpleSearch() -
setSimpleSearch
public void setSimpleSearch(boolean simpleSearch)
-