Packages

trait ITextField extends Object with Focusable with ClassAttributes[Input]

Annotations
@JSType() @native()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ITextField
  2. ClassAttributes
  3. Attributes
  4. Focusable
  5. Object
  6. Any
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val blur: Function0[Unit]
  2. def focus(): Unit
    Definition Classes
    Focusable
  3. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  4. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  5. val key: UndefOr[KeyType]
    Definition Classes
    Attributes
    Annotations
    @JSOptional()
  6. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  7. val ref: UndefOr[Ref[Input]]
    Definition Classes
    ClassAttributes
    Annotations
    @JSOptional()
  8. val select: Function0[Unit]
  9. val selectionEnd: Int
  10. val selectionStart: Int
  11. val setSelectionEnd: Function1[Int, Unit]
  12. val setSelectionRange: Function2[Int, Int, Unit]
  13. val setSelectionStart: Function1[Int, Unit]
  14. def toLocaleString(): String
    Definition Classes
    Object
  15. val value: UndefOr[String]
  16. def valueOf(): Any
    Definition Classes
    Object