Class AbstractRadioCheckboxGroupModelHandler
java.lang.Object
ch.tocco.nice2.model.base.spi.layout.AbstractRadioCheckboxGroupModelHandler
- All Implemented Interfaces:
SpecificLayoutModelHandler
- Direct Known Subclasses:
CheckboxGroupLayoutModelHandler, RadioGroupLayoutModelHandler
public abstract class AbstractRadioCheckboxGroupModelHandler
extends Object
implements SpecificLayoutModelHandler
Common base class for CheckboxGroupLayoutModelHandler and RadioGroupLayoutModelHandler.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidTo be called by subclass.voidfinish()voidsetNumColumns(Integer numColumns) voidsetOrientation(String orientation) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface SpecificLayoutModelHandler
getLayout
-
Field Details
-
orientation
-
numColumns
-
-
Constructor Details
-
AbstractRadioCheckboxGroupModelHandler
public AbstractRadioCheckboxGroupModelHandler()
-
-
Method Details
-
setOrientation
- Throws:
ModelBuildException
-
setNumColumns
- Throws:
ModelBuildException
-
finish
- Throws:
ModelBuildException
-
assignCommonStuff
To be called by subclass.
-