Hyperlink

de.activegroup.scalajasper.core.Hyperlink
See theHyperlink companion class
object Hyperlink

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Hyperlink.type

Members list

Type members

Classlikes

sealed case class Custom(typeName: String, arguments: Map[String, Expression[Any]]) extends Hyperlink

Attributes

See also

net.sf.jasperreports.engine.export.JRHyperlinkProducer

Supertypes
trait Serializable
trait Product
trait Equals
class Hyperlink
class Object
trait Matchable
class Any
Show all
sealed case class LocalAnchor(anchor: Expression[String]) extends Hyperlink

point to a local anchor, whose name (?) is specified by the given expression

point to a local anchor, whose name (?) is specified by the given expression

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Hyperlink
class Object
trait Matchable
class Any
Show all
sealed case class LocalPage(index: Expression[Int]) extends Hyperlink

point to a local page, whose 1-based index is specified with the given expression

point to a local page, whose 1-based index is specified with the given expression

Attributes

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

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Hyperlink
class Object
trait Matchable
class Any
Show all
Self type
None.type
sealed case class Reference(url: Expression[String]) extends Hyperlink

point to an external resource, specified by the given expression

point to an external resource, specified by the given expression

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Hyperlink
class Object
trait Matchable
class Any
Show all
sealed case class RemoteAnchor(reference: Expression[String], anchor: Expression[String]) extends Hyperlink

point to an anchor within an external document (url?)

point to an anchor within an external document (url?)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Hyperlink
class Object
trait Matchable
class Any
Show all
sealed case class RemotePage(reference: Expression[String], index: Expression[Int]) extends Hyperlink

point to a page within an external document (url?)

point to a page within an external document (url?)

Attributes

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