Class DescriptionFieldHandler
java.lang.Object
ch.tocco.nice2.model.form.spi.reader.handler.AbstractComponentHandler<DescriptionField>
ch.tocco.nice2.model.form.impl.reader.handlers.DescriptionFieldHandler
-
Field Summary
Fields inherited from class AbstractComponentHandler
displayType, field, forceEditable, label, name, receiver, scopes, useLabel -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidWill be called after running theAbstractComponentHandler.finish()-Method.protected voidWill be called before running theAbstractComponentHandler.finish()-Method this.field won't be available yet.protected Class<? extends DescriptionField> A concrete class which implmentsT(not the handler).protected Class<DescriptionField> Return the Interface which represents this component (not the handler).final voidfinal voidfinal voidfinal voidMethods inherited from class AbstractComponentHandler
addAttributeProps, addExtProps, createOrGetComponent, disableOldClient, doFinish, finish, forceEditable, label, setDisplayType, setLabel, setName, setPosition, setScopes, setUseLabel, startElement
-
Constructor Details
-
DescriptionFieldHandler
-
-
Method Details
-
setTitle
-
setText
-
setMode
-
setIcon
-
getImplClass
Description copied from class:AbstractComponentHandlerA concrete class which implmentsT(not the handler). Expects a public-constructor which takes the parent Compononent.- Specified by:
getImplClassin classAbstractComponentHandler<DescriptionField>- Returns:
- the class
-
getInterface
Description copied from class:AbstractComponentHandlerReturn the Interface which represents this component (not the handler). This interface is normallyT- Specified by:
getInterfacein classAbstractComponentHandler<DescriptionField>- Returns:
- interface-class
-
beforeFinish
protected void beforeFinish()Description copied from class:AbstractComponentHandlerWill be called before running theAbstractComponentHandler.finish()-Method this.field won't be available yet.- Overrides:
beforeFinishin classAbstractComponentHandler<DescriptionField>- See Also:
-
afterFinish
Description copied from class:AbstractComponentHandlerWill be called after running theAbstractComponentHandler.finish()-Method. this.field will be ready to fill.- Overrides:
afterFinishin classAbstractComponentHandler<DescriptionField>- Throws:
ModelBuildException- See Also:
-