org.zkoss.zul
Class Radio.ExtraCtrl

java.lang.Object
  extended by org.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl
      extended by org.zkoss.zul.impl.LabelImageElement.ExtraCtrl
          extended by org.zkoss.zul.Checkbox.ExtraCtrl
              extended by org.zkoss.zul.Radio.ExtraCtrl
All Implemented Interfaces:
Checkable, Movable, Sizable, ZIndexed, DynamicMedia, PrologAllowed
Enclosing class:
Radio

protected class Radio.ExtraCtrl
extends Checkbox.ExtraCtrl

A utility class to implement AbstractComponent.getExtraCtrl(). It is used only by component developers.


Constructor Summary
protected Radio.ExtraCtrl()
           
 
Method Summary
 void setCheckedByClient(boolean checked)
          Checks the state caused by client.
 
Methods inherited from class org.zkoss.zul.impl.LabelImageElement.ExtraCtrl
getMedia
 
Methods inherited from class org.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl
setHeightByClient, setLeftByClient, setPrologContent, setTopByClient, setWidthByClient, setZIndexByClient
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Radio.ExtraCtrl

protected Radio.ExtraCtrl()
Method Detail

setCheckedByClient

public void setCheckedByClient(boolean checked)
Description copied from interface: Checkable
Checks the state caused by client.

This method is designed to be used by engine. Don't invoke it directly. Otherwise, the client and server might mismatch.

Specified by:
setCheckedByClient in interface Checkable
Overrides:
setCheckedByClient in class Checkbox.ExtraCtrl


Copyright © 2005-2009 Potix Corporation. All Rights Reserved.