org.zkoss.zkex.zul
Class Fisheyebar.ExtraCtrl

java.lang.Object
  extended by org.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl
      extended by org.zkoss.zkex.zul.Fisheyebar.ExtraCtrl
All Implemented Interfaces:
Movable, Sizable, ZIndexed, ChildChangedAware, PrologAllowed
Enclosing class:
Fisheyebar

protected class Fisheyebar.ExtraCtrl
extends HtmlBasedComponent.ExtraCtrl
implements ChildChangedAware

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


Constructor Summary
protected Fisheyebar.ExtraCtrl()
           
 
Method Summary
 boolean isChildChangedAware()
          Returns whether to send the z.chchg command to the client.
 
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

Fisheyebar.ExtraCtrl

protected Fisheyebar.ExtraCtrl()
Method Detail

isChildChangedAware

public boolean isChildChangedAware()
Description copied from interface: ChildChangedAware
Returns whether to send the z.chchg command to the client.

Specified by:
isChildChangedAware in interface ChildChangedAware


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