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). 
 

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 HtmlMacroComponent
          The implemetation of a macro component for HTML-based clients.
 

Methods in org.zkoss.zk.ui that return IdSpace
 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.
 

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.
 

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

Classes in org.zkoss.zk.ui.impl that implement IdSpace
 class PageImpl
          An implmentation of Page and PageCtrl.
 



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