Package org.zkoss.zk.ui.ext.render

Additional Interfaces that might be implemented by the returned object of getExtraCtrl().

See:
          Description

Interface Summary
ChildChangedAware Implemented by the object returned by ComponentCtrl.getExtraCtrl() if a component requires the z.chchg command, when any of its children and descendants are changed.
Cropper Implemented by the object returned by ComponentCtrl.getExtraCtrl() if not all of the children of a component are available at the client.
DynamicMedia Implemented by the object returned by ComponentCtrl.getExtraCtrl(), if a component might have viewable parts other than HTML (WML, XAML or any client language).
Floating Implemented by the object returned by ComponentCtrl.getExtraCtrl() to denote a component is floating (aka., absolute position).
MultiBranch Implemented by the object returned by ComponentCtrl.getExtraCtrl() to denote a component might have several branches of elements at the client.
PrologAllowed Implemented by the object returned by ComponentCtrl.getExtraCtrl() if it is able to generate the specified prolog before its real content.
ZidRequired Implemented by the object returned by ComponentCtrl.getExtraCtrl() if the component might be accessible at the client with Component.getId().
 

Package org.zkoss.zk.ui.ext.render Description

Additional Interfaces that might be implemented by the returned object of getExtraCtrl(). ZK uses them to decide how to render a component specially.

See also getExtraCtrl

Application developers need NOT to access any of them.



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