Uses of Enum Class
net.pricefx.formulaengine.scripting.inputbuilder.DateRangeInputBuilder.Period
-
Uses of DateRangeInputBuilder.Period in net.pricefx.formulaengine.scripting.inputbuilder
Modifier 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.Modifier 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: