Uses of Enum Class
net.pricefx.formulaengine.scripting.inputbuilder.AbstractInputBuilder.InputWidth
Packages that use AbstractInputBuilder.InputWidth
-
Uses of AbstractInputBuilder.InputWidth in net.pricefx.formulaengine.scripting.inputbuilder
Methods in net.pricefx.formulaengine.scripting.inputbuilder that return AbstractInputBuilder.InputWidthModifier 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.Methods in net.pricefx.formulaengine.scripting.inputbuilder with parameters of type AbstractInputBuilder.InputWidthModifier 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.