Uses of Class
net.pricefx.common.api.InputButtonAction
-
Packages that use InputButtonAction Package Description net.pricefx.common.api Provides several classes commonly used in Pricefx API.net.pricefx.server.dto.calculation Defines set of data transfer object (DTO) classes related to Calculations. -
-
Uses of InputButtonAction in net.pricefx.common.api
Methods in net.pricefx.common.api that return InputButtonAction Modifier and Type Method Description static InputButtonAction
InputButtonAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static InputButtonAction[]
InputButtonAction. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of InputButtonAction in net.pricefx.server.dto.calculation
Methods in net.pricefx.server.dto.calculation that return types with arguments of type InputButtonAction Modifier and Type Method Description List<InputButtonAction>
ConfiguratorEntry. getHiddenActions()
Methods in net.pricefx.server.dto.calculation with parameters of type InputButtonAction Modifier and Type Method Description void
ConfiguratorEntry. setHiddenActions(InputButtonAction... hiddenActions)
-