Trait

org.widok.Widget.Input

Text

Related Doc: package Input

Permalink

trait Text[V] extends Widget[V]

Self Type
Text[V] with V
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Text
  2. Widget
  3. Node
  4. View
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val rendered: Input

    Permalink
    Definition Classes
    TextNode

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def append(widget: Widget[_]): Unit

    Permalink

    Adds child widget

    Adds child widget

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

    Permalink
    Definition Classes
    Any
  6. def attach(f: (String) ⇒ Unit): Text[V] with V

    Permalink
  7. def attachEnter(f: (String) ⇒ Unit): Text[V] with V

    Permalink
  8. def attribute(key: String, value: ReadChannel[String]): V

    Permalink
    Definition Classes
    Widget
  9. def attribute(key: String, value: String): V

    Permalink
    Definition Classes
    Widget
  10. def attributeOpt(key: String, value: PartialChannel[String]): V

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

    Permalink
    Definition Classes
    Node
  12. def bind(ch: Channel[String]): Text[V] with V

    Permalink
  13. def bindEnter(ch: Channel[String]): Text[V] with V

    Permalink
  14. lazy val blur: Channel[Event]

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

    Permalink
    Definition Classes
    Node
  16. lazy val className: Buffer[String]

    Permalink
    Definition Classes
    Node
  17. def clear(value: ReadChannel[Clear]): V

    Permalink
    Definition Classes
    Widget
  18. def clear(value: Clear): V

    Permalink
    Definition Classes
    Widget
  19. lazy val click: Channel[MouseEvent]

    Permalink
    Definition Classes
    Node
  20. def clone(): AnyRef

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

    Permalink
    Definition Classes
    Node
  22. def css(tags: ReadChannel[Seq[String]]): V

    Permalink
    Definition Classes
    Widget
  23. def css(cssTags: String*): V

    Permalink
    Definition Classes
    Widget
  24. def cssState(state: ReadChannel[Boolean], cssTags: String*): V

    Permalink
    Definition Classes
    Widget
  25. def cssState(state: Boolean, cssTags: String*): V

    Permalink
    Definition Classes
    Widget
  26. def cursor(cursor: ReadChannel[Cursor]): V

    Permalink
    Definition Classes
    Widget
  27. def cursor(cursor: Cursor): V

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Node
  36. def enabled(value: ReadChannel[Boolean]): V

    Permalink
    Definition Classes
    Widget
  37. def enabled(value: Boolean): V

    Permalink
    Definition Classes
    Widget
  38. lazy val enterValue: StateChannel[String] with ChannelDefaultSize[String] { ... /* 2 definitions in type refinement */ }

    Permalink

    Produce current value after enter was pressed.

  39. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  40. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  41. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  42. def float(value: ReadChannel[Floating]): V

    Permalink
    Definition Classes
    Widget
  43. def float(value: Floating): V

    Permalink
    Definition Classes
    Widget
  44. def focus(): V

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

    Permalink
    Definition Classes
    AnyRef → Any
  46. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  47. def height(height: ReadChannel[Length]): V

    Permalink
    Definition Classes
    Widget
  48. def height(height: Length): V

    Permalink
    Definition Classes
    Widget
  49. def hide(value: ReadChannel[Boolean]): V

    Permalink
    Definition Classes
    Widget
  50. def hide(value: Boolean): V

    Permalink
    Definition Classes
    Widget
  51. def id(value: ReadChannel[String]): V

    Permalink
    Definition Classes
    Widget
  52. def id(value: String): V

    Permalink
    Definition Classes
    Widget
  53. def invisible(value: ReadChannel[Boolean]): V

    Permalink
    Definition Classes
    Widget
  54. def invisible(value: Boolean): V

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Node
  68. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  69. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  70. def onChange(f: (Event) ⇒ Unit): Widget[V] with V

    Permalink
    Definition Classes
    Widget
  71. def onClick(f: (MouseEvent) ⇒ Unit): Widget[V] with V

    Permalink
    Definition Classes
    Widget
  72. def onContextMenu(f: (MouseEvent) ⇒ Unit): Widget[V] with V

    Permalink
    Definition Classes
    Widget
  73. def onDoubleClick(f: (MouseEvent) ⇒ Unit): Widget[V] with V

    Permalink
    Definition Classes
    Widget
  74. def onDrag(f: (DragEvent) ⇒ Unit): Widget[V] with V

    Permalink
    Definition Classes
    Widget
  75. def onDragEnd(f: (DragEvent) ⇒ Unit): Widget[V] with V

    Permalink
    Definition Classes
    Widget
  76. def onDragEnter(f: (DragEvent) ⇒ Unit): Widget[V] with V

    Permalink
    Definition Classes
    Widget
  77. def onDragLeave(f: (DragEvent) ⇒ Unit): Widget[V] with V

    Permalink
    Definition Classes
    Widget
  78. def onDragOver(f: (DragEvent) ⇒ Unit): Widget[V] with V

    Permalink
    Definition Classes
    Widget
  79. def onDragStart(f: (DragEvent) ⇒ Unit): Widget[V] with V

    Permalink
    Definition Classes
    Widget
  80. def onDrop(f: (DragEvent) ⇒ Unit): Widget[V] with V

    Permalink
    Definition Classes
    Widget
  81. def onKeyDown(f: (KeyboardEvent) ⇒ Unit): Widget[V] with V

    Permalink
    Definition Classes
    Widget
  82. def onKeyPress(f: (KeyboardEvent) ⇒ Unit): Widget[V] with V

    Permalink
    Definition Classes
    Widget
  83. def onKeyUp(f: (KeyboardEvent) ⇒ Unit): Widget[V] with V

    Permalink
    Definition Classes
    Widget
  84. def onMouseDown(f: (MouseEvent) ⇒ Unit): Widget[V] with V

    Permalink
    Definition Classes
    Widget
  85. def onMouseEnter(f: (MouseEvent) ⇒ Unit): Widget[V] with V

    Permalink
    Definition Classes
    Widget
  86. def onMouseLeave(f: (MouseEvent) ⇒ Unit): Widget[V] with V

    Permalink
    Definition Classes
    Widget
  87. def onMouseMove(f: (MouseEvent) ⇒ Unit): Widget[V] with V

    Permalink
    Definition Classes
    Widget
  88. def onMouseOut(f: (MouseEvent) ⇒ Unit): Widget[V] with V

    Permalink
    Definition Classes
    Widget
  89. def onMouseOver(f: (MouseEvent) ⇒ Unit): Widget[V] with V

    Permalink
    Definition Classes
    Widget
  90. def onMouseUp(f: (MouseEvent) ⇒ Unit): Widget[V] with V

    Permalink
    Definition Classes
    Widget
  91. def onPaste(f: (DragEvent) ⇒ Unit): Widget[V] with V

    Permalink
    Definition Classes
    Widget
  92. def onSubmit(f: (Event) ⇒ Unit): Widget[V] with V

    Permalink
    Definition Classes
    Widget
  93. def onTouchEnd(f: (TouchEvent) ⇒ Unit): Widget[V] with V

    Permalink
    Definition Classes
    Widget
  94. def onTouchMove(f: (TouchEvent) ⇒ Unit): Widget[V] with V

    Permalink
    Definition Classes
    Widget
  95. def onTouchStart(f: (TouchEvent) ⇒ Unit): Widget[V] with V

    Permalink
    Definition Classes
    Widget
  96. def overflow(value: ReadChannel[Overflow]): V

    Permalink
    Definition Classes
    Widget
  97. def overflow(value: Overflow): V

    Permalink
    Definition Classes
    Widget
  98. lazy val paste: Channel[DragEvent]

    Permalink
    Definition Classes
    Node
  99. def relativeCoordinates: Coordinates

    Permalink

    Coordinates relative to the padding box of offsetParent

    Coordinates relative to the padding box of offsetParent

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

    Permalink

    Removes child widget

    Removes child widget

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

    Permalink
    Definition Classes
    NodeView
  102. def show(value: ReadChannel[Boolean]): V

    Permalink
    Definition Classes
    Widget
  103. def show(value: Boolean): V

    Permalink
    Definition Classes
    Widget
  104. lazy val style: CSSStyle

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

    Permalink
    Definition Classes
    Node
  106. def subscribe(ch: ReadChannel[String]): Text[V] with V

    Permalink
  107. def subscribeEnter(ch: ReadChannel[String]): Text[V] with V

    Permalink
  108. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  109. def tabIndex(value: ReadChannel[Int]): V

    Permalink
    Definition Classes
    Widget
  110. def tabIndex(value: Int): V

    Permalink
    Definition Classes
    Widget
  111. def title(value: ReadChannel[String]): V

    Permalink
    Definition Classes
    Widget
  112. def title(value: String): V

    Permalink
    Definition Classes
    Widget
  113. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  114. lazy val touchEnd: Channel[TouchEvent]

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

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

    Permalink
    Definition Classes
    Node
  117. lazy val value: StateChannel[String] with ChannelDefaultSize[String] { ... /* 2 definitions in type refinement */ }

    Permalink

    Produce current value after every key press.

  118. def visible(value: ReadChannel[Boolean]): V

    Permalink
    Definition Classes
    Widget
  119. def visible(value: Boolean): V

    Permalink
    Definition Classes
    Widget
  120. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  123. def width(width: ReadChannel[Length]): V

    Permalink
    Definition Classes
    Widget
  124. def width(width: Length): V

    Permalink
    Definition Classes
    Widget

Inherited from Widget[V]

Inherited from Node

Inherited from View

Inherited from AnyRef

Inherited from Any

Ungrouped