Table

de.activegroup.scalajasper.core.components.Table
sealed case class Table(columns: Seq[AbstractColumn], data: Data, whenNoData: WhenNoDataTypeTableEnum) extends Component

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product