|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
inetsoft.report.event.PageBreakEvent
public class PageBreakEvent
PageBreakEvent is posted during page layout/printing at end of each page. A PageBreakListener can be registered with a ReportSheet to be notified at the end of every page.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
PageBreakEvent(Object source,
int pgIdx,
String eid,
Rectangle reg,
String first_eid,
Rectangle first_reg,
boolean lastpg,
boolean rewinded)
Create a selection event. |
|
| Method Summary | |
|---|---|
String |
getElementID()
Return the source report element ID. |
String |
getFirstElementID()
Get the element ID of the first element on the page. |
EventRange |
getFirstRegion()
Get the table region of the first element. |
int |
getPageIndex()
Get the page index (starting from 0). |
EventRange |
getRegion()
Get the table region of the last element. |
boolean |
isLastPage()
Check if this is the end of last page. |
boolean |
isRewound()
Check if the last band on the page has been rewound. |
String |
toString()
|
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PageBreakEvent(Object source,
int pgIdx,
String eid,
Rectangle reg,
String first_eid,
Rectangle first_reg,
boolean lastpg,
boolean rewinded)
source - event source, a StylePage.pgIdx - page index (starting from 0).eid - element ID.reg - region of the last element.first_eid - ID of the first element on the page.first_reg - the table region of the first element.lastpg - true if at the last page of report.rewinded - true if the last band on the page has been rewound.| Method Detail |
|---|
public int getPageIndex()
public String getElementID()
public EventRange getRegion()
public String getFirstElementID()
public EventRange getFirstRegion()
public boolean isLastPage()
public boolean isRewound()
public String toString()
toString in class EventObject
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||