Uses of Interface
org.zkoss.zk.ui.ShadowElement
-
Packages that use ShadowElement Package Description org.zkoss.zk.ui org.zkoss.zk.ui.sys org.zkoss.zk.ui.util -
-
Uses of ShadowElement in org.zkoss.zk.ui
Classes in org.zkoss.zk.ui that implement ShadowElement Modifier and Type Class Description classHtmlShadowElementA skeleton of shadow element that represents as a shadow tree.Methods in org.zkoss.zk.ui with type parameters of type ShadowElement Modifier and Type Method Description <T extends ShadowElement>
java.util.List<T>AbstractComponent. getShadowRoots()Methods in org.zkoss.zk.ui that return ShadowElement Modifier and Type Method Description ShadowElementAbstractComponent. getShadowFellowIfAny(java.lang.String id)Methods in org.zkoss.zk.ui with parameters of type ShadowElement Modifier and Type Method Description booleanAbstractComponent. addShadowRoot(ShadowElement shadow)booleanAbstractComponent. addShadowRootBefore(ShadowElement shadow, ShadowElement insertBefore)static intHtmlShadowElement. getIndex(ShadowElement owner, Component insertion, java.util.Map<Component,java.lang.Integer> cacheMap)booleanAbstractComponent. removeShadowRoot(ShadowElement shadow) -
Uses of ShadowElement in org.zkoss.zk.ui.sys
Methods in org.zkoss.zk.ui.sys with type parameters of type ShadowElement Modifier and Type Method Description <T extends ShadowElement>
java.util.List<T>ComponentCtrl. getShadowRoots()Returns a set of shadow elements, if any.Methods in org.zkoss.zk.ui.sys that return ShadowElement Modifier and Type Method Description ShadowElementComponentCtrl. getShadowFellowIfAny(java.lang.String id)Returns the shadow element under this shadow host.Methods in org.zkoss.zk.ui.sys with parameters of type ShadowElement Modifier and Type Method Description booleanComponentCtrl. addShadowRoot(ShadowElement shadow)Adds the given shadow root from this host.booleanComponentCtrl. addShadowRootBefore(ShadowElement shadow, ShadowElement insertBefore)Adds the given shadow root from this host.booleanComponentCtrl. removeShadowRoot(ShadowElement shadow)Removes the given shadow root from this host. -
Uses of ShadowElement in org.zkoss.zk.ui.util
Methods in org.zkoss.zk.ui.util with parameters of type ShadowElement Modifier and Type Method Description voidConfiguration. afterShadowAttached(ShadowElement shadow, Component host)InvokesUiLifeCycle.afterShadowAttached(ShadowElement, Component)when a shadow is attached to a host.voidUiLifeCycle. afterShadowAttached(ShadowElement shadow, Component host)Called after a shadow is attached to a host.voidConfiguration. afterShadowDetached(ShadowElement shadow, Component prevhost)InvokesUiLifeCycle.afterShadowDetached(ShadowElement, Component)when a shadow is detached from a host.voidUiLifeCycle. afterShadowDetached(ShadowElement shadow, Component prevhost)Called after a shadow is detached from a host.
-