Uses of Enum Class
net.pricefx.formulaengine.scripting.inputbuilder.DateRangeInputBuilder.Period
Packages that use DateRangeInputBuilder.Period
-
Uses of DateRangeInputBuilder.Period in net.pricefx.formulaengine.scripting.inputbuilder
Methods in net.pricefx.formulaengine.scripting.inputbuilder that return DateRangeInputBuilder.PeriodModifier and TypeMethodDescriptionstatic DateRangeInputBuilder.Period
Returns the enum constant of this class with the specified name.static DateRangeInputBuilder.Period[]
DateRangeInputBuilder.Period.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 DateRangeInputBuilder.PeriodModifier and TypeMethodDescriptionDateRangeInputBuilder.setPickerFormat
(DateRangeInputBuilder.Period period) Sets the date picker format with predefined value
NOTE:
- DateRangeInputBuilder.Period import is needed to properly recognise the enum value as the method's argument
- ifnull
is passed, the period is not configured and will not work.
Example: