Interface DashboardApi
-
public interface DashboardApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DashboardApi
andRecalculateOn(String eventName)
DashboardApi
asParam(String paramName)
DashboardApi
openInTabOrRecalculateOn(String eventName)
DashboardApi
openInWindowOrRecalculateOn(String eventName)
DashboardApi
setParam(String paramName, Object value)
DashboardApi
showEmbedded()
DashboardApi
withEventDataAttr(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)
-
-