Class MinMaxValueHelper
- java.lang.Object
-
- org.kie.workbench.common.dmn.client.editors.types.listview.constraint.common.typed.common.MinMaxValueHelper
-
public class MinMaxValueHelper extends Object
The HTML 5 input `type` "number" does not work as expected with the `max` and `min` attributes. This class provides a workaround for handling maximum and minimum values.
-
-
Constructor Summary
Constructors Constructor Description MinMaxValueHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidsetupMinMaxHandlers(elemental2.dom.HTMLInputElement input)static IntegertoInteger(String value, Integer defaultValue)
-