org.zkoss.zul
Class Tabbox.ExtraCtrl

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

protected class Tabbox.ExtraCtrl
extends HtmlBasedComponent.ExtraCtrl
implements ChildChangedAware

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


Constructor Summary
protected Tabbox.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

Tabbox.ExtraCtrl

protected Tabbox.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.