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 IntegerbooleanvoidvoidsetHtmlconfig(@Nullable String htmlconfig) voidsetMaxHeight(@Nullable Integer maxHeight) voidsetMinHeight(@Nullable Integer minHeight) voidsetUseAutogrow(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, setValidationMethods 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)
-