Directory

Stepper - Vaadin Add-on Directory

Field component that allows stepping through values via given up/down controls. Stepper - Vaadin Add-on Directory
TextField that allows stepping through values via given up/down controls. It currently supports the following features: - Integer, BigDecimal, Float and Date values - The step amount can be configured - Maximum and minimum values can be configured - Supports null values - Keyboard stepping with up / down keys - Mousewheel support - For the float stepper, the decimal accuracy can be configured. - For the float and BigDecimal steppers, the decimal format can be configured - For the date stepper, date, month or year stepping can be specified - Allows setting "invalid" values for server-side validation - Manual input can be disabled completely so only the controls can be used to change the value - Client-side filtering disallows the user from entering invalid values to the IntStepper and FloatStepper *Note*: The float version is somewhat inaccurate by design. It should however be enough for most use cases. When using the declarative format (e.g. Designer) the DateStepper fields don't support the full accuracy of Date.