public interface IAction
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.
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
ACTION_BOOKMARK
bookmark action
|
static int |
ACTION_DRILLTHROUGH
drillthrough action
|
static int |
ACTION_HYPERLINK
hyperlink action
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
static final int ACTION_HYPERLINK
static final int ACTION_BOOKMARK
static final int ACTION_DRILLTHROUGH
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()
Copyright © 2008 Actuate Corp. All rights reserved.