im.mange.jetboot.input

MaskedBox

Related Doc: package input

class MaskedBox extends FormInput

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

Instance Constructors

  1. new MaskedBox(field: Field, default: String, readOnly: Boolean = false, mask: String)

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*): MaskedBox.this.type

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

    Definition Classes
    EventHandling
  6. def addStyles(s: Style*): MaskedBox.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*): MaskedBox.this.type

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

    Definition Classes
    Styleable
  11. var classes: Classes

    Definition Classes
    Styleable
  12. def clear: JsCmd

    Definition Classes
    MaskedBoxFormInputClearable
  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): MaskedBox.this.type

  32. def render: Elem

    Definition Classes
    EventHandling
  33. def showError(message: String): JsCmd

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

    Definition Classes
    Updatable
  35. def styles(s: Style*): MaskedBox.this.type

    Definition Classes
    Styleable
  36. def styles(s: Styles): MaskedBox.this.type

    Definition Classes
    Styleable
  37. var styles: Styles

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

    Definition Classes
    AnyRef
  39. def toString(): String

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

    Definition Classes
    Updatable
  41. var value: String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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