Class UploadFieldHandler
java.lang.Object
ch.tocco.nice2.model.form.spi.reader.handler.AbstractComponentHandler<UploadField>
ch.tocco.nice2.model.form.impl.reader.handlers.AbstractDataComponentHandler<UploadField>
ch.tocco.nice2.model.form.impl.reader.handlers.DocumentFieldHandler<UploadField>
ch.tocco.nice2.model.form.impl.reader.handlers.UploadFieldHandler
- All Implemented Interfaces:
ValidatorReceivable
-
Field Summary
Fields inherited from class AbstractDataComponentHandler
data, validatorHandlerContextFactoryFields inherited from class AbstractComponentHandler
displayType, field, forceEditable, label, name, receiver, scopes, useLabel -
Constructor Summary
ConstructorsConstructorDescriptionUploadFieldHandler(ComponentReceiver receiver, ValidatorHandlerContextFactory validatorHandlerContextFactory, DefaultValueResolver resolver) -
Method Summary
Modifier and TypeMethodDescriptionprotected Class<? extends UploadField> A concrete class which implmentsT(not the handler).protected Class<UploadField> Return the Interface which represents this component (not the handler).Methods inherited from class DocumentFieldHandler
afterDataSet, setAllowedFileTypes, setDownloadButton, setPreviewMethods inherited from class AbstractDataComponentHandler
addAutoComplete, addDefaultValues, addValidations, addValidator, afterFinish, beforeFinish, getDefaultValidators, setConstriction, setData, setDataType, setDefaultLangOnly, setEventHandler, setIgnoreCopy, simpleSearch, startElementMethods inherited from class AbstractComponentHandler
addAttributeProps, addExtProps, createOrGetComponent, disableOldClient, doFinish, finish, forceEditable, label, setDisplayType, setLabel, setName, setPosition, setScopes, setUseLabel
-
Constructor Details
-
UploadFieldHandler
public UploadFieldHandler(ComponentReceiver receiver, ValidatorHandlerContextFactory validatorHandlerContextFactory, DefaultValueResolver resolver)
-
-
Method Details
-
getImplClass
Description copied from class:AbstractComponentHandlerA concrete class which implmentsT(not the handler). Expects a public-constructor which takes the parent Compononent.- Overrides:
getImplClassin classDocumentFieldHandler<UploadField>- Returns:
- the class
-
getInterface
Description copied from class:AbstractComponentHandlerReturn the Interface which represents this component (not the handler). This interface is normallyT- Overrides:
getInterfacein classDocumentFieldHandler<UploadField>- Returns:
- interface-class
-