Class ActionSeparatorComponentHandler
java.lang.Object
ch.tocco.nice2.model.form.spi.reader.handler.AbstractComponentHandler<ActionSeparator>
ch.tocco.nice2.model.form.impl.reader.handlers.ActionSeparatorComponentHandler
-
Field Summary
Fields inherited from class ch.tocco.nice2.model.form.spi.reader.handler.AbstractComponentHandler
displayType, field, forceEditable, label, name, receiver, scopes, useLabel -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidWill be called before running theAbstractComponentHandler.finish()-Method this.field won't be available yet.protected Class<? extends ActionSeparator> A concrete class which implmentsAbstractComponentHandler(not the handler).protected Class<ActionSeparator> Return the Interface which represents this component (not the handler).Methods inherited from class ch.tocco.nice2.model.form.spi.reader.handler.AbstractComponentHandler
addAttributeProps, addExtProps, afterFinish, createOrGetComponent, disableOldClient, doFinish, finish, forceEditable, label, setDisplayType, setLabel, setName, setPosition, setScopes, setUseLabel, startElement
-
Constructor Details
-
ActionSeparatorComponentHandler
-
-
Method Details
-
getImplClass
Description copied from class:AbstractComponentHandlerA concrete class which implmentsAbstractComponentHandler(not the handler). Expects a public-constructor which takes the parent Compononent.- Specified by:
getImplClassin classAbstractComponentHandler<ActionSeparator>- Returns:
- the class
-
getInterface
Description copied from class:AbstractComponentHandlerReturn the Interface which represents this component (not the handler). This interface is normallyAbstractComponentHandler- Specified by:
getInterfacein classAbstractComponentHandler<ActionSeparator>- 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<ActionSeparator>- See Also:
-