c

ui

Vertical

final case class Vertical(views: List[View], spacing: Int = 0, alignment: HorizontalAlignment = HorizontalAlignment.Left) extends View with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, View, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Vertical
  2. Serializable
  3. Product
  4. Equals
  5. View
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Vertical(views: List[View], spacing: Int = 0, alignment: HorizontalAlignment = HorizontalAlignment.Left)

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from View

Inherited from AnyRef

Inherited from Any

Ungrouped