com.cc.framework.ui.model
Interface ColumnRadioDesignModel

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

public interface ColumnRadioDesignModel
extends ColumnTextDesignModel

Defines the visual properties for the columnradio

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

Method Summary
 java.lang.String getValue()
           
 boolean isRowSpan()
          This flag indicates that the radio buttons of this column should be grouped over multiple rows
 void setValue(java.lang.String value)
          Sets the value that must be match to mark the radio button as selected
 
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

setValue

public void setValue(java.lang.String value)
Sets the value that must be match to mark the radio button as selected

Parameters:
value - match value

getValue

public java.lang.String getValue()
Returns:
returns the matching value

isRowSpan

public boolean isRowSpan()
This flag indicates that the radio buttons of this column should be grouped over multiple rows

Returns:
true when the radio buttons of this column should be grouped over multiple rows


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