Class FormatFieldHandler
java.lang.Object
ch.tocco.nice2.model.form.impl.form2.reader.handler.WrappedComponentHandler
ch.tocco.nice2.model.form.impl.form2.reader.handler.FieldHandler<FormatFieldImpl>
ch.tocco.nice2.model.form.impl.form2.reader.handler.FormatFieldHandler
- All Implemented Interfaces:
IgnoreRemainingElementsHandler, ValidatorReceivable
-
Nested Class Summary
Nested classes/interfaces inherited from interface IgnoreRemainingElementsHandler
IgnoreRemainingElementsHandler.ExtPropsHandler -
Field Summary
Fields inherited from class FieldHandler
fieldFields inherited from class WrappedComponentHandler
parent -
Constructor Summary
ConstructorsConstructorDescriptionFormatFieldHandler(AbstractComponentContainer parent, FormatFieldImpl field, DefaultValueResolver resolver, ValidatorHandlerContextFactory validatorHandlerContextFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoidfinish()voidvoidvoidnumericOnly(boolean numericOnly) voidplaceholderCharacter(String placeholderCharacter) voidsaveUnformatted(boolean saveUnformatted) voidshowDelimiterLazily(boolean showDelimiterLazily) Methods inherited from class FieldHandler
addValidations, addValidator, autoComplete, defaultValues, simpleSearchMethods inherited from class WrappedComponentHandler
displayType, ignoreCopy, label, position, scopes, useLabelMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IgnoreRemainingElementsHandler
handleExtProps, ignore, iterator, template
-
Constructor Details
-
FormatFieldHandler
public FormatFieldHandler(AbstractComponentContainer parent, FormatFieldImpl field, DefaultValueResolver resolver, ValidatorHandlerContextFactory validatorHandlerContextFactory)
-
-
Method Details
-
format
-
numericOnly
-
showDelimiterLazily
-
saveUnformatted
-
placeholderCharacter
-
forceCase
-
finish
-