com.cc.framework.ui.model
Interface ColumnCommandDesignModel

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

public interface ColumnCommandDesignModel
extends ColumnDesignModel

Defines the visual properties for the commandcolumn

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

Method Summary
 ControlActionDef getCommand()
          Returns the command that will be executed when the user presses a button in this column
 java.lang.String getIconResource()
          Returns the image resource for the button image of this column
 
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

getCommand

public ControlActionDef getCommand()
Returns the command that will be executed when the user presses a button in this column

Returns:
Command to execute

getIconResource

public java.lang.String getIconResource()
Returns the image resource for the button image of this column

Returns:
Image resource id


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