Class RelationFieldHandler<T extends RelationFieldImpl>
java.lang.Object
ch.tocco.nice2.model.form.impl.form2.reader.handler.WrappedComponentHandler
ch.tocco.nice2.model.form.impl.form2.reader.handler.FieldHandler<T>
ch.tocco.nice2.model.form.impl.form2.reader.handler.RelationFieldHandler<T>
- All Implemented Interfaces:
IgnoreRemainingElementsHandler,ValidatorReceivable
- Direct Known Subclasses:
RemoteFieldHandler
-
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
fieldFields inherited from class ch.tocco.nice2.model.form.impl.form2.reader.handler.WrappedComponentHandler
parent -
Constructor Summary
ConstructorsConstructorDescriptionRelationFieldHandler(AbstractComponentContainer parent, T field, DefaultValueResolver resolver, ValidatorHandlerContextFactory validatorHandlerContextFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetConstriction(String constriction) voidsetOptionDisplay(String optionDisplay) Methods 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
-
RelationFieldHandler
public RelationFieldHandler(AbstractComponentContainer parent, T field, DefaultValueResolver resolver, ValidatorHandlerContextFactory validatorHandlerContextFactory)
-
-
Method Details
-
setConstriction
-
setOptionDisplay
-