Class MapTooltip
- java.lang.Object
-
- org.dashbuilder.renderer.c3.client.charts.map.widgets.MapTooltip
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.elemental2.IsElement
@Templated @ApplicationScoped public class MapTooltip extends Object implements org.jboss.errai.common.client.api.elemental2.IsElement
-
-
Constructor Summary
Constructors Constructor Description MapTooltip()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description elemental2.dom.HTMLElementgetElement()voidhide()voidinit()voidmove()voidshow(String title, String category, Optional<Double> data, Function<Double,String> formatter)
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
getElement
public elemental2.dom.HTMLElement getElement()
- Specified by:
getElementin interfaceorg.jboss.errai.common.client.api.elemental2.IsElement
-
show
public void show(String title, String category, Optional<Double> data, Function<Double,String> formatter)
-
hide
public void hide()
-
move
public void move()
-
-