| Constructor | Description |
|---|---|
TagLoopEvent(org.apache.poi.ss.usermodel.Sheet sheet,
Block block,
java.util.Map<java.lang.String,java.lang.Object> beans,
int index) |
Constructs a
TagLoopEvent built using the given
TagContext and zero-based loop index. |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getLoopIndex() |
Returns the current loop index (zero-based).
|
public TagLoopEvent(org.apache.poi.ss.usermodel.Sheet sheet,
Block block,
java.util.Map<java.lang.String,java.lang.Object> beans,
int index)
TagLoopEvent built using the given
TagContext and zero-based loop index.sheet - A Sheet.block - A Block.beans - A Map of bean names to values.index - The loop index.Copyright © 2012–2018 Jett Team. All rights reserved.