Class LocationFieldHandler
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
- All Implemented Interfaces:
IgnoreRemainingElementsHandler
,ValidatorReceivable
- Direct Known Subclasses:
AddressFieldHandler
-
Nested Class Summary
Nested 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
field
Fields inherited from class ch.tocco.nice2.model.form.impl.form2.reader.handler.WrappedComponentHandler
parent
-
Constructor Summary
ConstructorDescriptionLocationFieldHandler
(AbstractComponentContainer parent, LocationFieldImpl field, DefaultValueResolver resolver, ValidatorHandlerContextFactory validatorHandlerContextFactory) -
Method Summary
Methods inherited from class ch.tocco.nice2.model.form.impl.form2.reader.handler.FieldHandler
addValidations, addValidator, autoComplete, defaultValues, simpleSearch
Methods inherited from class ch.tocco.nice2.model.form.impl.form2.reader.handler.WrappedComponentHandler
displayType, ignoreCopy, label, position, scopes, useLabel
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.model.form.impl.form2.reader.handler.IgnoreRemainingElementsHandler
handleExtProps, ignore, iterator, template
-
Constructor Details
-
LocationFieldHandler
public LocationFieldHandler(AbstractComponentContainer parent, LocationFieldImpl field, DefaultValueResolver resolver, ValidatorHandlerContextFactory validatorHandlerContextFactory)
-
-
Method Details
-
countries
@Element("countries") @Cardinality(min=0, max=1) public LocationFieldHandler.CountryHandler countries()
-