org.widok.bindings.Bootstrap

Typeahead

Related Doc: package Bootstrap

case class Typeahead[A](input: Text, options: (String) ⇒ Buffer[(A, String)], select: (A) ⇒ Unit) extends Widget[Typeahead[A]] with Product with Serializable

Ported from https://github.com/bassjobsen/Bootstrap-3-Typeahead/blob/master/bootstrap3-typeahead.js

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Typeahead
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Widget
  7. Node
  8. View
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Typeahead(input: Text, options: (String) ⇒ Buffer[(A, String)], select: (A) ⇒ Unit)

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 append(widget: Widget[_]): Unit

    Adds child widget

    Adds child widget

    Definition Classes
    Widget
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def attribute(key: String, value: ReadChannel[String]): Typeahead[A]

    Definition Classes
    Widget
  7. def attribute(key: String, value: String): Typeahead[A]

    Definition Classes
    Widget
  8. def attributeOpt(key: String, value: PartialChannel[String]): Typeahead[A]

    Definition Classes
    Widget
  9. lazy val attributes: Dict[String, String]

    Definition Classes
    Node
  10. lazy val blur: Channel[Event]

    Definition Classes
    Node
  11. lazy val change: Channel[Event]

    Definition Classes
    Node
  12. lazy val className: BufSet[String]

    Definition Classes
    Node
  13. lazy val click: Channel[MouseEvent]

    Definition Classes
    Node
  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. lazy val contextMenu: Channel[MouseEvent]

    Definition Classes
    Node
  16. def css(tags: ReadChannel[Set[String]]): Typeahead[A]

    Definition Classes
    Widget
  17. def css(cssTags: String*): Typeahead[A]

    Definition Classes
    Widget
  18. def cssState(state: ReadChannel[Boolean], cssTags: String*): Typeahead[A]

    Definition Classes
    Widget
  19. def cssState(state: Boolean, cssTags: String*): Typeahead[A]

    Definition Classes
    Widget
  20. def cursor(cursor: ReadChannel[Cursor]): Typeahead[A]

    Definition Classes
    Widget
  21. def cursor(cursor: Cursor): Typeahead[A]

    Definition Classes
    Widget
  22. lazy val doubleClick: Channel[MouseEvent]

    Definition Classes
    Node
  23. lazy val drag: Channel[DragEvent]

    Definition Classes
    Node
  24. lazy val dragEnd: Channel[DragEvent]

    Definition Classes
    Node
  25. lazy val dragEnter: Channel[DragEvent]

    Definition Classes
    Node
  26. lazy val dragLeave: Channel[DragEvent]

    Definition Classes
    Node
  27. lazy val dragOver: Channel[DragEvent]

    Definition Classes
    Node
  28. lazy val dragStart: Channel[DragEvent]

    Definition Classes
    Node
  29. lazy val drop: Channel[DragEvent]

    Definition Classes
    Node
  30. def enabled(value: ReadChannel[Boolean]): Typeahead[A]

    Definition Classes
    Widget
  31. def enabled(value: Boolean): Typeahead[A]

    Definition Classes
    Widget
  32. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  33. def finalize(): Unit

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

    Definition Classes
    Widget
  35. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  36. def height(height: ReadChannel[Length]): Typeahead[A]

    Definition Classes
    Widget
  37. def height(height: Length): Typeahead[A]

    Definition Classes
    Widget
  38. def hide(value: ReadChannel[Boolean]): Typeahead[A]

    Definition Classes
    Widget
  39. def hide(value: Boolean): Typeahead[A]

    Definition Classes
    Widget
  40. def id(value: ReadChannel[String]): Typeahead[A]

    Definition Classes
    Widget
  41. def id(value: String): Typeahead[A]

    Definition Classes
    Widget
  42. val input: Text

  43. def invisible(value: ReadChannel[Boolean]): Typeahead[A]

    Definition Classes
    Widget
  44. def invisible(value: Boolean): Typeahead[A]

    Definition Classes
    Widget
  45. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  46. lazy val keyDown: Channel[KeyboardEvent]

    Definition Classes
    Node
  47. lazy val keyPress: Channel[KeyboardEvent]

    Definition Classes
    Node
  48. lazy val keyUp: Channel[KeyboardEvent]

    Definition Classes
    Node
  49. lazy val mouseDown: Channel[MouseEvent]

    Definition Classes
    Node
  50. lazy val mouseEnter: Channel[MouseEvent]

    Definition Classes
    Node
  51. lazy val mouseLeave: Channel[MouseEvent]

    Definition Classes
    Node
  52. lazy val mouseMove: Channel[MouseEvent]

    Definition Classes
    Node
  53. lazy val mouseOut: Channel[MouseEvent]

    Definition Classes
    Node
  54. lazy val mouseOver: Channel[MouseEvent]

    Definition Classes
    Node
  55. lazy val mouseUp: Channel[MouseEvent]

    Definition Classes
    Node
  56. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  57. lazy val nodeId: Opt[String]

    Definition Classes
    Node
  58. final def notify(): Unit

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

    Definition Classes
    AnyRef
  60. def onChange(f: (Event) ⇒ Unit): Widget[Typeahead[A]] with Typeahead[A]

    Definition Classes
    Widget
  61. def onClick(f: (MouseEvent) ⇒ Unit): Widget[Typeahead[A]] with Typeahead[A]

    Definition Classes
    Widget
  62. def onContextMenu(f: (MouseEvent) ⇒ Unit): Widget[Typeahead[A]] with Typeahead[A]

    Definition Classes
    Widget
  63. def onDoubleClick(f: (MouseEvent) ⇒ Unit): Widget[Typeahead[A]] with Typeahead[A]

    Definition Classes
    Widget
  64. def onDrag(f: (DragEvent) ⇒ Unit): Widget[Typeahead[A]] with Typeahead[A]

    Definition Classes
    Widget
  65. def onDragEnd(f: (DragEvent) ⇒ Unit): Widget[Typeahead[A]] with Typeahead[A]

    Definition Classes
    Widget
  66. def onDragEnter(f: (DragEvent) ⇒ Unit): Widget[Typeahead[A]] with Typeahead[A]

    Definition Classes
    Widget
  67. def onDragLeave(f: (DragEvent) ⇒ Unit): Widget[Typeahead[A]] with Typeahead[A]

    Definition Classes
    Widget
  68. def onDragOver(f: (DragEvent) ⇒ Unit): Widget[Typeahead[A]] with Typeahead[A]

    Definition Classes
    Widget
  69. def onDragStart(f: (DragEvent) ⇒ Unit): Widget[Typeahead[A]] with Typeahead[A]

    Definition Classes
    Widget
  70. def onDrop(f: (DragEvent) ⇒ Unit): Widget[Typeahead[A]] with Typeahead[A]

    Definition Classes
    Widget
  71. def onKeyDown(f: (KeyboardEvent) ⇒ Unit): Widget[Typeahead[A]] with Typeahead[A]

    Definition Classes
    Widget
  72. def onKeyPress(f: (KeyboardEvent) ⇒ Unit): Widget[Typeahead[A]] with Typeahead[A]

    Definition Classes
    Widget
  73. def onKeyUp(f: (KeyboardEvent) ⇒ Unit): Widget[Typeahead[A]] with Typeahead[A]

    Definition Classes
    Widget
  74. def onMouseDown(f: (MouseEvent) ⇒ Unit): Widget[Typeahead[A]] with Typeahead[A]

    Definition Classes
    Widget
  75. def onMouseEnter(f: (MouseEvent) ⇒ Unit): Widget[Typeahead[A]] with Typeahead[A]

    Definition Classes
    Widget
  76. def onMouseLeave(f: (MouseEvent) ⇒ Unit): Widget[Typeahead[A]] with Typeahead[A]

    Definition Classes
    Widget
  77. def onMouseMove(f: (MouseEvent) ⇒ Unit): Widget[Typeahead[A]] with Typeahead[A]

    Definition Classes
    Widget
  78. def onMouseOut(f: (MouseEvent) ⇒ Unit): Widget[Typeahead[A]] with Typeahead[A]

    Definition Classes
    Widget
  79. def onMouseOver(f: (MouseEvent) ⇒ Unit): Widget[Typeahead[A]] with Typeahead[A]

    Definition Classes
    Widget
  80. def onMouseUp(f: (MouseEvent) ⇒ Unit): Widget[Typeahead[A]] with Typeahead[A]

    Definition Classes
    Widget
  81. def onPaste(f: (DragEvent) ⇒ Unit): Widget[Typeahead[A]] with Typeahead[A]

    Definition Classes
    Widget
  82. def onSubmit(f: (Event) ⇒ Unit): Widget[Typeahead[A]] with Typeahead[A]

    Definition Classes
    Widget
  83. def onTouchEnd(f: (TouchEvent) ⇒ Unit): Widget[Typeahead[A]] with Typeahead[A]

    Definition Classes
    Widget
  84. def onTouchMove(f: (TouchEvent) ⇒ Unit): Widget[Typeahead[A]] with Typeahead[A]

    Definition Classes
    Widget
  85. def onTouchStart(f: (TouchEvent) ⇒ Unit): Widget[Typeahead[A]] with Typeahead[A]

    Definition Classes
    Widget
  86. val options: (String) ⇒ Buffer[(A, String)]

  87. lazy val paste: Channel[DragEvent]

    Definition Classes
    Node
  88. def relativeCoordinates: Coordinates

    Coordinates relative to the padding box of offsetParent

    Coordinates relative to the padding box of offsetParent

    Definition Classes
    Widget
  89. def remove(widget: Widget[_]): Unit

    Removes child widget

    Removes child widget

    Definition Classes
    Widget
  90. def render(parent: scalajs.dom.Node, offset: scalajs.dom.Node): Unit

    Definition Classes
    NodeView
  91. val rendered: Element

    Definition Classes
    TypeaheadNode
  92. val select: (A) ⇒ Unit

  93. def show(value: ReadChannel[Boolean]): Typeahead[A]

    Definition Classes
    Widget
  94. def show(value: Boolean): Typeahead[A]

    Definition Classes
    Widget
  95. lazy val style: CSSStyle

    Definition Classes
    Node
  96. lazy val submit: Channel[Event]

    Definition Classes
    Node
  97. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  98. def tabIndex(value: ReadChannel[Int]): Typeahead[A]

    Definition Classes
    Widget
  99. def tabIndex(value: Int): Typeahead[A]

    Definition Classes
    Widget
  100. def title(value: ReadChannel[String]): Typeahead[A]

    Definition Classes
    Widget
  101. def title(value: String): Typeahead[A]

    Definition Classes
    Widget
  102. lazy val touchEnd: Channel[TouchEvent]

    Definition Classes
    Node
  103. lazy val touchMove: Channel[TouchEvent]

    Definition Classes
    Node
  104. lazy val touchStart: Channel[TouchEvent]

    Definition Classes
    Node
  105. def visible(value: ReadChannel[Boolean]): Typeahead[A]

    Definition Classes
    Widget
  106. def visible(value: Boolean): Typeahead[A]

    Definition Classes
    Widget
  107. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  110. def width(width: ReadChannel[Length]): Typeahead[A]

    Definition Classes
    Widget
  111. def width(width: Length): Typeahead[A]

    Definition Classes
    Widget

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Widget[Typeahead[A]]

Inherited from Node

Inherited from View

Inherited from AnyRef

Inherited from Any

Ungrouped