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 TypeMethodDescriptionbooleanbooleanbooleanvoidvoidsetDelimiters(List<String> delimiters) voidsetForceCase(String forceCase) voidsetNumericOnly(boolean numericOnly) voidvoidsetSaveUnformatted(boolean saveUnformatted) voidsetShowDelimiterLazily(boolean showDelimiterLazily) Methods inherited from class FieldBean
getAutoCompleteEndpoint, getDataType, getDefaultValue, getDmsEntityModel, getPath, getRelationName, getSimpleSearch, getTargetEntity, getValidation, setAutoCompleteEndpoint, setDataType, setDefaultValue, setDmsEntityModel, setPath, setRelationName, setSimpleSearch, setTargetEntity, setValidationMethods inherited from class 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)
-