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
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
Will 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:AbstractComponentHandler
A concrete class which implmentsAbstractComponentHandler
(not the handler). Expects a public-constructor which takes the parent Compononent.- Specified by:
getImplClass
in classAbstractComponentHandler<ActionSeparator>
- Returns:
- the class
-
getInterface
Description copied from class:AbstractComponentHandler
Return the Interface which represents this component (not the handler). This interface is normallyAbstractComponentHandler
- Specified by:
getInterface
in classAbstractComponentHandler<ActionSeparator>
- Returns:
- interface-class
-
beforeFinish
protected void beforeFinish()Description copied from class:AbstractComponentHandler
Will be called before running theAbstractComponentHandler.finish()
-Method this.field won't be available yet.- Overrides:
beforeFinish
in classAbstractComponentHandler<ActionSeparator>
- See Also:
-