de.activegroup.scalajasper.core.Hyperlink
See theHyperlink companion class
object Hyperlink
Attributes
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 Serializabletrait Producttrait Equalsclass Hyperlinkclass Objecttrait Matchableclass AnyShow 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 Serializabletrait Producttrait Equalsclass Hyperlinkclass Objecttrait Matchableclass AnyShow 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 Serializabletrait Producttrait Equalsclass Hyperlinkclass Objecttrait Matchableclass AnyShow all
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 Serializabletrait Producttrait Equalsclass Hyperlinkclass Objecttrait Matchableclass AnyShow 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 Serializabletrait Producttrait Equalsclass Hyperlinkclass Objecttrait Matchableclass AnyShow 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 Serializabletrait Producttrait Equalsclass Hyperlinkclass Objecttrait Matchableclass AnyShow all
In this article