|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines an interface that allows engine to pass hyperlink information to an emitter, if the emitter determines to customize the hyperlinks calculated in engine, or it wants to use a totally different hyperlink string
Because it is allowed to customize hyperlinks through emitters, hyperlink customization in presentation engine itself is not supported now. It could be added later if it deems necessary.
Field Summary | |
static int |
ACTION_BOOKMARK
bookmark action |
static int |
ACTION_DRILLTHROUGH
drillthrough action |
static int |
ACTION_HYPERLINK
hyperlink action |
Method Summary | |
java.lang.String |
getActionString()
|
java.lang.String |
getBookmark()
|
java.lang.String |
getFormat()
return fomat of drillthrough report |
java.util.Map |
getParameterBindings()
|
java.lang.String |
getReportName()
|
java.util.Map |
getSearchCriteria()
|
java.lang.String |
getSystemId()
|
java.lang.String |
getTargetFileType()
|
java.lang.String |
getTargetWindow()
|
int |
getType()
|
boolean |
isBookmark()
Checks if the action is point to a bookmark. |
Field Detail |
public static final int ACTION_HYPERLINK
public static final int ACTION_BOOKMARK
public static final int ACTION_DRILLTHROUGH
Method Detail |
public int getType()
public java.lang.String getBookmark()
public java.lang.String getActionString()
public java.lang.String getSystemId()
public java.lang.String getReportName()
public java.util.Map getParameterBindings()
public java.util.Map getSearchCriteria()
public java.lang.String getTargetWindow()
public java.lang.String getFormat()
public boolean isBookmark()
public java.lang.String getTargetFileType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |