public interface ILinkable
Modifier and Type | Method and Description |
---|---|
String |
getLink(ReportOutputFolder base)
Returns a relative link to the item that works from the given base
folder.
|
String |
getLinkLabel()
Returns the display label used for the link.
|
String |
getLinkStyle()
Optional style class to be associated with the link.
|
String getLink(ReportOutputFolder base)
base
- folder where the link should be insertednull
if the target does not existString getLinkLabel()
String getLinkStyle()
null
Copyright © 2017. All rights reserved.