com.cc.framework.ui.model
Interface ColumnImageDesignModel

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

public interface ColumnImageDesignModel
extends ColumnDesignModel

Defines the visual properties for the imagecolumn

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

Method Summary
 boolean isClickable()
          Returns true if the Column supports the onClick event handler
 void setClickable(boolean clickable)
          true if the column should support the OnClick-Handler
 void setClickable(java.lang.String clickable)
          true if the column should support the OnClick-Handler
 
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

setClickable

public void setClickable(boolean clickable)
true if the column should support the OnClick-Handler

Parameters:
clickable - true wenn das Image als Schaltfläche genutzt werden soll

setClickable

public void setClickable(java.lang.String clickable)
true if the column should support the OnClick-Handler

Parameters:
clickable - true wenn das Image als Schaltfläche genutzt werden soll

isClickable

public boolean isClickable()
Returns true if the Column supports the onClick event handler

Returns:
boolean


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