Uses of Enum Class
net.pricefx.common.api.InputButtonAction
Package
Description
Provides several classes commonly used in Pricefx API.
Defines set of data transfer object (DTO) classes related to Calculations.
-
Uses of InputButtonAction in net.pricefx.common.api
Modifier and TypeMethodDescriptionstatic InputButtonAction
Returns the enum constant of this class with the specified name.static InputButtonAction[]
InputButtonAction.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of InputButtonAction in net.pricefx.server.dto.calculation
Modifier and TypeMethodDescriptionConfiguratorEntry.getHiddenActions()
Retrieves a list of hidden pop-up Configurator buttons.Modifier and TypeMethodDescriptionvoid
ConfiguratorEntry.setHiddenActions
(InputButtonAction... hiddenActions) Hides all or specified buttons from the pop-up Configurator.