com.cc.framework.ui.control
Class RadioGroupControl

java.lang.Object
  extended bycom.cc.framework.ui.control.Control
      extended bycom.cc.framework.ui.control.CheckboxGroupControl
          extended bycom.cc.framework.ui.control.RadioGroupControl
All Implemented Interfaces:
AccessControlled, ActionBehavior, CheckboxGroupDataModel, CheckBoxGroupStateModel, ClientHandler, DataModel, RadioGroupDataModel, RadioGroupStateModel, java.io.Serializable, StateModel

public class RadioGroupControl
extends CheckboxGroupControl
implements RadioGroupStateModel, RadioGroupDataModel

The checkbox group control

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

Field Summary
private static long serialVersionUID
          Serial Version UID
 
Fields inherited from class com.cc.framework.ui.control.CheckboxGroupControl
 
Fields inherited from class com.cc.framework.ui.control.Control
log
 
Fields inherited from interface com.cc.framework.ui.model.StateModel
PROP_CONTROL
 
Constructor Summary
RadioGroupControl()
          Constructor
RadioGroupControl(RadioGroupDesignModel designModel)
          Constructor
 
Method Summary
 void setDesignModel(RadioGroupDesignModel designModel)
          Sets the DesignModel
 
Methods inherited from class com.cc.framework.ui.control.CheckboxGroupControl
getBody, getColumns, getDataModel, getDesignModel, getDisableProperty, getGroupingProperty, getOptionElements, getOptions, getStateModel, getValues, reset, setBody, setDesignModel, setOptions, setValue, setValues
 
Methods inherited from class com.cc.framework.ui.control.Control
addButton, allowAjaxRendering, execute, execute, execute, execute, execute, execute, execute, getAction, getAjaxId, getButtons, getControlName, getDesignRules, getFrameworkString, getHandler, getHandlers, getHeight, getHelp, getId, getLocaleName, getName, getPermission, getPrincipal, getProperty, getRunAt, getStyle, getStyleClass, getStyleId, getSummary, getTabIndex, getTooltip, getTransaction, getUniqueStyleId, getWidth, isAjaxEnabled, isDisabled, isFormElement, markDirty, onHelp, setAjaxAttribute, setHandler, setPrincipal, show, showButton, synchronizeState, synchronizeState
 
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.StateModel
reset, synchronizeState
 
Methods inherited from interface com.cc.framework.ui.model.CheckboxGroupDataModel
getValues, setValues
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serial Version UID

See Also:
Constant Field Values
Constructor Detail

RadioGroupControl

public RadioGroupControl()
Constructor


RadioGroupControl

public RadioGroupControl(RadioGroupDesignModel designModel)
Constructor

Parameters:
designModel - SelectDesignModel
Method Detail

setDesignModel

public void setDesignModel(RadioGroupDesignModel designModel)
Sets the DesignModel

Parameters:
designModel - SwapSelectDesignModel


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