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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
To be called by subclass.void
finish()
void
setNumColumns
(Integer numColumns) void
setOrientation
(String orientation) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.model.base.spi.layout.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.
-