Uses of Interface
org.zkoss.zk.ui.IdSpace
-
Packages that use IdSpace Package Description org.zkoss.zk.ui org.zkoss.zk.ui.ext org.zkoss.zk.ui.impl org.zkoss.zk.ui.util -
-
Uses of IdSpace in org.zkoss.zk.ui
Subinterfaces of IdSpace in org.zkoss.zk.ui Modifier and Type Interface Description interfacePageA page.Classes in org.zkoss.zk.ui that implement IdSpace Modifier and Type Class Description classAbstractPageA skeletal implementation ofPage.classHtmlMacroComponentThe implementation of a macro component for HTML-based clients.Methods in org.zkoss.zk.ui that return IdSpace Modifier and Type Method Description static IdSpaceComponents. getParentIdSpace(IdSpace idspace)Returns the parent of the ID space, or null if not found.IdSpaceAbstractComponent. getSpaceOwner()IdSpaceComponent. getSpaceOwner()Returns the owner of the ID space that this component belongs to.Methods in org.zkoss.zk.ui with parameters of type IdSpace Modifier and Type Method Description static ComponentPath. 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 IdSpaceComponents. getParentIdSpace(IdSpace idspace)Returns the parent of the ID space, or null if not found. -
Uses of IdSpace in org.zkoss.zk.ui.ext
Subinterfaces of IdSpace in org.zkoss.zk.ui.ext Modifier and Type Interface Description interfaceMacroImplemented withComponentto represent a macro component.Methods in org.zkoss.zk.ui.ext with parameters of type IdSpace Modifier and Type Method Description voidScopeListener. 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 Modifier and Type Class Description classPageImplclassVolatilePageA page that does not really exist at the client.Methods in org.zkoss.zk.ui.impl with parameters of type IdSpace Modifier and Type Method Description voidScopeListeners. notifyIdSpaceChanged(IdSpace newIdSpace)InvokesScopeListener.idSpaceChanged(org.zkoss.zk.ui.ext.Scope, org.zkoss.zk.ui.IdSpace)for registered listeners.voidSimpleScope. notifyIdSpaceChanged(IdSpace newIdSpace)InvokesScopeListener.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 Modifier and Type Field Description protected IdSpaceGenericAutowireComposer. spaceOwnerImplicit Object; the space owner of the applied component.Methods in org.zkoss.zk.ui.util with parameters of type IdSpace Modifier and Type Method Description static voidConventionWires. 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 voidConventionWires. wireFellows(IdSpace idspace, java.lang.Object controller, char separator)Wire fellow components and space owner with a custom separator.static voidConventionWires. wireFellows(IdSpace idspace, java.lang.Object controller, char separator, boolean ignoreZScript, boolean ignoreXel)Wire fellow components and space owner with full control.
-