im.mange.jetboot.widget

TextBox

Related Doc: package widget

trait TextBox extends Renderable with Styleable with Disableable with Hideable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TextBox
  2. Hideable
  3. Disableable
  4. Identifiable
  5. Styleable
  6. Renderable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def id: String

    Definition Classes
    Identifiable
  2. abstract def onKeyUp(value: String): Unit

  3. abstract val placeholder: String

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def classes(c: String*): TextBox.this.type

    Definition Classes
    Styleable
  6. def classes(c: Classes): TextBox.this.type

    Definition Classes
    Styleable
  7. var classes: Classes

    Definition Classes
    Styleable
  8. def clone(): AnyRef

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

    Definition Classes
    Disableable
  10. def element: Element

    Definition Classes
    Identifiable
  11. def enable: JsCmd

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

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

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  17. def hide: JsCmd

    Definition Classes
    Hideable
  18. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  22. def render: Elem

    Definition Classes
    TextBoxRenderable
  23. def show: JsCmd

    Definition Classes
    Hideable
  24. def styles(s: Style*): TextBox.this.type

    Definition Classes
    Styleable
  25. def styles(s: Styles): TextBox.this.type

    Definition Classes
    Styleable
  26. var styles: Styles

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

    Definition Classes
    AnyRef
  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Hideable

Inherited from Disableable

Inherited from Identifiable

Inherited from Styleable

Inherited from Renderable

Inherited from AnyRef

Inherited from Any

Ungrouped