trait View extends AnyRef

Self Type
View
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. View
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def body: HtmlElement

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def ==(that: View): Boolean
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def absolute(top: Option[Int] = None, right: Option[Int] = None, bottom: Option[Int] = None, left: Option[Int] = None): View
  6. def absolute: View
  7. def absoluteLeft(value: com.raquo.laminar.api.Laminar.Signal[Double]): View
  8. def amended(mod: Mod[HtmlElement]*): View
  9. def appeared(variable: com.raquo.laminar.api.Laminar.Var[Boolean]): View
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def autofocus: View
  12. def background(color: com.raquo.laminar.api.Laminar.Signal[Color])(implicit dummy: DummyImplicit): View
  13. def background(color: com.raquo.laminar.api.Laminar.Signal[String]): View
  14. def background(color: Color): View
  15. def background(color: String): View
  16. def backgroundHover(normalColor: Color, hoverColor: Color): View
  17. def block: View
  18. def blur(px: Int = 12): View
  19. def bold: View
  20. def border(top: Int, right: Int, bottom: Int, left: Int, color: String, radius: Int): View
  21. def border(px: Int, color: String, radius: Int): View
  22. def borderBottom(i: Int, color: Color): View
  23. def borderColor(color: com.raquo.laminar.api.Laminar.Signal[Color]): View
  24. def borderLeft(i: Int, color: Color): View
  25. def borderRadius(px: Int): View
  26. def borderRight(i: Int, color: Color): View
  27. def borderTop(i: Int, color: Color): View
  28. def bottom(value: Int): View
  29. def breakWord: View
  30. def center: View
  31. def centerH(active: com.raquo.laminar.api.Laminar.Signal[Boolean]): View
  32. def centerH: View
  33. def centerV: View
  34. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  35. def color(color: com.raquo.laminar.api.Laminar.Signal[Color]): View
  36. def color(color: Color): View
  37. def color(str: String): View
  38. def colorHover(hoverColor: Color): View
  39. def colorHover(baseColor: Color, hoverColor: Color): View
  40. def criticalWidth: View
  41. def cursorColResize: View
  42. def cursorDefault: View
  43. def cursorPointer: View
  44. def disabled(isActive: com.raquo.laminar.api.Laminar.Signal[Boolean]): View
  45. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  46. def equals(obj: Any): Boolean
    Definition Classes
    View → AnyRef → Any
  47. def fill(color: com.raquo.laminar.api.Laminar.Signal[Color]): View
  48. def fill(color: Color): View
  49. def fillHover(baseColor: Color, hoverColor: Color): View
  50. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  51. def flex: View
  52. def flexWrap: View
  53. def focus(isFocused: com.raquo.laminar.api.Laminar.Var[Boolean]): View
  54. def font2XLarge: View
  55. def font3XLarge: View
  56. def fontFamily(name: String, names: String*): View
  57. def fontLarge: View
  58. def fontMedium: View
  59. def fontMono: View
  60. def fontSize(size: FontSize): View
  61. def fontSmall: View
  62. def fontXLarge: View
  63. def fontXSmall: View
  64. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  65. def hashCode(): Int
    Definition Classes
    View → AnyRef → Any
  66. def height(px: com.raquo.laminar.api.Laminar.Signal[Double]): View
  67. def height(px: Int): View
  68. def heightFull: View
  69. def heightScreen: View
  70. def hidden(isHidden: com.raquo.laminar.api.Laminar.Signal[Boolean]): View
  71. def hideScrolling: View
  72. def hover(isHover: com.raquo.laminar.api.Laminar.Var[Boolean]): View
  73. def id(any: Any): View
  74. def intrinsicHeight(heightVar: com.raquo.laminar.api.Laminar.Var[Double]): View
  75. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  76. def justifyBetween: View
  77. def left(arg0: com.raquo.laminar.api.Laminar.Signal[Double]): View
  78. def left(value: Int): View
  79. def left: View
  80. def lineHeight(px: Int): View
  81. def link(href: com.raquo.laminar.api.Laminar.Signal[String]): View
  82. def link(href: String, targetBlank: Boolean = true): View
  83. def margin(px: Int): View
  84. def marginBottom(px: Int): View
  85. def marginH(px: Int): View
  86. def marginLeft(px: Int): View
  87. def marginRight(px: Int): View
  88. def marginTop(px: Int): View
  89. def marginV(px: Int): View
  90. def maxHeight(spring: com.raquo.laminar.api.Laminar.Signal[Double]): View
  91. def maxWidth(px: com.raquo.laminar.api.Laminar.Signal[Double]): View
  92. def maxWidth(px: Double): View
  93. def medium: View
  94. def minHeight(spring: com.raquo.laminar.api.Laminar.Signal[Double]): View
  95. def minWidth(px: com.raquo.laminar.api.Laminar.Signal[Double]): View
  96. def minWidth(px: Double): View
  97. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  98. def noShrink: View
  99. def normalWeight: View
  100. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  101. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  102. def onBlur(expr: => Unit): View
  103. def onClick(booleanVar: com.raquo.laminar.api.Laminar.Var[Boolean]): View
  104. def onClick(f: (TypedTargetMouseEvent[EventTarget]) => Unit): View
  105. def onClick(expr: => Unit): View
  106. def onKeyDown(f: (KeyboardEvent) => Unit): View
  107. def onMouseMove(f: (TypedTargetMouseEvent[EventTarget]) => Unit): View
  108. def onMouseMove(expr: => Unit): View
  109. def onMouseOut(f: (TypedTargetMouseEvent[EventTarget]) => Unit): View
  110. def onMouseOut(expr: => Unit): View
  111. def onMouseOver(f: (TypedTargetMouseEvent[EventTarget]) => Unit): View
  112. def onMouseOver(expr: => Unit): View
  113. def opacity(d: com.raquo.laminar.api.Laminar.Var[Boolean]): View
  114. def opacity(d: com.raquo.laminar.api.Laminar.Signal[Double]): View
  115. def opacity(d: Double): View
  116. def overflowEllipsis(maxLines: com.raquo.laminar.api.Laminar.Signal[Int]): View
  117. def overflowEllipsis(maxLines: Int): View
  118. def overflowEllipsis: View
  119. def overflowHidden: View
  120. def overflowXScroll: View
  121. def overflowYScroll: View
  122. def padding(arg0: com.raquo.laminar.api.Laminar.Signal[Double]): View
  123. def padding(x: Int, y: Int): View
  124. def padding(top: Int = 0, right: Int = 0, bottom: Int = 0, left: Int = 0): View
  125. def padding(px: Int): View
  126. def paddingBottom(px: Int): View
  127. def paddingH(px: Int): View
  128. def paddingLeft(px: Int): View
  129. def paddingRight(px: Int): View
  130. def paddingTop(px: Int): View
  131. def paddingV(px: Int): View
  132. def placeholder(text: String): View
  133. def placeholderColor(color: Color): View
  134. def pointerEventsNone(isActive: com.raquo.laminar.api.Laminar.Signal[Boolean]): View
  135. def pointerEventsNone: View
  136. def relative: View
  137. def right(arg0: com.raquo.laminar.api.Laminar.Signal[Double]): View
  138. def right(value: Int): View
  139. def rounded: View
  140. def rounded(px: com.raquo.laminar.api.Laminar.Signal[Double]): View
  141. def scrollTo(arg0: com.raquo.laminar.api.Laminar.EventStream[Any]): View
  142. def selfCenter: View
  143. def selfEnd: View
  144. def selfStart: View
  145. def selfStretch: View
  146. def shadow: View
  147. def shadow(shadow: BoxShadow): View
  148. def shown(isShown: com.raquo.laminar.api.Laminar.Signal[Boolean]): View
  149. def stroke(color: com.raquo.laminar.api.Laminar.Signal[Color]): View
  150. def stroke(color: Color): View
  151. def strokeWidth(width: Double): View
  152. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  153. def textCenter: View
  154. def textJustify: View
  155. def textLeft: View
  156. def textRight: View
  157. def toString(): String
    Definition Classes
    AnyRef → Any
  158. def top(arg0: com.raquo.laminar.api.Laminar.Signal[Double]): View
  159. def top(value: Double): View
  160. def trackingWide: View
  161. def trackingWider: View
  162. def trackingWidest: View
  163. def uppercase: View
  164. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  165. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  166. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  167. def whitespaceNoWrap: View
  168. def width(px: com.raquo.laminar.api.Laminar.Signal[Double])(implicit dummyImplicit: DummyImplicit): View
  169. def width(px: com.raquo.laminar.api.Laminar.Signal[Option[Double]]): View
  170. def width(px: Double): View
  171. def widthAuto: View
  172. def widthFull: View
  173. def widthScreen: View
  174. def wrap: View
  175. def zIndex(level: Int): View

Inherited from AnyRef

Inherited from Any

Ungrouped