Interface ResultHighchart.TriggerEvent
-
- Enclosing class:
- ResultHighchart
public static interface ResultHighchart.TriggerEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResultHighchart.OnPointClick
back()
ResultHighchart.TriggerEvent
withCategoryAsEventDataAttr()
Short forwithCustomEventDataAttr("category")
ResultHighchart.TriggerEvent
withCustomEventDataAttr(String customAttribute)
Pick one or more attributes of the Highchart data Point that should be included in the triggered event's payload.ResultHighchart.TriggerEvent
withNameAsEventDataAttr()
Short forwithCustomEventDataAttr("name")
ResultHighchart.TriggerEvent
withXAsEventDataAttr()
Short forwithCustomEventDataAttr("x")
ResultHighchart.TriggerEvent
withYAsEventDataAttr()
Short forwithCustomEventDataAttr("y")
-
-
-
Method Detail
-
withXAsEventDataAttr
ResultHighchart.TriggerEvent withXAsEventDataAttr()
Short forwithCustomEventDataAttr("x")
- Returns:
- the
ResultHighchart.TriggerEvent
instance, for convenience
-
withYAsEventDataAttr
ResultHighchart.TriggerEvent withYAsEventDataAttr()
Short forwithCustomEventDataAttr("y")
- Returns:
- the
ResultHighchart.TriggerEvent
instance, for convenience
-
withNameAsEventDataAttr
ResultHighchart.TriggerEvent withNameAsEventDataAttr()
Short forwithCustomEventDataAttr("name")
- Returns:
- the
ResultHighchart.TriggerEvent
instance, for convenience
-
withCategoryAsEventDataAttr
ResultHighchart.TriggerEvent withCategoryAsEventDataAttr()
Short forwithCustomEventDataAttr("category")
- Returns:
- the
ResultHighchart.TriggerEvent
instance, for convenience
-
withCustomEventDataAttr
ResultHighchart.TriggerEvent withCustomEventDataAttr(String customAttribute)
Pick one or more attributes of the Highchart data Point that should be included in the triggered event's payload. The attribute can then be mapped to a Dashboard Input Parameter (seeResultHighchart.onPointClick()
for sample code).- Returns:
- the
ResultHighchart.TriggerEvent
instance, for convenience
-
back
ResultHighchart.OnPointClick back()
- Returns:
- the
ResultHighchart.OnPointClick
instance, for convenience
-
-