Class VerticalBoxHandler
java.lang.Object
ch.tocco.nice2.model.form.spi.reader.handler.AbstractComponentHandler<VerticalBox>
ch.tocco.nice2.model.form.impl.reader.handlers.AbstractBoxHandler<VerticalBox>
ch.tocco.nice2.model.form.impl.reader.handlers.VerticalBoxHandler
Handles
VerticalBoxImpl
components-
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 Class
<? extends VerticalBox> A concrete class which implmentsAbstractComponentHandler
(not the handler).protected Class
<VerticalBox> Return the Interface which represents this component (not the handler).Methods inherited from class ch.tocco.nice2.model.form.impl.reader.handlers.AbstractBoxHandler
afterFinish, createOrGetComponent, setLabeled, tag
Methods inherited from class ch.tocco.nice2.model.form.spi.reader.handler.AbstractComponentHandler
addAttributeProps, addExtProps, beforeFinish, disableOldClient, doFinish, finish, forceEditable, label, setDisplayType, setLabel, setName, setPosition, setScopes, setUseLabel, startElement
-
Constructor Details
-
VerticalBoxHandler
-
-
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<VerticalBox>
- 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<VerticalBox>
- Returns:
- interface-class
-