Uses of Interface
net.pricefx.server.dto.calculation.dashboard.DashboardApi
-
Packages that use DashboardApi Package Description net.pricefx.server.dto.calculation.dashboard -
-
Uses of DashboardApi in net.pricefx.server.dto.calculation.dashboard
Methods in net.pricefx.server.dto.calculation.dashboard that return DashboardApi Modifier and Type Method Description DashboardApi
DashboardApi. andCloseOn(String eventName)
Close a tab or popup window when the specified event is triggered.DashboardApi
DashboardApi. andRecalculateOn(String eventName)
DashboardApi
DashboardApi. asParam(String paramName)
DashboardApi
DashboardApi. openInTabOrRecalculateOn(String eventName)
DashboardApi
DashboardApi. openInWindowOrRecalculateOn(String eventName)
DashboardApi
DashboardApi. setParam(String paramName, Object value)
DashboardApi
DashboardApi. showEmbedded()
DashboardApi
DashboardApi. withEventDataAttr(String attrName)
-