Class FormatFieldBean
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.FormatFieldBean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
void
void
setDelimiters
(List<String> delimiters) void
setForceCase
(String forceCase) void
setNumericOnly
(boolean numericOnly) void
void
setSaveUnformatted
(boolean saveUnformatted) void
setShowDelimiterLazily
(boolean showDelimiterLazily) 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
-
FormatFieldBean
public FormatFieldBean()
-
-
Method Details
-
setPrefix
-
getPrefix
-
setBlocks
-
getBlocks
-
setDelimiters
-
getDelimiters
-
setNumericOnly
public void setNumericOnly(boolean numericOnly) -
isNumericOnly
public boolean isNumericOnly() -
setShowDelimiterLazily
public void setShowDelimiterLazily(boolean showDelimiterLazily) -
isShowDelimiterLazily
public boolean isShowDelimiterLazily() -
getForceCase
-
setForceCase
-
isSaveUnformatted
public boolean isSaveUnformatted() -
setSaveUnformatted
public void setSaveUnformatted(boolean saveUnformatted)
-