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. def addClasses(c: String*): TextBox.this.type

    Definition Classes
    Styleable
  5. def addStyles(s: Style*): TextBox.this.type

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

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

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

    Definition Classes
    Styleable
  9. var classes: Classes

    Definition Classes
    Styleable
  10. def clone(): AnyRef

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

    Definition Classes
    Disableable
  12. def element: Element

    Definition Classes
    Identifiable
  13. def enable: JsCmd

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  19. def hide: JsCmd

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

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

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

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

    Definition Classes
    AnyRef
  24. def render: Elem

    Definition Classes
    TextBoxRenderable
  25. def show: JsCmd

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

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

    Definition Classes
    Styleable
  28. var styles: Styles

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

    Definition Classes
    AnyRef
  30. def toString(): String

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. 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