Uses of Interface
net.pricefx.formulaengine.scripting.portlets.Portlet
Package
Description
Chart Builder API to work with charts.
Defines set of data transfer object (DTO) classes related to Calculations.
Provides Dashboard API classes.
-
Uses of Portlet in net.pricefx.common.apibuilder.chart
Modifier and TypeClassDescriptionclass
AbstractChartBuilder<C extends AbstractChartBuilder<C>>
class
Methods of this class are mostly self-explanatory or equivalent to the Highcharts methods described at HighCharts.Chart.class
Methods of this class are mostly self-explanatory or equivalent to the Highcharts methods, described at HighCharts.Chart.class
Methods of this class are mostly self-explanatory or equivalent to the Highcharts methods described at HighCharts.Chart.class
Methods of this class are mostly self-explanatory or equivalent to the Highcharts methods described at HighCharts.Chart.class
Methods of this class are mostly self-explanatory or equivalent to the Highcharts methods described at HighCharts.Chart.class
Methods of this class are mostly self-explanatory or equivalent to the Highcharts methods described at HighCharts.Chart.class
Methods of this class are mostly self-explanatory or equivalent to the Highcharts methods described at HighCharts.Chart.class
Methods of this class are mostly self-explanatory or equivalent to the Highcharts methods described at HighCharts.Chart.class
Methods of this class are mostly self-explanatory or equivalent to the Highcharts methods described at HighCharts.Chart.class
Methods of this class are mostly self-explanatory or equivalent to the Highcharts methods described at HighCharts.Chart.class
Methods of this class are mostly self-explanatory or equivalent to the Highcharts methods described at HighCharts.Chart.class
Methods of this class are mostly self-explanatory or equivalent to the Highcharts methods described at HighCharts.Chart.class
Methods of this class are mostly self-explanatory or equivalent to the Highcharts methods described at HighCharts.Chart. -
Uses of Portlet in net.pricefx.formulaengine.scripting.portlets
Modifier and TypeInterfaceDescriptioninterface
This class is used to transport a calculated matrix-style result It is basically a list of maps with the addition that the column names are clearly named and can have a format This means: - the UI knows exactly which columns to display (even if some maps do not have those as keys) - the entry maps can have more "columns" (or keys) than those that are displayed; maybe useful for calculationModifier and TypeMethodDescriptionPortlet.withDragDrop
(boolean enabled) Enables or disables the drag&drop feature for portlets.Portlet.withHeight
(int height) Builder style method for setting the height in pixels.Portlet.withHeight
(int height, String unit) Builder style method for setting the height in supported units.Portlet.withLayout
(int width, int height) Builder style method for setting width and height in pixels.Portlet.withLayout
(int width, int height, String unit) Builder style method for setting width and height in specified units.Portlet.withResizing
(boolean enabled) Enables or disables the resizing feature for portlets.Portlet.withWidth
(int width) Builder style method for setting the width in pixels.Builder style method for setting the width in supported units. -
Uses of Portlet in net.pricefx.server.dto.calculation
Modifier and TypeClassDescriptionclass
AbstractPortletDto
class
This class is used to transport a configurator entry.class
This class is used to transport an array of configurator entriesclass
This class is used to generate the definition of a so-called controller dashboard portlet (or wizard).class
class
The Gauge widget class implements a graphical speedometer-style gauge for displaying a measurement by means of a needle on a dial.class
class
class
Deprecated. -
Uses of Portlet in net.pricefx.server.dto.calculation.dashboard
Modifier and TypeInterfaceDescriptioninterface
DashboardApi
interface is used for configuration of Embedded Dashboards.
ResultMatrix