com.cc.framework.ui.model
Interface ColumnCheckDesignModel

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

public interface ColumnCheckDesignModel
extends ColumnDesignModel

Defines the visual properties for the checkcolumn

Since:
1.0
Version:
$Revision: 1.6 $
Author:
Harald Schulz

Method Summary
 boolean checkAll()
          Deprecated. use getCheckRange()
 CheckRange getCheckRange()
          Determines what rows the multiple check option of the column should affect.
 void setCheckAll(boolean enable)
          Deprecated. use setCheckRange()
 void setCheckRange(CheckRange range)
          Defines what rows the multiple check option of the column should affect.
 
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

checkAll

public boolean checkAll()
Deprecated. use getCheckRange()

Indicates if the multiple check option of the column is enabled

Returns:
true when the multiple check option of the column is enabled

setCheckAll

public void setCheckAll(boolean enable)
Deprecated. use setCheckRange()

Enables the check all property of the column

Parameters:
enable - true enable the multiple check option of the column

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.