object 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

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 apply(html: => HtmlElement): View
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def box(content: View, padding: Int, background: Color, border: Color, radius: Int = 8): View
  7. def circle(diameter: Int): View
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def empty: View
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def grid(cols: Int, gap: Int = 0)(views: View*): View
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def horizontal(spacing: Int)(views: View*): View
  17. def horizontal(views: com.raquo.laminar.api.Laminar.Signal[List[View]]): View
  18. def horizontal(views: View*): View
  19. def input(inputVar: com.raquo.laminar.api.Laminar.Var[String]): View
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def rect(width: Int = 0, height: Int = 0): View
  25. def separatorH(height: Int, color: Color): View
  26. def separatorV(width: Int, color: Color): View
  27. def signal(arg0: com.raquo.laminar.api.Laminar.Signal[View]): View
  28. def spacer: View
  29. def splitVertical[A](arg0: com.raquo.laminar.api.Laminar.Signal[Vector[A]])(key: (A) => Any)(view: (A, com.raquo.laminar.api.Laminar.Signal[A]) => View): View
  30. def stack(alignment: Alignment)(views: View*): View
  31. def stack(views: View*): View
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def text(text: String): View
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. def vertical(spacing: Int, alignment: HorizontalAlignment = HorizontalAlignment.Left)(views: View*): View
  36. def vertical(views: com.raquo.laminar.api.Laminar.Signal[List[View]]): View
  37. def vertical(views: View*): View
  38. def vertical(views: List[View]): View
  39. implicit def viewToComponent(view: View): HtmlElement
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. def width(px: Int): View

Inherited from AnyRef

Inherited from Any

Ungrouped