|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.report.web.viewer.ViewInfo
This class provides more information for the
client when handling an event. The ViewInfo
object extends
the event handling information provided
for the client, making it possible to obtain information that
is not available from the specific listener that is being used.
Method Summary | |
java.lang.String |
getGroupName()
Returns the group name for the view. |
java.lang.String |
getGroupNamePath()
Returns the path for the group name. |
java.lang.String |
getGroupPath()
Returns the GroupPath for the view. |
int |
getPageNumber()
Returns the page number for the view. |
java.lang.String |
getSubreportContainingGroupPath()
Returns the data context for the subreport. |
java.lang.String |
getSubreportName()
Returns the subreport name for the view. |
int |
getSubreportPageNumber()
Returns the page number for the subreport. |
int |
getSubreportXPos()
The X position of the subreport. |
int |
getSubreportYPos()
The Y position of the subreport. |
int |
getZoomFactor()
Returns the zoom factor for the view. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getGroupName()
Returns the group name for the view. This name indicates how the report content is being grouped.
String
.public java.lang.String getGroupNamePath()
Returns the path for the group name.
String
.public java.lang.String getGroupPath()
Returns the GroupPath
for the view.
GroupPath
as an String
.public int getPageNumber()
Returns the page number for the view.
int
.public java.lang.String getSubreportContainingGroupPath()
Returns the data context for the subreport.
String
.public java.lang.String getSubreportName()
Returns the subreport name for the view.
String
.public int getSubreportPageNumber()
Returns the page number for the subreport.
int
.public int getSubreportXPos()
The X position of the subreport.
int
.public int getSubreportYPos()
The Y position of the subreport.
int
.public int getZoomFactor()
Returns the zoom factor for the view.
int
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |