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.zkdemo.test   
org.zkoss.zkdemo.test2   
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 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.
static void Components.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 Components.wireFellows(IdSpace idspace, java.lang.Object controller, char separator)
          Wire fellow components and space owner with a custom separator.
 

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.
 

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.
 

Uses of IdSpace in org.zkoss.zkdemo.test
 

Classes in org.zkoss.zkdemo.test that implement IdSpace
 class Hello
          Used to test with lang-addon.xml.
 

Uses of IdSpace in org.zkoss.zkdemo.test2
 

Classes in org.zkoss.zkdemo.test2 that implement IdSpace
 class MainWindow
           
 

Uses of IdSpace in org.zkoss.zml
 

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

Uses of IdSpace in org.zkoss.zul
 

Classes in org.zkoss.zul that implement IdSpace
 class Window
          A generic 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-2009 Potix Corporation. All Rights Reserved.