final case class TableRow(as: UndefOr[AsC] = js.undefined, active: UndefOr[Boolean] = js.undefined, cellAs: UndefOr[AsC] = js.undefined, cells: UndefOr[Seq[|[TableCell, TableHeaderCell]]] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, error: UndefOr[Boolean] = js.undefined, negative: UndefOr[Boolean] = js.undefined, positive: UndefOr[Boolean] = js.undefined, textAlign: UndefOr[TableTextAlign] = js.undefined, verticalAlign: UndefOr[SemanticVerticalAlignment] = js.undefined, warning: UndefOr[Boolean] = js.undefined, modifiers: Seq[japgolly.scalajs.react.vdom.html_<^.TagMod] = Seq.empty) extends GenericComponentPAC[TableRowProps, TableRow] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentAC[TableRowProps, PropsAndChildren, Unit, TableRow], PassthroughAC[TableRowProps], Passthrough[TableRowProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TableRow
  2. Serializable
  3. Product
  4. Equals
  5. GenericJsComponentAC
  6. PassthroughAC
  7. Passthrough
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TableRow(as: UndefOr[AsC] = js.undefined, active: UndefOr[Boolean] = js.undefined, cellAs: UndefOr[AsC] = js.undefined, cells: UndefOr[Seq[|[TableCell, TableHeaderCell]]] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, error: UndefOr[Boolean] = js.undefined, negative: UndefOr[Boolean] = js.undefined, positive: UndefOr[Boolean] = js.undefined, textAlign: UndefOr[TableTextAlign] = js.undefined, verticalAlign: UndefOr[SemanticVerticalAlignment] = js.undefined, warning: UndefOr[Boolean] = js.undefined, modifiers: Seq[japgolly.scalajs.react.vdom.html_<^.TagMod] = Seq.empty)

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. val active: UndefOr[Boolean]
  5. def addModifiers(modifiers: Seq[japgolly.scalajs.react.vdom.html_<^.TagMod]): TableRow
    Definition Classes
    TableRow → GenericJsComponentAC
  6. val as: UndefOr[AsC]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val cellAs: UndefOr[AsC]
  9. val cells: UndefOr[Seq[|[TableCell, TableHeaderCell]]]
  10. val className: UndefOr[String]
  11. val clazz: UndefOr[Css]
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. val component: japgolly.scalajs.react.component.Js.ComponentWithRoot[TableRowProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[TableRowProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], TableRowProps, Null, Component[TableRowProps, Null], TableRowProps, Null], TableRowProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], TableRowProps, Null, Component[TableRowProps, Null], TableRowProps, Null]], TableRowProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[TableRowProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], TableRowProps, Null, Component[TableRowProps, Null], TableRowProps, Null], TableRowProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], TableRowProps, Null, Component[TableRowProps, Null], TableRowProps, Null]]]
    Attributes
    protected
    Definition Classes
    TableRow → GenericJsComponentAC
  14. def cprops: TableRowProps
    Attributes
    protected
    Definition Classes
    TableRow → Passthrough
  15. val disabled: UndefOr[Boolean]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. val error: UndefOr[Boolean]
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val modifiers: Seq[japgolly.scalajs.react.vdom.html_<^.TagMod]
    Definition Classes
    TableRow → Passthrough
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. val negative: UndefOr[Boolean]
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. val positive: UndefOr[Boolean]
  27. def productElementNames: Iterator[String]
    Definition Classes
    Product
  28. def rawModifiers: (TableRowProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  29. def render: Render[TableRowProps]
    Definition Classes
    GenericJsComponentAC
    Annotations
    @inline()
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. val textAlign: UndefOr[TableTextAlign]
  32. val verticalAlign: UndefOr[SemanticVerticalAlignment]
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. val warning: UndefOr[Boolean]
  37. def withOptionalRef(ref: Option[Handle[RawMounted[TableRowProps, Null]]]): GenericJsComponentAC[TableRowProps, PropsAndChildren, Unit, TableRow]
    Definition Classes
    GenericJsComponentAC
  38. def withRef(ref: Handle[RawMounted[TableRowProps, Null]]): GenericJsComponentAC[TableRowProps, PropsAndChildren, Unit, TableRow]
    Definition Classes
    GenericJsComponentAC

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericJsComponentAC[TableRowProps, PropsAndChildren, Unit, TableRow]

Inherited from PassthroughAC[TableRowProps]

Inherited from Passthrough[TableRowProps]

Inherited from AnyRef

Inherited from Any

Ungrouped