net.sf.dynamicreports.report.definition
Interface DRIHyperLink

All Superinterfaces:
Serializable
All Known Implementing Classes:
DRHyperLink

public interface DRIHyperLink
extends Serializable

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)

Method Summary
 DRIExpression<String> getAnchorExpression()
           
 DRIExpression<Integer> getPageExpression()
           
 DRIExpression<String> getReferenceExpression()
           
 String getTarget()
           
 DRIExpression<String> getTooltipExpression()
           
 String getType()
           
 

Method Detail

getAnchorExpression

DRIExpression<String> getAnchorExpression()

getPageExpression

DRIExpression<Integer> getPageExpression()

getReferenceExpression

DRIExpression<String> getReferenceExpression()

getTooltipExpression

DRIExpression<String> getTooltipExpression()

getType

String getType()

getTarget

String getTarget()


Copyright © 2010-2014. All Rights Reserved.