Class HtmlFieldBean
java.lang.Object
ch.tocco.nice2.rest.form.api.beans.ComponentBean
ch.tocco.nice2.rest.form.api.beans.FieldBean
ch.tocco.nice2.rest.form.api.beans.HtmlFieldBean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable Integer
@Nullable String
@Nullable Integer
@Nullable Integer
boolean
void
void
setHtmlconfig
(@Nullable String htmlconfig) void
setMaxHeight
(@Nullable Integer maxHeight) void
setMinHeight
(@Nullable Integer minHeight) void
setUseAutogrow
(boolean useAutogrow) Methods inherited from class ch.tocco.nice2.rest.form.api.beans.FieldBean
getAutoCompleteEndpoint, getDataType, getDefaultValue, getDmsEntityModel, getPath, getRelationName, getSimpleSearch, getTargetEntity, getValidation, setAutoCompleteEndpoint, setDataType, setDefaultValue, setDmsEntityModel, setPath, setRelationName, setSimpleSearch, setTargetEntity, setValidation
Methods inherited from class ch.tocco.nice2.rest.form.api.beans.ComponentBean
getComponentType, getId, getLabel, setComponentType, setId, setLabel
-
Constructor Details
-
HtmlFieldBean
public HtmlFieldBean()
-
-
Method Details
-
getHtmlconfig
-
setHtmlconfig
-
getHeight
-
setHeight
-
getMinHeight
-
setMinHeight
-
getMaxHeight
-
setMaxHeight
-
isUseAutogrow
public boolean isUseAutogrow() -
setUseAutogrow
public void setUseAutogrow(boolean useAutogrow)
-