im.mange.jetboot.widget.form

FormInput

Related Doc: package form

trait FormInput extends Input with Styleable with EventHandling with Initialisable with Clearable with Updatable

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

Abstract Value Members

  1. abstract def baseElement: Elem

    Definition Classes
    EventHandling
  2. abstract val field: Field

  3. abstract def reset: JsCmd

  4. abstract def value: Any

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

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

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

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

    Definition Classes
    Any
  8. def classes(c: String*): FormInput.this.type

    Definition Classes
    Styleable
  9. def classes(c: Classes): FormInput.this.type

    Definition Classes
    Styleable
  10. var classes: Classes

    Definition Classes
    Styleable
  11. def clear: JsCmd

    Definition Classes
    FormInputClearable
  12. def clone(): AnyRef

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

    Definition Classes
    Disableable
  14. def element: Element

    Definition Classes
    Identifiable
  15. def enable: JsCmd

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

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

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

    Attributes
    protected
    Definition Classes
    EventHandling
  19. def finalize(): Unit

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

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

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

    Definition Classes
    AnyRef → Any
  23. def id: String

    Definition Classes
    FormInputIdentifiable
  24. def init: JsCmd

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

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

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

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

    Definition Classes
    AnyRef
  29. def render: Elem

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

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

    Definition Classes
    Updatable
  32. def styles(s: Style*): FormInput.this.type

    Definition Classes
    Styleable
  33. def styles(s: Styles): FormInput.this.type

    Definition Classes
    Styleable
  34. var styles: Styles

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

    Definition Classes
    AnyRef
  36. def toString(): String

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

    Definition Classes
    Updatable
  38. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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