com.cc.framework.ui.model
Interface CheckboxDesignModel

All Superinterfaces:
AccessControlled, ActionBehavior, AjaxSupport, ClientHandler, ControlDesignModel, DesignModel
All Known Subinterfaces:
RadioDesignModel
All Known Implementing Classes:
CheckboxDesignModelImp, RadioDesignModelImp

public interface CheckboxDesignModel
extends ControlDesignModel

Design model for checkboxes

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

Method Summary
 java.lang.String getTooltip()
          Retrieves the optional tooltip text
 java.lang.String getValue()
          This is the value returned to the server if the user selects this check box.
 void setTooltip(java.lang.String tooltip)
          Sets the optional tooltip text
 void setValue(java.lang.String value)
          Sets the Value the value returned to the server if the user selects this check box.
 
Methods inherited from interface com.cc.framework.ui.model.ControlDesignModel
addDesignRule, getAction, getBorder, getDesignRules, getHeight, getHelp, getId, getLocaleName, getName, getProperty, getRunAt, getStyle, getStyleClass, getStyleId, getSummary, getTabIndex, getTransaction, getWidth, hasShadow, isDisabled, isDynamicDesignModel, isFormElement, setAction, setBorder, setDisabled, setDynamicDesignModel, setFormElement, setHeight, setHelp, setId, setLocaleName, setName, setPermission, setProperty, setRunAt, setShadow, setStyle, setStyleClass, setStyleId, setSummary, setTabIndex, setTransaction, 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

getValue

public java.lang.String getValue()
This is the value returned to the server if the user selects this check box. This is an optional attribute.

Returns:
String

setValue

public void setValue(java.lang.String value)
Sets the Value the value returned to the server if the user selects this check box. This is an optional attribute.

Parameters:
value - Value

setTooltip

public void setTooltip(java.lang.String tooltip)
Sets the optional tooltip text

Specified by:
setTooltip in interface ControlDesignModel
Parameters:
tooltip - Tooltip

getTooltip

public java.lang.String getTooltip()
Retrieves the optional tooltip text

Specified by:
getTooltip in interface ControlDesignModel
Returns:
tooltip text or null


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