Uses of Interface
org.zkoss.zk.ui.IdSpace

Packages that use IdSpace
org.zkoss.zk.ui Interfaces of the common user-interfaces, such as Page and Component
org.zkoss.zk.ui.ext Additional Interfaces that might be implemented by special components, such as AfterCompose
org.zkoss.zk.ui.impl Implementation of user interfaces and factories (implementation only). 
org.zkoss.zk.ui.util Utilities to handle user interfaces. 
org.zkoss.zml The ZK XML Component Set. 
org.zkoss.zul ZUL component set that are used for HTML-based clients. 
org.zkoss.zul.impl Classes used to implement ZUL Component Set (implementation only). 
 

Uses of IdSpace in org.zkoss.zk.ui
 

Subinterfaces of IdSpace in org.zkoss.zk.ui
 interface Page
          A page.
 

Classes in org.zkoss.zk.ui that implement IdSpace
 class AbstractPage
          A skeletal implementation of Page.
 class HtmlMacroComponent
          The implementation of a macro component for HTML-based clients.
 

Methods in org.zkoss.zk.ui that return IdSpace
static IdSpace Components.getParentIdSpace(IdSpace idspace)
          Returns the parent of the ID space, or null if not found.
 IdSpace Component.getSpaceOwner()
          Returns the owner of the ID space that this component belongs to.
 IdSpace AbstractComponent.getSpaceOwner()
           
 

Methods in org.zkoss.zk.ui with parameters of type IdSpace
static Component Path.getComponent(IdSpace is, java.lang.String path)
          Returns the component of the specified path which is related to the specified ID space, or null if no such component.
static IdSpace Components.getParentIdSpace(IdSpace idspace)
          Returns the parent of the ID space, or null if not found.
static void Components.wireFellows(IdSpace idspace, java.lang.Object controller)
          Deprecated. As of release 6.0.0, replaced with ConventionWires.
static void Components.wireFellows(IdSpace idspace, java.lang.Object controller, char separator)
          Deprecated. As of release 6.0.0, replaced with ConventionWires.
static void Components.wireFellows(IdSpace idspace, java.lang.Object controller, char separator, boolean ignoreZScript, boolean ignoreXel)
          Deprecated. As of release 6.0.0, replaced with ConventionWires.
 

Uses of IdSpace in org.zkoss.zk.ui.ext
 

Subinterfaces of IdSpace in org.zkoss.zk.ui.ext
 interface Macro
          Implemented with Component to represent a macro component.
 

Methods in org.zkoss.zk.ui.ext with parameters of type IdSpace
 void ScopeListener.idSpaceChanged(Scope scope, IdSpace newIdSpace)
          Called when the ID space of this scope has been changed.
 

Uses of IdSpace in org.zkoss.zk.ui.impl
 

Classes in org.zkoss.zk.ui.impl that implement IdSpace
 class PageImpl
          An implementation of Page and PageCtrl.
 class VolatilePage
          A page that does not really exist at the client.
 

Methods in org.zkoss.zk.ui.impl with parameters of type IdSpace
 void SimpleScope.notifyIdSpaceChanged(IdSpace newIdSpace)
          Invokes ScopeListener.idSpaceChanged(org.zkoss.zk.ui.ext.Scope, org.zkoss.zk.ui.IdSpace) for registered listeners.
 void ScopeListeners.notifyIdSpaceChanged(IdSpace newIdSpace)
          Invokes ScopeListener.idSpaceChanged(org.zkoss.zk.ui.ext.Scope, org.zkoss.zk.ui.IdSpace) for registered listeners.
 

Uses of IdSpace in org.zkoss.zk.ui.util
 

Fields in org.zkoss.zk.ui.util declared as IdSpace
protected  IdSpace GenericAutowireComposer.spaceOwner
          Implicit Object; the space owner of the applied component.
 

Methods in org.zkoss.zk.ui.util with parameters of type IdSpace
static void ConventionWires.wireFellows(IdSpace idspace, java.lang.Object controller)
          Wire fellow components and space owner ancestors of the specified Id space into a controller Java object.
static void ConventionWires.wireFellows(IdSpace idspace, java.lang.Object controller, char separator)
          Wire fellow components and space owner with a custom separator.
static void ConventionWires.wireFellows(IdSpace idspace, java.lang.Object controller, char separator, boolean ignoreZScript, boolean ignoreXel)
          Wire fellow components and space owner with full control.
 

Uses of IdSpace in org.zkoss.zml
 

Classes in org.zkoss.zml that implement IdSpace
 class XmlMacroComponent
          The implementation of a macro component for XML output.
 

Uses of IdSpace in org.zkoss.zul
 

Classes in org.zkoss.zul that implement IdSpace
 class Idspace
          Just like DIV tag but implements IdSpace.
 class Include
          Includes the result generated by any servlet, not limited to a ZUML page.
 class Window
          A window.
 

Uses of IdSpace in org.zkoss.zul.impl
 

Classes in org.zkoss.zul.impl that implement IdSpace
 class FileuploadDlg
          Used with Fileupload to implement the upload feature.
 class MessageboxDlg
          Used with Messagebox to implement a message box.
 



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo