Class AddressFieldHandler
java.lang.Object
ch.tocco.nice2.model.form.impl.form2.reader.handler.WrappedComponentHandler
ch.tocco.nice2.model.form.impl.form2.reader.handler.FieldHandler<LocationFieldImpl>
ch.tocco.nice2.model.form.impl.form2.reader.handler.LocationFieldHandler
ch.tocco.nice2.model.form.impl.form2.reader.handler.AddressFieldHandler
- All Implemented Interfaces:
IgnoreRemainingElementsHandler,ValidatorReceivable
-
Nested Class Summary
Nested classes/interfaces inherited from class ch.tocco.nice2.model.form.impl.form2.reader.handler.LocationFieldHandler
LocationFieldHandler.CountryHandlerNested classes/interfaces inherited from interface ch.tocco.nice2.model.form.impl.form2.reader.handler.IgnoreRemainingElementsHandler
IgnoreRemainingElementsHandler.ExtPropsHandler -
Field Summary
Fields inherited from class ch.tocco.nice2.model.form.impl.form2.reader.handler.FieldHandler
fieldFields inherited from class ch.tocco.nice2.model.form.impl.form2.reader.handler.WrappedComponentHandler
parent -
Constructor Summary
ConstructorsConstructorDescriptionAddressFieldHandler(AbstractComponentContainer parent, AddressFieldImpl field, DefaultValueResolver resolver, ValidatorHandlerContextFactory validatorHandlerContextFactory) -
Method Summary
Methods inherited from class ch.tocco.nice2.model.form.impl.form2.reader.handler.LocationFieldHandler
countriesMethods inherited from class ch.tocco.nice2.model.form.impl.form2.reader.handler.FieldHandler
addValidations, addValidator, autoComplete, defaultValues, simpleSearchMethods inherited from class ch.tocco.nice2.model.form.impl.form2.reader.handler.WrappedComponentHandler
displayType, ignoreCopy, label, position, scopes, useLabelMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ch.tocco.nice2.model.form.impl.form2.reader.handler.IgnoreRemainingElementsHandler
handleExtProps, ignore, iterator, template
-
Constructor Details
-
AddressFieldHandler
public AddressFieldHandler(AbstractComponentContainer parent, AddressFieldImpl field, DefaultValueResolver resolver, ValidatorHandlerContextFactory validatorHandlerContextFactory)
-