Class 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 Detail

      • SanitizedNumberInput

        public SanitizedNumberInput()
    • Method Detail

      • init

        public void init()
      • init

        public void init​(String min,
                         String step,
                         boolean allowNegative,
                         boolean allowDecimal)
      • 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:
        getElement in interface org.jboss.errai.common.client.api.IsElement