/
Numbers
Numbers
The number inputs let the user provide a number.
Decimal
Decimal input lets the end user type only decimal numbers.
The return type is not guaranteed to be of type BigDecimal. Therefore, always cast to BigDecimal when you read the input value:
Integer
Integer input lets the end user type only integers.
Minimum and Maximum Values
You can restrict the set of values that the end user can provide to the input by using the setFrom()
and setTo()
methods.
Related content
Text
More like this
Dashboard Open Process
Dashboard Open Process
Read with this
Calculation Status
Calculation Status
More like this
Coding Style
Coding Style
Read with this
Tables (Quick Reference)
Tables (Quick Reference)
More like this
Date & Time
Date & Time
Read with this
Found an issue in documentation? Write to us.