Uses of Interface
org.zkoss.zk.ui.IdSpace
-
Packages that use IdSpace Package Description org.zkoss.stateless.ui.util org.zkoss.zk.ui org.zkoss.zk.ui.ext org.zkoss.zk.ui.impl org.zkoss.zk.ui.util org.zkoss.zml org.zkoss.zul org.zkoss.zul.impl -
-
Uses of IdSpace in org.zkoss.stateless.ui.util
Classes in org.zkoss.stateless.ui.util that implement IdSpace Modifier and Type Class Description classVolatileIPageA page is alive temporarily during UiEngine to create IComponents from a ZUML page that eventually shall not be attached to the desktop.Methods in org.zkoss.stateless.ui.util that return IdSpace Modifier and Type Method Description IdSpaceVolatileComponent. getSpaceOwner() -
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. -
Uses of IdSpace in org.zkoss.zml
Classes in org.zkoss.zml that implement IdSpace Modifier and Type Class Description classXmlMacroComponentThe implementation of a macro component for XML output. -
Uses of IdSpace in org.zkoss.zul
Classes in org.zkoss.zul that implement IdSpace Modifier and Type Class Description classIdspaceJust like DIV tag but implements IdSpace.classIncludeIncludes the result generated by any servlet, not limited to a ZUML page.classWindowA window. -
Uses of IdSpace in org.zkoss.zul.impl
Classes in org.zkoss.zul.impl that implement IdSpace Modifier and Type Class Description classFileuploadDlgUsed withFileuploadto implement the upload feature.classMessageboxDlgUsed withMessageboxto implement a message box.
-