com.cc.framework.ui.model
Interface CheckboxGroupDesignModel
- All Superinterfaces:
- AccessControlled, ActionBehavior, AjaxSupport, ClientHandler, ControlDesignModel, DesignModel
- All Known Subinterfaces:
- RadioGroupDesignModel
- All Known Implementing Classes:
- CheckboxGroupDesignModelImp, RadioGroupDesignModelImp
- public interface CheckboxGroupDesignModel
- extends ControlDesignModel
Designmodel for the checkbox group control
- Version:
- $Revision: 1.5 $
- Author:
- Harald Schulz
Methods inherited from interface com.cc.framework.ui.model.ControlDesignModel |
addDesignRule, getAction, getBorder, getDesignRules, getHeight, getHelp, getId, getLocaleName, getName, getProperty, getRunAt, getStyle, getStyleClass, getStyleId, getSummary, getTabIndex, getTooltip, getTransaction, getWidth, hasShadow, isDisabled, isDynamicDesignModel, isFormElement, setAction, setBorder, setDisabled, setDynamicDesignModel, setFormElement, setHeight, setHelp, setId, setLocaleName, setName, setPermission, setProperty, setRunAt, setShadow, setStyle, setStyleClass, setStyleId, setSummary, setTabIndex, setTooltip, setTransaction, setWidth |
getColumns
public int getColumns()
- Returns the number of checkbox columns
- Returns:
- int
setColumns
public void setColumns(int columns)
- Sets the number of checkbox columns
- Parameters:
columns
- Number of columns
getGroupingProperty
public java.lang.String getGroupingProperty()
- Returns:
- returns the name of the property that is used to group checkbox
items
setGroupingProperty
public void setGroupingProperty(java.lang.String property)
- Parameters:
property
- the name of the property that is used to group checkbox items
getDisableProperty
public java.lang.String getDisableProperty()
- Returns:
- returns the name of the property that is used to disable
individual checkbox items
setDisableProperty
public void setDisableProperty(java.lang.String property)
- Parameters:
property
- the name of the property that is used to disable checkbox
items
Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.