Interface DashboardApi
-
public interface DashboardApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DashboardApiandCloseOn(String eventName)Close a tab or popup window when the specified event is triggered.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)
-
andCloseOn
DashboardApi andCloseOn(String eventName)
Close a tab or popup window when the specified event is triggered. Not allowed if embedded as a portlet usingshowEmbedded().
-
withEventDataAttr
DashboardApi withEventDataAttr(String attrName)
-
asParam
DashboardApi asParam(String paramName)
-
-