com.cc.framework.ui.model
Interface ColumnCheckboxDesignModel

All Superinterfaces:
AccessControlled, ActionBehavior, AjaxSupport, ClientHandler, ColumnDesignModel, ColumnTextDesignModel, DesignModel
All Known Implementing Classes:
ColumnCheckboxDesignModelImp

public interface ColumnCheckboxDesignModel
extends ColumnTextDesignModel

Defines the visual properties for the columncheckbox

Since:
1.3
Version:
$Revision: 1.7 $
Author:
Harald Schulz

Method Summary
 CheckRange getCheckRange()
          Determines what rows the multiple check option of the column should affect.
 SelectMode getSelectMode()
          Specifies the selection mode of the list.
 void setCheckRange(CheckRange range)
          Defines what rows the multiple check option of the column should affect.
 void setSelectMode(SelectMode mode)
          Sets the selection mode of the list.
 
Methods inherited from interface com.cc.framework.ui.model.ColumnTextDesignModel
getInputType, getSize, setInputType, setSize, setSize
 
Methods inherited from interface com.cc.framework.ui.model.ColumnDesignModel
addDesignRule, allowAjaxRendering, filter, getAlignment, getAnchor, getAnchorProperty, getConverter, getDesignRules, getDisableProperty, getEditableProperty, getEnableProperty, getEnvironment, getHeader, getImageMap, getImageProperty, getJoinMode, getLinkName, getLinkNameProperty, getMaxLength, getProperty, getRunAt, getStyle, getStyleClass, getStyleId, getTarget, getTargetProperty, getTitle, getTooltip, getTooltipProperty, getTransaction, getType, getWidth, isDisabled, isEditable, isSortable, setAlignment, setAlignment, setAnchor, setAnchorProperty, setConverter, setDisabled, setDisabled, setDisableProperty, setEditable, setEditable, setEditableProperty, setEnableProperty, setEnvironment, setFilter, setFilter, setHeader, setImageMap, setImageProperty, setJoinMode, setJoinMode, setLinkName, setLinkNameProperty, setMaxLength, setMaxLength, setPermission, setPermission, setProperty, setRunAt, setSortable, setStyle, setStyleClass, setStyleId, setTarget, setTargetProperty, setTitle, setTooltip, setTooltipProperty, setTransaction, setType, setWidth, setWidth
 
Methods inherited from interface com.cc.framework.ui.model.ClientHandler
getHandler, getHandlers, setHandler
 
Methods inherited from interface com.cc.framework.ui.model.AccessControlled
getPermission, show
 
Methods inherited from interface com.cc.framework.ui.model.ActionBehavior
isAjaxEnabled
 
Methods inherited from interface com.cc.framework.ui.model.AjaxSupport
enableAjax, isAjaxEnabled
 

Method Detail

getSelectMode

public SelectMode getSelectMode()
Specifies the selection mode of the list. This is only used if a Check column is to be displayed here as well.

Returns:
SelectMode

setSelectMode

public void setSelectMode(SelectMode mode)
Sets the selection mode of the list.

Parameters:
mode - the selection mode

getCheckRange

public CheckRange getCheckRange()
Determines what rows the multiple check option of the column should affect.

Returns:
the range of rows to check

setCheckRange

public void setCheckRange(CheckRange range)
Defines what rows the multiple check option of the column should affect.

Parameters:
range - the range of rows to check


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.