Uses of Enum Class
net.pricefx.formulaengine.scripting.inputbuilder.AbstractInputBuilder.InputWidth
-
Uses of AbstractInputBuilder.InputWidth in net.pricefx.formulaengine.scripting.inputbuilder
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AbstractInputBuilder.InputWidth[]
AbstractInputBuilder.InputWidth.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionAbstractInputBuilder.setDefaultWidth
(AbstractInputBuilder.InputWidth width) Sets the default width of the widget.AbstractInputBuilder.setWidth
(AbstractInputBuilder.InputWidth width) Sets the width of the input field on the screen.