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

Inherited from AnyRef

Inherited from Any

Ungrouped