com.cc.framework.ui.model.imp
Class CheckboxDesignModelImp

java.lang.Object
  extended bycom.cc.framework.ui.model.imp.ClientHandlerImp
      extended bycom.cc.framework.ui.model.imp.ControlDesignModelImp
          extended bycom.cc.framework.ui.model.imp.CheckboxDesignModelImp
All Implemented Interfaces:
AccessControlled, ActionBehavior, AjaxSupport, CheckboxDesignModel, ClientHandler, ControlDesignModel, DesignModel, java.io.Serializable
Direct Known Subclasses:
RadioDesignModelImp

public class CheckboxDesignModelImp
extends ControlDesignModelImp
implements CheckboxDesignModel

Designmodel for checkboxes

Since:
1.0
Version:
$Revision: 1.10 $
Author:
Harald Schulz
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Serial Version UID
private  java.lang.String value
          The state of the radio button
 
Fields inherited from class com.cc.framework.ui.model.imp.ControlDesignModelImp
 
Fields inherited from class com.cc.framework.ui.model.imp.ClientHandlerImp
 
Constructor Summary
CheckboxDesignModelImp()
          Constructor
 
Method Summary
 java.lang.String getValue()
          This is the value returned to the server if the user selects this check box.
 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 class com.cc.framework.ui.model.imp.ControlDesignModelImp
addDesignRule, enableAjax, getAction, getBorder, getDesignRules, getHeight, getHelp, getId, getLocaleName, getName, getPermission, getProperty, getRunAt, getStyle, getStyleClass, getStyleId, getSummary, getTabIndex, getTooltip, getTransaction, getWidth, hasShadow, isAjaxEnabled, isDisabled, isDynamicDesignModel, isFormElement, setAction, setBorder, setDisabled, setDynamicDesignModel, setFormElement, setHeight, setHelp, setId, setLocaleName, setName, setPermission, setProperty, setRunAt, setShadow, setStyle, setStyleClass, setStyleId, setSummary, setTabIndex, setTooltip, setTransaction, setWidth, show
 
Methods inherited from class com.cc.framework.ui.model.imp.ClientHandlerImp
evaluate, getHandler, getHandlers, setHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.cc.framework.ui.model.CheckboxDesignModel
getTooltip, setTooltip
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serial Version UID

See Also:
Constant Field Values

value

private java.lang.String value
The state of the radio button

Constructor Detail

CheckboxDesignModelImp

public CheckboxDesignModelImp()
Constructor

Method Detail

getValue

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

Specified by:
getValue in interface CheckboxDesignModel
Returns:
String
See Also:
CheckboxDesignModel.getValue()

setValue

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

Specified by:
setValue in interface CheckboxDesignModel
Parameters:
value - Value
See Also:
CheckboxDesignModel.setValue(String)


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