Reset

de.activegroup.scalajasper.core.Reset
See theReset companion class
object Reset

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Reset.type

Members list

Type members

Classlikes

case object Column extends Reset

The variable is reinitialized at the beginning of each new column.

The variable is reinitialized at the beginning of each new column.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Reset
class Object
trait Matchable
class Any
Show all
Self type
Column.type
sealed case class Group(g: Group) extends Reset

The variable is reinitialized every time the specified group breaks.

The variable is reinitialized every time the specified group breaks.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Reset
class Object
trait Matchable
class Any
Show all
case object None extends Reset

The variable will never be initialized using its initial value expression and will only contain values obtained by evaluating the variable's expression.

The variable will never be initialized using its initial value expression and will only contain values obtained by evaluating the variable's expression.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Reset
class Object
trait Matchable
class Any
Show all
Self type
None.type
case object Page extends Reset

The variable is reinitialized at the beginning of each new page.

The variable is reinitialized at the beginning of each new page.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Reset
class Object
trait Matchable
class Any
Show all
Self type
Page.type
case object Report extends Reset

The variable is initialized only once, at the beginning of the report filling process, with the value returned by the variable's initial value expression.

The variable is initialized only once, at the beginning of the report filling process, with the value returned by the variable's initial value expression.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Reset
class Object
trait Matchable
class Any
Show all
Self type
Report.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror