org.widok.bindings.Bootstrap

Typeahead

Related Doc: package Bootstrap

case class Typeahead[A](input: Text, options: (String) ⇒ Seq[(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) ⇒ Seq[(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 change: Channel[Event]

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

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

    Definition Classes
    Node
  13. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  32. def finalize(): Unit

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

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

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

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

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

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

    Definition Classes
    Widget
  39. val input: Text

  40. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Widget
  80. val options: (String) ⇒ Seq[(A, String)]

  81. lazy val paste: Channel[DragEvent]

    Definition Classes
    Node
  82. def relativeCoordinates: Coordinates

    Coordinates relative to the padding box of offsetParent

    Coordinates relative to the padding box of offsetParent

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

    Removes child widget

    Removes child widget

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

    Definition Classes
    NodeView
  85. val rendered: Element

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

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

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

    Definition Classes
    Widget
  89. lazy val style: CSSStyle

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Widget
  104. 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