TableColumn

de.activegroup.scalajasper.core.components.TableColumn
sealed case class TableColumn(width: RestrictedLength, detail: TableCell, header: Option[TableCell], footer: Option[TableCell], groupHeaders: Seq[TableGroupCell], groupFooters: Seq[TableGroupCell], tableHeader: Option[TableCell], tableFooter: Option[TableCell], printWhenExpression: Option[Expression[Boolean]]) extends AbstractColumn

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

protected def fill(tgt: StandardBaseColumn): Transformer[Length]

Attributes

Inherited from:
AbstractColumn
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product