public class ShadowElementsCtrl
extends java.lang.Object
| Constructor and Description |
|---|
ShadowElementsCtrl() |
| Modifier and Type | Method and Description |
|---|---|
static Component[] |
filterOutShadows(Component[] shadows)
Returns the component array filter out shadows if any.
|
static java.lang.Object |
getCurrentInfo()
Returns the current shadow element, which is used only by
UiEngine to communicate with
HtmlShadowElement. |
static java.lang.Object |
getDistributedIndexInfo()
Returns the current distributed index info, which is used only by
HtmlShadowElement. |
static void |
setCurrentInfo(java.lang.Object shadowInfo)
Sets the current shadow element, which is used only by
UiEngine to communicate with
HtmlShadowElement. |
static void |
setDistributedIndexInfo(java.lang.Object indexMapInfo)
Sets the current distributed index info, which is used only by
HtmlShadowElement. |
public static final void setCurrentInfo(java.lang.Object shadowInfo)
UiEngine to communicate with
HtmlShadowElement.
Used only internally.
public static final java.lang.Object getCurrentInfo()
UiEngine to communicate with
HtmlShadowElement.
Used only internally.
public static final void setDistributedIndexInfo(java.lang.Object indexMapInfo)
HtmlShadowElement.
Used only internally.
public static final java.lang.Object getDistributedIndexInfo()
HtmlShadowElement.
Used only internally.
public static final Component[] filterOutShadows(Component[] shadows)
Template.create(Component, Component, org.zkoss.xel.VariableResolver, org.zkoss.zk.ui.util.Composer)
by themselves and invoke this to filter out shadows.Copyright © 2005-2024 Potix Corporation. All Rights Reserved.