Custom

de.activegroup.scalajasper.core.HyperlinkTarget.Custom
sealed case class Custom(s: String) extends HyperlinkTarget

Attributes

See also

net.sf.jasperreports.engine.export.JRHyperlinkTargetProducer. If no target producer is found, the engine looks for any hyperlink parameter having the same name as the specified custom target.

Graph
Supertypes
trait Serializable
trait Product
trait Equals
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