Packages

package table

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class HeadCell(content: Content = Empty, format: Option[String] = None, classes: String = "", colspan: Option[Int] = None, rowspan: Option[Int] = None, attributes: Map[String, String] = Map.empty) extends Product with Serializable
  2. case class Table(rows: Seq[Seq[TableRow]] = Nil, head: Option[Seq[HeadCell]] = None, caption: Option[String] = None, captionClasses: String = "", firstCellIsHeader: Boolean = false, classes: String = "", attributes: Map[String, String] = Map.empty) extends Product with Serializable
  3. final case class TableRow(content: Content = Empty, format: Option[String] = None, classes: String = "", colspan: Option[Int] = None, rowspan: Option[Int] = None, attributes: Map[String, String] = Map.empty) extends Product with Serializable

Value Members

  1. object HeadCell extends Serializable
  2. object Table extends Serializable
  3. object TableRow extends Serializable

Ungrouped