Class SanitizedNumberInput
- java.lang.Object
-
- org.uberfire.client.views.pfly.widgets.SanitizedNumberInput
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.IsElement
@Dependent public class SanitizedNumberInput extends Object implements org.jboss.errai.common.client.api.IsElement
-
-
Constructor Summary
Constructors Constructor Description SanitizedNumberInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.errai.common.client.dom.NumberInputgetElement()protected org.jboss.errai.common.client.dom.EventListener<org.jboss.errai.common.client.dom.KeyboardEvent>getEventListener(boolean allowNegative, boolean allowDecimal)voidinit()voidinit(String min, String step)voidinit(String min, String step, boolean allowNegative, boolean allowDecimal)
-
-
-
Method Detail
-
init
public void init()
-
getEventListener
protected org.jboss.errai.common.client.dom.EventListener<org.jboss.errai.common.client.dom.KeyboardEvent> getEventListener(boolean allowNegative, boolean allowDecimal)
-
getElement
public org.jboss.errai.common.client.dom.NumberInput getElement()
- Specified by:
getElementin interfaceorg.jboss.errai.common.client.api.IsElement
-
-