Packages

c

bulma

Autocomplete

abstract class Autocomplete[T] extends AnyRef

Autocomplete widget based on text input + dropdown menu.

T

Object type.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Autocomplete
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Autocomplete(selected: io.udash.Property[T])(implicit blank: io.udash.Blank[T])

    selected

    (To be) selected object.

    blank

    Empty object.

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. val active: io.udash.Property[T]
    Attributes
    protected
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val busy: io.udash.Property[Boolean]
    Attributes
    protected
  7. def clickHandler(cur: T)(ev: Event): Unit
    Attributes
    protected
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def commonModifiers: Seq[scalatags.JsDom.all.Modifier]

    Modifiers common to control-field-div and text-input.

    Modifiers common to control-field-div and text-input.

    returns

    Modifiers

    Attributes
    protected
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def fieldModifiers: Seq[scalatags.JsDom.all.Modifier]
    Attributes
    protected
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def inputModifiers: Seq[scalatags.JsDom.all.Modifier]
    Attributes
    protected
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def keyHandler(ev: KeyboardEvent): Boolean
    Attributes
    protected
  19. val list: io.udash.SeqProperty[T]
    Attributes
    protected
  20. def menuItem(v: T): scalatags.JsDom.all.Modifier
    Attributes
    protected
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def placeHolder: String
    Attributes
    protected
  25. val q: io.udash.Property[String]
    Attributes
    protected
  26. def renderInput: InputBinding[Input]
    Attributes
    protected
  27. def renderMenu: TypedTag[Div]
    Attributes
    protected
  28. def renderMenuItem(act: T, cur: T): TypedTag[Element]
    Attributes
    protected
  29. val selected: io.udash.Property[T]
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. def tpl: TypedTag[Div]
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped