Uses of Class
org.zkoss.zk.ui.metainfo.ShadowInfo
-
Packages that use ShadowInfo Package Description org.zkoss.zk.ui.impl org.zkoss.zk.ui.metainfo.impl org.zkoss.zk.ui.sys -
-
Uses of ShadowInfo in org.zkoss.zk.ui.impl
Methods in org.zkoss.zk.ui.impl with parameters of type ShadowInfo Modifier and Type Method Description ComponentAbstractUiFactory. newComponent(Page page, Component parent, ShadowInfo compInfo, Component insertBefore)static voidUtils. setShadowInfo(Component comp, ShadowInfo info)Sets the component info for the given component. -
Uses of ShadowInfo in org.zkoss.zk.ui.metainfo.impl
Methods in org.zkoss.zk.ui.metainfo.impl with parameters of type ShadowInfo Modifier and Type Method Description voidAnnotationHelper. applyAnnotations(ShadowInfo compInfo, java.lang.String propName, boolean clear)Applies the annotations defined in this helper to the specified instance definition. -
Uses of ShadowInfo in org.zkoss.zk.ui.sys
Methods in org.zkoss.zk.ui.sys with parameters of type ShadowInfo Modifier and Type Method Description ComponentUiFactory. newComponent(Page page, Component parent, ShadowInfo compInfo, Component insertBefore)Creates and initializes a shadow based on the specifiedShadowInfo.static voidComponentsCtrl. setCurrentInfo(ShadowInfo compInfo)Sets the current shadow definition, which is used only byUiEngineto communicate withAbstractComponent.
-