Class DecisionTablePopoverUtils
- java.lang.Object
-
- org.drools.workbench.screens.guided.dtable.client.wizard.column.pages.common.DecisionTablePopoverUtils
-
@ApplicationScoped public class DecisionTablePopoverUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description DecisionTablePopoverUtils()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroyPopovers()voidenableOtherwisePopover(org.jboss.errai.common.client.dom.HTMLElement e, boolean enabled)voidsetupAndRegisterPopover(com.google.gwt.dom.client.Element e, String content)voidsetupAndRegisterPopover(elemental2.dom.Element element, String content)voidsetupAndRegisterPopover(org.jboss.errai.common.client.dom.HTMLElement e, String content)voidsetupPopover(com.google.gwt.dom.client.Element element, String content)voidsetupPopover(elemental2.dom.Element element, String content)voidsetupPopover(org.jboss.errai.common.client.dom.HTMLElement htmlElement, String content)
-
-
-
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()
-
-