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
Ordering
- Alphabetic
- By Inheritance
Inherited
- TableRow
- Serializable
- Product
- Equals
- GenericJsComponentAC
- PassthroughAC
- Passthrough
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val active: UndefOr[Boolean]
- def addModifiers(modifiers: Seq[japgolly.scalajs.react.vdom.html_<^.TagMod]): TableRow
- Definition Classes
- TableRow → GenericJsComponentAC
- val as: UndefOr[AsC]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val cellAs: UndefOr[AsC]
- val cells: UndefOr[Seq[|[TableCell, TableHeaderCell]]]
- val className: UndefOr[String]
- val clazz: UndefOr[Css]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- 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
- def cprops: TableRowProps
- Attributes
- protected
- Definition Classes
- TableRow → Passthrough
- val disabled: UndefOr[Boolean]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val error: UndefOr[Boolean]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val modifiers: Seq[japgolly.scalajs.react.vdom.html_<^.TagMod]
- Definition Classes
- TableRow → Passthrough
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val negative: UndefOr[Boolean]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val positive: UndefOr[Boolean]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def rawModifiers: (TableRowProps, List[VdomNode])
- Definition Classes
- PassthroughAC
- def render: Render[TableRowProps]
- Definition Classes
- GenericJsComponentAC
- Annotations
- @inline()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val textAlign: UndefOr[TableTextAlign]
- val verticalAlign: UndefOr[SemanticVerticalAlignment]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- val warning: UndefOr[Boolean]
- def withOptionalRef(ref: Option[Handle[RawMounted[TableRowProps, Null]]]): GenericJsComponentAC[TableRowProps, PropsAndChildren, Unit, TableRow]
- Definition Classes
- GenericJsComponentAC
- def withRef(ref: Handle[RawMounted[TableRowProps, Null]]): GenericJsComponentAC[TableRowProps, PropsAndChildren, Unit, TableRow]
- Definition Classes
- GenericJsComponentAC