|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAction
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()
|
java.lang.String |
getTooltip()
|
int |
getType()
|
boolean |
isBookmark()
Return the bookmark type set in the drillthrough action. |
Field Detail |
---|
static final int ACTION_HYPERLINK
static final int ACTION_BOOKMARK
static final int ACTION_DRILLTHROUGH
Method Detail |
---|
int getType()
java.lang.String getBookmark()
java.lang.String getActionString()
java.lang.String getSystemId()
java.lang.String getReportName()
java.util.Map getParameterBindings()
java.util.Map getSearchCriteria()
java.lang.String getTargetWindow()
java.lang.String getFormat()
boolean isBookmark()
true
, the target element is a bookmark.
false
, the target element is indicated to be a
toc.java.lang.String getTargetFileType()
java.lang.String getTooltip()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |