abstract class Autocomplete[T] extends AnyRef
Autocomplete widget based on text input + dropdown menu.
- T
Object type.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Autocomplete
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
Autocomplete(selected: io.udash.Property[T])(implicit blank: io.udash.Blank[T])
- selected
(To be) selected object.
- blank
Empty object.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
active: io.udash.Property[T]
- Attributes
- protected
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
busy: io.udash.Property[Boolean]
- Attributes
- protected
-
def
clickHandler(cur: T)(ev: Event): Unit
- Attributes
- protected
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
fieldModifiers: Seq[scalatags.JsDom.all.Modifier]
- Attributes
- protected
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
inputModifiers: Seq[scalatags.JsDom.all.Modifier]
- Attributes
- protected
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
keyHandler(ev: KeyboardEvent): Boolean
- Attributes
- protected
-
val
list: io.udash.SeqProperty[T]
- Attributes
- protected
-
def
menuItem(v: T): scalatags.JsDom.all.Modifier
- Attributes
- protected
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
placeHolder: String
- Attributes
- protected
-
val
q: io.udash.Property[String]
- Attributes
- protected
-
def
renderInput: InputBinding[Input]
- Attributes
- protected
-
def
renderMenu: TypedTag[Div]
- Attributes
- protected
-
def
renderMenuItem(act: T, cur: T): TypedTag[Element]
- Attributes
- protected
- val selected: io.udash.Property[T]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def tpl: TypedTag[Div]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()