Class StructureTypesTooltipView
- java.lang.Object
-
- org.kie.workbench.common.dmn.client.editors.types.listview.tooltip.StructureTypesTooltipView
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.elemental2.IsElement,org.jboss.errai.ui.client.local.api.elemental2.IsElement,StructureTypesTooltip.View,org.uberfire.client.mvp.HasPresenter<StructureTypesTooltip>,org.uberfire.client.mvp.UberElemental<StructureTypesTooltip>
@ApplicationScoped @Templated public class StructureTypesTooltipView extends Object implements StructureTypesTooltip.View
-
-
Constructor Summary
Constructors Constructor Description StructureTypesTooltipView(elemental2.dom.HTMLDivElement tooltip, elemental2.dom.HTMLButtonElement close, elemental2.dom.HTMLHeadingElement dataTypeName, elemental2.dom.HTMLParagraphElement description, elemental2.dom.HTMLUListElement dataTypeFields, elemental2.dom.HTMLLIElement htmlLiElement, elemental2.dom.HTMLElement htmlSpanElement, elemental2.dom.HTMLAnchorElement viewDataTypeLink, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhide()voidinit(StructureTypesTooltip presenter)voidonClose(com.google.gwt.event.dom.client.ClickEvent e)voidonViewDataTypeLink(com.google.gwt.event.dom.client.ClickEvent event)voidshow(elemental2.dom.HTMLElement refElement)
-
-
-
Constructor Detail
-
StructureTypesTooltipView
@Inject public StructureTypesTooltipView(elemental2.dom.HTMLDivElement tooltip, elemental2.dom.HTMLButtonElement close, @Named("h3") elemental2.dom.HTMLHeadingElement dataTypeName, elemental2.dom.HTMLParagraphElement description, elemental2.dom.HTMLUListElement dataTypeFields, elemental2.dom.HTMLLIElement htmlLiElement, @Named("span") elemental2.dom.HTMLElement htmlSpanElement, elemental2.dom.HTMLAnchorElement viewDataTypeLink, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
-
-
Method Detail
-
init
public void init(StructureTypesTooltip presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<StructureTypesTooltip>
-
onClose
@EventHandler("close") public void onClose(com.google.gwt.event.dom.client.ClickEvent e)
-
onViewDataTypeLink
@EventHandler("view-data-type-link") public void onViewDataTypeLink(com.google.gwt.event.dom.client.ClickEvent event)
-
show
public void show(elemental2.dom.HTMLElement refElement)
- Specified by:
showin interfaceStructureTypesTooltip.View
-
hide
public void hide()
-
-