Package net.pricefx.formulaengine.scripting.portlets


package net.pricefx.formulaengine.scripting.portlets
Portlet result types rendered by dashboards.
  • ResultMatrix transports 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 with api.newMatrix().
  • Portlet is 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.