im.mange.jetboot.input

NumericBox

Related Doc: package input

class NumericBox extends MaskedBox

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NumericBox
  2. MaskedBox
  3. FormInput
  4. Updatable
  5. Clearable
  6. Initialisable
  7. EventHandling
  8. Styleable
  9. Input
  10. Focusable
  11. Disableable
  12. Renderable
  13. Identifiable
  14. AnyRef
  15. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NumericBox(field: Field, alias: String = "numeric", default: String = "0", readOnly: Boolean = false, autoGroup: Boolean = true, groupSeparator: String = ",", allowPlus: Boolean = false, allowMinus: Boolean = false, mask: String = "'suffix': ''")

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def addClasses(c: String*): NumericBox.this.type

    Definition Classes
    Styleable
  5. def addEvents(handlers: (String, (String) ⇒ JsCmd)*): NumericBox.this.type

    Definition Classes
    EventHandling
  6. def addStyles(s: Style*): NumericBox.this.type

    Definition Classes
    Styleable
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def baseElement: Elem

    Definition Classes
    MaskedBoxEventHandling
  9. def classes(c: String*): NumericBox.this.type

    Definition Classes
    Styleable
  10. def classes(c: Classes): NumericBox.this.type

    Definition Classes
    Styleable
  11. var classes: Classes

    Definition Classes
    Styleable
  12. def clear: JsCmd

    Definition Classes
    FormInputClearable
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def disable: JsCmd

    Definition Classes
    Disableable
  15. def element: Element

    Definition Classes
    Identifiable
  16. def enable: JsCmd

    Definition Classes
    Disableable
  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  19. var eventHandlers: Seq[EventHandler]

    Attributes
    protected
    Definition Classes
    EventHandling
  20. val field: Field

    Definition Classes
    MaskedBoxFormInput
  21. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def focus: JsCmd

    Definition Classes
    Focusable
  23. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  25. def id: String

    Definition Classes
    FormInputIdentifiable
  26. def init: JsCmd

    Definition Classes
    FormInputInitialisable
  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  31. def onKeyUp(handler: (String) ⇒ JsCmd): NumericBox.this.type

    Definition Classes
    MaskedBox
  32. def render: Elem

    Definition Classes
    EventHandling
  33. def reset: JsCmd

    Definition Classes
    MaskedBoxFormInput
  34. def showError(message: String): JsCmd

    Definition Classes
    Updatable
  35. def showError2(message: String): JsCmd

    Definition Classes
    Updatable
  36. def styles(s: Style*): NumericBox.this.type

    Definition Classes
    Styleable
  37. def styles(s: Styles): NumericBox.this.type

    Definition Classes
    Styleable
  38. var styles: Styles

    Definition Classes
    Styleable
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  40. def toString(): String

    Definition Classes
    AnyRef → Any
  41. def update(newValue: String): JsCmd

    Definition Classes
    Updatable
  42. var value: String

    Definition Classes
    MaskedBoxFormInput
  43. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from MaskedBox

Inherited from FormInput

Inherited from Updatable

Inherited from Clearable

Inherited from Initialisable

Inherited from EventHandling

Inherited from Styleable

Inherited from Input

Inherited from Focusable

Inherited from Disableable

Inherited from Renderable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

Ungrouped