Interface DashboardApi
-
public interface DashboardApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DashboardApi
andCloseOn(String eventName)
Close a tab or popup window when the specified event is triggered.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)
-
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)
-
-