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 ch.tocco.nice2.model.form.api.form2.components.Component
Component.Configuration
Nested classes/interfaces inherited from interface ch.tocco.nice2.model.form.api.form2.components.FormatField
FormatField.ForceCase
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
void
void
setDelimiters
(List<String> delimiters) void
setForceCase
(FormatField.ForceCase forceCase) void
setNumericOnly
(boolean numericOnly) void
void
setSaveUnformatted
(boolean saveUnformatted) void
setShowDelimiterLazily
(boolean showDelimiterLazily) Methods inherited from class ch.tocco.nice2.model.form.impl.form2.components.FieldImpl
clone, getAutoCompleteEndpoint, getDataType, getDefaultLabel, getDefaultValue, getPath, getSimpleSearch, getValidator, isParentContainerReadonly, setAutoCompleteEndpoint, setDataType, setDefaultValue, setPath, setSimpleSearch, setValidator, toString
Methods inherited from class ch.tocco.nice2.model.form.impl.form2.components.AbstractComponent
getDefaultFormLabel, getId, getLabel, getParent, getPosition, setId, setLabel, setParent, setPosition
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.model.form.api.form2.components.Component
getForm, getId, getLabel, getParent, getPosition, validate
Methods inherited from interface ch.tocco.nice2.model.form.api.form2.components.DataComponent
getDefaultLabel
Methods inherited from interface ch.tocco.nice2.model.form.api.form2.components.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:
isNumericOnly
in interfaceFormatField
-
isShowDelimiterLazily
public boolean isShowDelimiterLazily()- Specified by:
isShowDelimiterLazily
in interfaceFormatField
-
getPrefix
- Specified by:
getPrefix
in interfaceFormatField
-
getBlocks
- Specified by:
getBlocks
in interfaceFormatField
-
getDelimiters
- Specified by:
getDelimiters
in interfaceFormatField
-
getForceCase
- Specified by:
getForceCase
in interfaceFormatField
-
isSaveUnformatted
public boolean isSaveUnformatted()- Specified by:
isSaveUnformatted
in interfaceFormatField
-