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 AbstractComponentHandler
displayType, field, forceEditable, label, name, receiver, scopes, useLabel -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Class<? extends VerticalBox> A concrete class which implmentsT(not the handler).protected Class<VerticalBox> Return the Interface which represents this component (not the handler).Methods inherited from class AbstractBoxHandler
afterFinish, createOrGetComponent, setLabeled, tagMethods inherited from class 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:AbstractComponentHandlerA concrete class which implmentsT(not the handler). Expects a public-constructor which takes the parent Compononent.- Specified by:
getImplClassin classAbstractComponentHandler<VerticalBox>- 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<VerticalBox>- Returns:
- interface-class
-