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[Double] = None, right: Option[Double] = None, bottom: Option[Double] = None, left: Option[Double] = 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: Double, right: Double, bottom: Double, left: Double, color: Color, radius: Double): View
  21. def border(top: Double, right: Double, bottom: Double, left: Double, color: String, radius: Double): View
  22. def border(px: Double, color: Color, radius: Double = 0): View
  23. def borderBottom(i: Double, color: Color): View
  24. def borderColor(color: com.raquo.laminar.api.Laminar.Signal[Color]): View
  25. def borderLeft(i: Double, color: Color): View
  26. def borderRadius(px: com.raquo.laminar.api.Laminar.Signal[Double]): View
  27. def borderRadius(px: Int): View
  28. def borderRight(i: Double, color: Color): View
  29. def borderTop(i: Double, color: Color): View
  30. def borderWidth(px: Double): View
  31. def bottom(arg0: com.raquo.laminar.api.Laminar.Signal[Double]): View
  32. def bottom(value: Double): View
  33. def bottomPosition(arg0: com.raquo.laminar.api.Laminar.Signal[Double]): View
  34. def bottomPosition(value: Double): View
  35. def breakWord: View
  36. def center: View
  37. def centerH(active: com.raquo.laminar.api.Laminar.Signal[Boolean]): View
  38. def centerH: View
  39. def centerV: View
  40. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  41. def color(color: com.raquo.laminar.api.Laminar.Signal[Color]): View
  42. def color(color: Color): View
  43. def color(str: String): View
  44. def colorHover(hoverColor: Color): View
  45. def colorHover(baseColor: Color, hoverColor: Color): View
  46. def criticalWidth: View
  47. def cursorColResize: View
  48. def cursorDefault: View
  49. def cursorGrab: View
  50. def cursorGrabbing(grabbing: com.raquo.laminar.api.Laminar.Signal[Boolean]): View
  51. def cursorGrabbing: View
  52. def cursorPointer: View
  53. def disabled(isActive: com.raquo.laminar.api.Laminar.Signal[Boolean]): View
  54. def draggable: View
  55. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  56. def equals(obj: Any): Boolean
    Definition Classes
    View → AnyRef → Any
  57. def fill(color: com.raquo.laminar.api.Laminar.Signal[Color]): View
  58. def fill(color: Color): View
  59. def fillHover(baseColor: Color, hoverColor: Color): View
  60. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  61. def flex: View
  62. def flexGrowing: View
  63. def flexWrap: View
  64. def focus(isFocused: com.raquo.laminar.api.Laminar.Var[Boolean]): View
  65. def font2XLarge: View
  66. def font3XLarge: View
  67. def font4XLarge: View
  68. def font5XLarge: View
  69. def fontDisplay: View
  70. def fontFamily(name: String, names: String*): View
  71. def fontLarge: View
  72. def fontMedium: View
  73. def fontMono: View
  74. def fontSize(size: FontSize): View
  75. def fontSmall: View
  76. def fontXLarge: View
  77. def fontXSmall: View
  78. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  79. def hashCode(): Int
    Definition Classes
    View → AnyRef → Any
  80. def height(px: com.raquo.laminar.api.Laminar.Signal[Double]): View
  81. def height(px: Double): View
  82. def heightFull: View
  83. def heightScreen: View
  84. def hidden(isHidden: Boolean): View
  85. def hidden(isHidden: com.raquo.laminar.api.Laminar.Signal[Boolean]): View
  86. def hideScrolling: View
  87. def hover(isHover: com.raquo.laminar.api.Laminar.Var[Boolean]): View
  88. def id(any: Any): View
  89. def idAttr(id: String): View
  90. def intrinsicHeight(heightVar: com.raquo.laminar.api.Laminar.Var[Double]): View
  91. def invisible(isInvisible: Boolean): View
  92. def invisible(isInvisible: com.raquo.laminar.api.Laminar.Signal[Boolean]): View
  93. def isEmpty: Boolean
  94. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  95. def italic: View
  96. def itemsBaseline: View
  97. def itemsCenter: View
  98. def itemsEnd: View
  99. def itemsStart: View
  100. def itemsStretch: View
  101. def justifyAround: View
  102. def justifyBetween: View
  103. def justifyCenter: View
  104. def justifyEnd: View
  105. def justifyEvenly: View
  106. def justifyStart: View
  107. def left(arg0: com.raquo.laminar.api.Laminar.Signal[Double]): View
  108. def left(value: Double): View
  109. def left: View
  110. def leftPosition(arg0: com.raquo.laminar.api.Laminar.Signal[Double]): View
  111. def leftPosition(value: Double): View
  112. def lineHeight(em: Double): View
  113. def link(href: com.raquo.laminar.api.Laminar.Signal[String]): View
  114. def link(href: String, targetBlank: Boolean = true): View
  115. def margin(x: Int, y: Int): View
  116. def margin(px: Int): View
  117. def marginBottom(px: Int): View
  118. def marginH(px: Int): View
  119. def marginLeft(px: Int): View
  120. def marginRight(px: Int): View
  121. def marginTop(px: Int): View
  122. def marginV(px: Int): View
  123. def maxHeight(px: Double): View
  124. def maxHeight(spring: com.raquo.laminar.api.Laminar.Signal[Double]): View
  125. def maxWidth(px: com.raquo.laminar.api.Laminar.Signal[Double]): View
  126. def maxWidth(px: Double): View
  127. def medium: View
  128. def minHeight(px: Double): View
  129. def minHeight(spring: com.raquo.laminar.api.Laminar.Signal[Double]): View
  130. def minWidth(px: com.raquo.laminar.api.Laminar.Signal[Double]): View
  131. def minWidth(px: Double): View
  132. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  133. def noShrink: View
  134. def normalWeight: View
  135. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  136. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  137. def offset(offsetVar: com.raquo.laminar.api.Laminar.Var[Coord]): View
  138. def onBlur(expr: => Unit): View
  139. def onClick(expr: => Any): View
  140. def onClickSample[A](signal: com.raquo.laminar.api.Laminar.Signal[A])(expr: (A) => Any): View
  141. def onClickToggle(booleanVar: com.raquo.laminar.api.Laminar.Var[Boolean]): View
  142. def onClickWith(f: (TypedTargetMouseEvent[EventTarget]) => Unit): View
  143. def onKeyDown(f: (KeyboardEvent) => Unit): View
  144. def onMouseDown(f: (TypedTargetMouseEvent[EventTarget]) => Unit): View
  145. def onMouseDown(expr: => Unit): View
  146. def onMouseMove(f: (TypedTargetMouseEvent[EventTarget]) => Unit): View
  147. def onMouseMove(expr: => Unit): View
  148. def onMouseOut(f: (TypedTargetMouseEvent[EventTarget]) => Unit): View
  149. def onMouseOut(expr: => Unit): View
  150. def onMouseOver(f: (TypedTargetMouseEvent[EventTarget]) => Unit): View
  151. def onMouseOver(expr: => Unit): View
  152. def onMouseUp(f: (TypedTargetMouseEvent[EventTarget]) => Unit): View
  153. def onMouseUp(expr: => Unit): View
  154. def onUnmount(expr: => Unit): View
  155. def opacity(d: com.raquo.laminar.api.Laminar.Var[Boolean]): View
  156. def opacity(d: com.raquo.laminar.api.Laminar.Signal[Double]): View
  157. def opacity(d: Double): View
  158. def overflowEllipsis(maxLines: com.raquo.laminar.api.Laminar.Signal[Int]): View
  159. def overflowEllipsis(maxLines: Int): View
  160. def overflowEllipsis: View
  161. def overflowHidden: View
  162. def overflowXScroll: View
  163. def overflowYScroll: View
  164. def overlay(view: View): View
  165. def padding(arg0: com.raquo.laminar.api.Laminar.Signal[Double]): View
  166. def padding(x: Int, y: Int): View
  167. def padding(top: Int = 0, right: Int = 0, bottom: Int = 0, left: Int = 0): View
  168. def padding(px: Int): View
  169. def paddingBottom(px: Int): View
  170. def paddingH(px: Int): View
  171. def paddingLeft(px: Int): View
  172. def paddingRight(px: Int): View
  173. def paddingTop(px: com.raquo.laminar.api.Laminar.Signal[Double]): View
  174. def paddingTop(px: Int): View
  175. def paddingV(px: Int): View
  176. def placeholder(text: com.raquo.laminar.api.Laminar.Signal[String]): View
  177. def placeholder(text: String): View
  178. def placeholderColor(color: Color): View
  179. def pointerEventsNone(isActive: com.raquo.laminar.api.Laminar.Signal[Boolean]): View
  180. def pointerEventsNone: View
  181. def rect(rectVar: com.raquo.laminar.api.Laminar.Var[Rect]): View
  182. def relative: View
  183. def right(arg0: com.raquo.laminar.api.Laminar.Signal[Double]): View
  184. def right(value: Double): View
  185. def rightPosition(arg0: com.raquo.laminar.api.Laminar.Signal[Double]): View
  186. def rightPosition(value: Double): View
  187. def rounded: View
  188. def rounded(px: com.raquo.laminar.api.Laminar.Signal[Double]): View
  189. def scrollTo(arg0: com.raquo.laminar.api.Laminar.Signal[Boolean]): View
  190. def scrollTo(arg0: com.raquo.laminar.api.Laminar.EventStream[Any]): View
  191. def selfBaseline: View
  192. def selfCenter: View
  193. def selfEnd: View
  194. def selfStart: View
  195. def selfStretch: View
  196. def shadow: View
  197. def shadow(shadow: BoxShadow): View
  198. def shown(isShown: Boolean): View
  199. def shown(isShown: com.raquo.laminar.api.Laminar.Signal[Boolean]): View
  200. def slideHeight(arg0: com.raquo.laminar.api.Laminar.Signal[Boolean]): View
  201. def slideIn(arg0: com.raquo.laminar.api.Laminar.Signal[Boolean]): View
  202. def slideVertical(arg0: com.raquo.laminar.api.Laminar.Signal[Boolean]): View
  203. def slideWidth(arg0: com.raquo.laminar.api.Laminar.Signal[Boolean]): View
  204. def stroke(color: com.raquo.laminar.api.Laminar.Signal[Color]): View
  205. def stroke(color: Color): View
  206. def strokeHover(baseColor: Color, hoverColor: Color): View
  207. def strokeWidth(width: Double): View
  208. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  209. def textCenter: View
  210. def textJustify: View
  211. def textLeft: View
  212. def textRight: View
  213. def toString(): String
    Definition Classes
    AnyRef → Any
  214. def top(arg0: com.raquo.laminar.api.Laminar.Signal[Double]): View
  215. def top(value: Double): View
  216. def topPosition(value: Double): View
  217. def topPosition(arg0: com.raquo.laminar.api.Laminar.Signal[Double]): View
  218. def trackingWide: View
  219. def trackingWider: View
  220. def trackingWidest: View
  221. def underlined: View
  222. def uppercase: View
  223. def userSelectNone: View
  224. def viewId: Int
  225. def visible(isVisible: Boolean): View
  226. def visible(isVisible: com.raquo.laminar.api.Laminar.Signal[Boolean]): View
  227. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  228. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  229. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  230. def whitespaceNoWrap: View
  231. def whitespacePreWrap: View
  232. def width(px: com.raquo.laminar.api.Laminar.Signal[Double])(implicit dummyImplicit: DummyImplicit): View
  233. def width(px: com.raquo.laminar.api.Laminar.Signal[Option[Double]]): View
  234. def width(px: Double): View
  235. def widthAuto: View
  236. def widthFull: View
  237. def widthScreen: View
  238. def wrap: View
  239. def zIndex(level: Int): View

Inherited from AnyRef

Inherited from Any

Ungrouped