com.cc.framework.ui.model
Interface ColumnButtonDesignModel

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

public interface ColumnButtonDesignModel
extends ColumnDesignModel

Defines the visual properties for the buttomcolumn

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

Method Summary
 java.lang.String getCommand()
          Returns the name of the command that should bet triggered
 ImageModel getImage()
          Returns the image used for the button
 java.lang.String getText()
          Returns the text.
 void setCommand(java.lang.String command)
          Sets the name of the command that should bet triggered
 void setImage(ImageModel image)
          Sets the image used for the button
 void setImage(java.lang.String image)
          Sets the image used for the button
 void setText(java.lang.String text)
          Sets the text.
 
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

getImage

public ImageModel getImage()
Returns the image used for the button

Returns:
ImageModel

setImage

public void setImage(ImageModel image)
Sets the image used for the button

Parameters:
image - ImageModel

setImage

public void setImage(java.lang.String image)
Sets the image used for the button

Parameters:
image - ImageModel

getText

public java.lang.String getText()
Returns the text.

Returns:
String

setText

public void setText(java.lang.String text)
Sets the text.

Parameters:
text - The text to set

getCommand

public java.lang.String getCommand()
Returns the name of the command that should bet triggered

Returns:
Command name

setCommand

public void setCommand(java.lang.String command)
Sets the name of the command that should bet triggered

Parameters:
command - The Command name


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