|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jrefinery.report.targets.pageable.pagelayout.EventType
A class that represents an event type. No real implementation ... next release ..
Field Summary | |
static EventType |
GROUP_END
A 'group end' event. |
static EventType |
GROUP_START
A 'group start' event. |
static EventType |
ITEM_ADVANCE
An 'item advance' event. |
static EventType |
ITEM_END
An 'item end' event. |
static EventType |
ITEM_START
An 'item start' event. |
static EventType |
PAGE_END
A 'page end' event. |
static EventType |
PAGE_START
A 'page start' event. |
static EventType |
REPORT_END
A 'report end' event. |
static EventType |
REPORT_START
A 'report start' event. |
Method Summary | |
java.lang.String |
toString()
Returns the name of the event type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final EventType PAGE_START
public static final EventType PAGE_END
public static final EventType GROUP_START
public static final EventType GROUP_END
public static final EventType REPORT_START
public static final EventType REPORT_END
public static final EventType ITEM_START
public static final EventType ITEM_END
public static final EventType ITEM_ADVANCE
Method Detail |
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |