Class DecisionTablePopoverUtils


  • @ApplicationScoped
    public class DecisionTablePopoverUtils
    extends Object
    • Constructor Detail

      • DecisionTablePopoverUtils

        public DecisionTablePopoverUtils()
    • Method Detail

      • setupPopover

        public void setupPopover​(com.google.gwt.dom.client.Element element,
                                 String content)
      • setupPopover

        public void setupPopover​(org.jboss.errai.common.client.dom.HTMLElement htmlElement,
                                 String content)
      • setupPopover

        public void setupPopover​(elemental2.dom.Element element,
                                 String content)
      • setupAndRegisterPopover

        public void setupAndRegisterPopover​(com.google.gwt.dom.client.Element e,
                                            String content)
      • setupAndRegisterPopover

        public void setupAndRegisterPopover​(org.jboss.errai.common.client.dom.HTMLElement e,
                                            String content)
      • setupAndRegisterPopover

        public void setupAndRegisterPopover​(elemental2.dom.Element element,
                                            String content)
      • enableOtherwisePopover

        public void enableOtherwisePopover​(org.jboss.errai.common.client.dom.HTMLElement e,
                                           boolean enabled)
      • destroyPopovers

        public void destroyPopovers()