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: Double): View
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. val 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 height(px: Double): View
  17. def horizontal(spacing: Double)(views: View*): View
  18. def horizontal(views: com.raquo.laminar.api.Laminar.Signal[List[View]]): View
  19. def horizontal(views: List[View]): View
  20. def horizontal(views: View*): View
  21. def input(inputVar: com.raquo.laminar.api.Laminar.Var[LocalDateTime])(implicit dummyImplicit: DummyImplicit): View
  22. def input(inputVar: com.raquo.laminar.api.Laminar.Var[String]): View
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def rect(width: Double = 0, height: Double = 0): View
  28. def separatorH(height: Int, color: Color): View
  29. def separatorV(width: Int, color: Color): View
  30. def signal(arg0: com.raquo.laminar.api.Laminar.Signal[View]): View
  31. def signalHeight(arg0: com.raquo.laminar.api.Laminar.Signal[View]): View
  32. def signalWidth(arg0: com.raquo.laminar.api.Laminar.Signal[View]): View
  33. def spacer: View
  34. def splitVertical[A](spacing: Double)(arg0: com.raquo.laminar.api.Laminar.Signal[Vector[A]])(key: (A) => Any)(view: (A, com.raquo.laminar.api.Laminar.Signal[A]) => View): View
  35. 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
  36. def stack(alignment: Alignment)(views: View*): View
  37. def stack(views: View*): View
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def table(header: View, rows: View*): View
  40. def tableHeader(views: View*)(f: (View) => View): View
  41. def tableRow(views: View*)(f: (View) => View): View
  42. def text(text: String): View
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. def vertical(spacing: Double, alignment: HorizontalAlignment = HorizontalAlignment.Left)(views: View*): View
  45. def vertical(views: com.raquo.laminar.api.Laminar.Signal[List[View]]): View
  46. def vertical(views: View*): View
  47. def vertical(views: List[View]): View
  48. implicit def viewToComponent(view: View): HtmlElement
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  52. def width(px: Double): View
  53. def withOwner(owner: (com.raquo.laminar.api.Laminar.Owner) => View): View

Inherited from AnyRef

Inherited from Any

Ungrouped