Interface DashboardApi
-
public interface DashboardApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DashboardApiandRecalculateOn(String eventName)DashboardApiasParam(String paramName)DashboardApiopenInTabOrRecalculateOn(String eventName)DashboardApiopenInWindowOrRecalculateOn(String eventName)DashboardApisetParam(String paramName, Object value)DashboardApishowEmbedded()DashboardApiwithEventDataAttr(String attrName)
-
-
-
Method Detail
-
setParam
DashboardApi setParam(String paramName, Object value)
-
showEmbedded
DashboardApi showEmbedded()
-
andRecalculateOn
DashboardApi andRecalculateOn(String eventName)
-
openInTabOrRecalculateOn
DashboardApi openInTabOrRecalculateOn(String eventName)
-
openInWindowOrRecalculateOn
DashboardApi openInWindowOrRecalculateOn(String eventName)
-
withEventDataAttr
DashboardApi withEventDataAttr(String attrName)
-
asParam
DashboardApi asParam(String paramName)
-
-