Class EmailFieldHandler
java.lang.Object
ch.tocco.nice2.model.form.spi.reader.handler.AbstractComponentHandler<EmailField>
ch.tocco.nice2.model.form.impl.reader.handlers.AbstractDataComponentHandler<EmailField>
ch.tocco.nice2.model.form.impl.reader.handlers.TextFieldHandler<EmailField>
ch.tocco.nice2.model.form.impl.reader.handlers.EmailFieldHandler
- All Implemented Interfaces:
ValidatorReceivable
Handles the reading of the email-field tag, which is a specialized text-field.
-
Field Summary
Fields inherited from class ch.tocco.nice2.model.form.impl.reader.handlers.AbstractDataComponentHandler
data, validatorHandlerContextFactory
Fields inherited from class ch.tocco.nice2.model.form.spi.reader.handler.AbstractComponentHandler
displayType, field, forceEditable, label, name, receiver, scopes, useLabel
-
Constructor Summary
ConstructorDescriptionEmailFieldHandler
(ComponentReceiver receiver, ValidatorHandlerContextFactory validatorHandlerContextFactory, DefaultValueResolver resolver) -
Method Summary
Modifier and TypeMethodDescriptionprotected Class
<? extends EmailFieldImpl> A concrete class which implmentsAbstractComponentHandler
(not the handler).protected Class
<EmailField> Return the Interface which represents this component (not the handler).Methods inherited from class ch.tocco.nice2.model.form.impl.reader.handlers.TextFieldHandler
afterDataSet
Methods inherited from class ch.tocco.nice2.model.form.impl.reader.handlers.AbstractDataComponentHandler
addAutoComplete, addDefaultValues, addValidations, addValidator, afterFinish, beforeFinish, getDefaultValidators, setConstriction, setData, setDataType, setDefaultLangOnly, setEventHandler, setIgnoreCopy, simpleSearch, startElement
Methods inherited from class ch.tocco.nice2.model.form.spi.reader.handler.AbstractComponentHandler
addAttributeProps, addExtProps, createOrGetComponent, disableOldClient, doFinish, finish, forceEditable, label, setDisplayType, setLabel, setName, setPosition, setScopes, setUseLabel
-
Constructor Details
-
EmailFieldHandler
public EmailFieldHandler(ComponentReceiver receiver, ValidatorHandlerContextFactory validatorHandlerContextFactory, DefaultValueResolver resolver)
-
-
Method Details
-
getImplClass
Description copied from class:AbstractComponentHandler
A concrete class which implmentsAbstractComponentHandler
(not the handler). Expects a public-constructor which takes the parent Compononent.- Overrides:
getImplClass
in classTextFieldHandler<EmailField>
- Returns:
- the class
-
getInterface
Description copied from class:AbstractComponentHandler
Return the Interface which represents this component (not the handler). This interface is normallyAbstractComponentHandler
- Overrides:
getInterface
in classTextFieldHandler<EmailField>
- Returns:
- interface-class
-