org.zkoss.zul
Class Window.ExtraCtrl

java.lang.Object
  extended by org.zkoss.zul.Window.ExtraCtrl
All Implemented Interfaces:
org.zkoss.zk.ui.ext.client.Movable, org.zkoss.zk.ui.ext.client.Openable, org.zkoss.zk.ui.ext.client.Sizable, org.zkoss.zk.ui.ext.client.ZIndexed, org.zkoss.zk.ui.ext.render.MultiBranch
Direct Known Subclasses:
FileuploadDlg.ExtraCtrl
Enclosing class:
Window

protected class Window.ExtraCtrl
extends java.lang.Object
implements org.zkoss.zk.ui.ext.render.MultiBranch, org.zkoss.zk.ui.ext.client.Openable

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


Constructor Summary
protected Window.ExtraCtrl()
           
 
Method Summary
 boolean inDifferentBranch(org.zkoss.zk.ui.Component child)
           
 void setOpenByClient(boolean open)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Window.ExtraCtrl

protected Window.ExtraCtrl()
Method Detail

inDifferentBranch

public boolean inDifferentBranch(org.zkoss.zk.ui.Component child)
Specified by:
inDifferentBranch in interface org.zkoss.zk.ui.ext.render.MultiBranch

setOpenByClient

public void setOpenByClient(boolean open)
Specified by:
setOpenByClient in interface org.zkoss.zk.ui.ext.client.Openable


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