AbstractColumn

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

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