Package net.pricefx.formulaengine.scripting.portlets
package net.pricefx.formulaengine.scripting.portlets
Portlet result types rendered by dashboards.
ResultMatrixtransports a calculated matrix style result. It carries named, formatted columns, styled and clickable cells, and links to other parts of the user interface. Obtain it withapi.newMatrix().Portletis the common interface for portlet behavior, such as width, height, layout and messages. The chart builders and embedded dashboards inherit it.
A ResultMatrix is not paginated. It loads the entire dataset into browser
memory, so it is not suitable for very large results.
-
InterfacesClassDescriptionCommon interface for the portlet behavior.This class is used to transport a calculated matrix-style result.Object representing a button that handles multi-row actions.Create a link/button that should do some desired action to pricefx backend (unity only) [url:"pricelistmanager.revoke..../...", payload: [... : ...], successMessage: "hey, it is ok!"List of other cells (to be shown as dropdown inline)Create a link/button that should do initiate download from pricefx backend (unity only) [url:"pricelistmanager.fetchpdf..../...", payload: [... : ...]]