Class FormatFieldImpl
java.lang.Object
ch.tocco.nice2.model.form.impl.form2.components.AbstractComponent
ch.tocco.nice2.model.form.impl.form2.components.FieldImpl
ch.tocco.nice2.model.form.impl.form2.components.FormatFieldImpl
- All Implemented Interfaces:
Component, DataComponent, Field, FormatField, Cloneable
-
Nested Class Summary
Nested classes/interfaces inherited from interface Component
Component.ConfigurationNested classes/interfaces inherited from interface FormatField
FormatField.ForceCase -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanvoidvoidsetDelimiters(List<String> delimiters) voidsetForceCase(FormatField.ForceCase forceCase) voidsetNumericOnly(boolean numericOnly) voidvoidsetSaveUnformatted(boolean saveUnformatted) voidsetShowDelimiterLazily(boolean showDelimiterLazily) Methods inherited from class FieldImpl
clone, getAutoCompleteEndpoint, getDataType, getDefaultLabel, getDefaultValue, getPath, getSimpleSearch, getValidator, isParentContainerReadonly, setAutoCompleteEndpoint, setDataType, setDefaultValue, setPath, setSimpleSearch, setValidator, toStringMethods inherited from class AbstractComponent
getDefaultFormLabel, getId, getLabel, getParent, getPosition, setId, setLabel, setParent, setPositionMethods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Component
getForm, getId, getLabel, getParent, getPosition, validateMethods inherited from interface DataComponent
getDefaultLabelMethods inherited from interface Field
accept, getAutoCompleteEndpoint, getDataType, getDefaultValue, getPath, getSimpleSearch, getValidator, isParentContainerReadonly
-
Constructor Details
-
FormatFieldImpl
public FormatFieldImpl()
-
-
Method Details
-
setNumericOnly
public void setNumericOnly(boolean numericOnly) -
setShowDelimiterLazily
public void setShowDelimiterLazily(boolean showDelimiterLazily) -
setSaveUnformatted
public void setSaveUnformatted(boolean saveUnformatted) -
setPrefix
-
setBlocks
-
setDelimiters
-
setForceCase
-
isNumericOnly
public boolean isNumericOnly()- Specified by:
isNumericOnlyin interfaceFormatField
-
isShowDelimiterLazily
public boolean isShowDelimiterLazily()- Specified by:
isShowDelimiterLazilyin interfaceFormatField
-
getPrefix
- Specified by:
getPrefixin interfaceFormatField
-
getBlocks
- Specified by:
getBlocksin interfaceFormatField
-
getDelimiters
- Specified by:
getDelimitersin interfaceFormatField
-
getForceCase
- Specified by:
getForceCasein interfaceFormatField
-
isSaveUnformatted
public boolean isSaveUnformatted()- Specified by:
isSaveUnformattedin interfaceFormatField
-