com.cc.framework.ui.control
Class RadioControl

java.lang.Object
  extended bycom.cc.framework.ui.control.Control
      extended bycom.cc.framework.ui.control.CheckboxControl
          extended bycom.cc.framework.ui.control.RadioControl
All Implemented Interfaces:
AccessControlled, ActionBehavior, CheckboxDataModel, CheckboxStateModel, ClientHandler, DataModel, RadioDataModel, RadioStateModel, java.io.Serializable, StateModel

public class RadioControl
extends CheckboxControl
implements RadioStateModel, RadioDataModel

Control for radio buttons

Since:
1.0
Version:
$Revision: 1.16 $
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.CheckboxControl
 
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
RadioControl()
          Constructor
RadioControl(RadioDesignModel designModel)
          Constructor
 
Method Summary
 void setDesignModel(RadioDesignModel designModel)
          Sets the design model
 
Methods inherited from class com.cc.framework.ui.control.CheckboxControl
getDataModel, getDesignModel, getStateModel, getValue, isChecked, reset, setChecked, setDesignModel, setValue
 
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.CheckboxDataModel
isChecked, setChecked
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serial Version UID

See Also:
Constant Field Values
Constructor Detail

RadioControl

public RadioControl()
Constructor


RadioControl

public RadioControl(RadioDesignModel designModel)
Constructor

Parameters:
designModel - The design model
Method Detail

setDesignModel

public void setDesignModel(RadioDesignModel designModel)
Sets the design model

Parameters:
designModel - The design model


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