Uses of Interface
net.pricefx.server.dto.calculation.ResultHighchart.ContextMenuItem
Package
Description
Defines set of data transfer object (DTO) classes related to Calculations.
-
Uses of ResultHighchart.ContextMenuItem in net.pricefx.server.dto.calculation
Modifier and TypeMethodDescriptionResultHighchart.ContextMenu.addMenuItem()
Add a menu item to theContextMenu
.ResultHighchart.ContextMenuItem.setContextLinking
(Map<String, ?> linkProperties) Define all the Context Linking properties, such astargetPage
ortargetPageAction
.default ResultHighchart.ContextMenuItem
Convenience method to set the menu item's label without any translation options.ResultHighchart.ContextMenuItem.setLabelTranslations
(Map<String, String> labelTranslations) Set the item's label in multiple languages so the UI will show the one appropriate for the current user.ResultHighchart.ContextMenuItem.setOrder
(int order) Set the position of the menu item inside the menu explicitly.