|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jett.event.TagEvent
net.sf.jett.event.TagLoopEvent
public class TagLoopEvent
A TagLoopEvent represents data associated with a "tag loop
processed" event. It contains the same data as a TagEvent,
plus the current 0-based looping index.
TagEvent| Constructor Summary | |
|---|---|
TagLoopEvent()
Constructs a TagLoopEvent with a loop index of zero. |
|
| Method Summary | |
|---|---|
int |
getLoopIndex()
Returns the current loop index (zero-based). |
void |
setLoopIndex(int loopIndex)
Sets the current loop index (zero-based). |
| Methods inherited from class net.sf.jett.event.TagEvent |
|---|
getBeans, getBlock, getSheet, setBeans, setBlock, setSheet |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TagLoopEvent()
TagLoopEvent with a loop index of zero.
| Method Detail |
|---|
public int getLoopIndex()
public void setLoopIndex(int loopIndex)
loopIndex - The current loop index (zero-based).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||