Class ShadowElementsCtrl


  • public class ShadowElementsCtrl
    extends java.lang.Object
    Utilities for implementing components. (Internal use only)
    Since:
    8.0.0
    Author:
    jumperchen
    • Constructor Detail

      • ShadowElementsCtrl

        public ShadowElementsCtrl()
    • Method Detail

      • setCurrentInfo

        public static final void setCurrentInfo​(java.lang.Object shadowInfo)
        Sets the current shadow element, which is used only by UiEngine to communicate with HtmlShadowElement.

        Used only internally.

      • getCurrentInfo

        public static final java.lang.Object getCurrentInfo()
        Returns the current shadow element, which is used only by UiEngine to communicate with HtmlShadowElement.

        Used only internally.

      • setDistributedIndexInfo

        public static final void setDistributedIndexInfo​(Component host,
                                                         java.lang.Object indexMapInfo)
        Sets the current distributed index info, which is used only by HtmlShadowElement.

        Used only internally.

      • getDistributedIndexInfo

        public static final java.lang.Object getDistributedIndexInfo​(Component host)
        Returns the current distributed index info, which is used only by HtmlShadowElement.

        Used only internally.