|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jett.event.TagEvent
public class TagEvent
A TagEvent represents data associated with a "tag processed"
event. It contains a reference to the Block of
Cells that was processed and the Map of bean names
to values used to process it.
| Constructor Summary | |
|---|---|
TagEvent()
Constructs a TagEvent with null references. |
|
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getBeans()
Returns the Map of bean names to values used to process the
block of cells. |
Block |
getBlock()
Returns the Block of cells that was processed. |
org.apache.poi.ss.usermodel.Sheet |
getSheet()
Returns the Sheet on which the block of cells was processed. |
void |
setBeans(java.util.Map<java.lang.String,java.lang.Object> beans)
Sets the Map of bean names to values used to process the
block of cells. |
void |
setBlock(Block block)
Sets the Block of cells that was processed. |
void |
setSheet(org.apache.poi.ss.usermodel.Sheet sheet)
Sets the Sheet on which the block of cells was processed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TagEvent()
TagEvent with null references.
| Method Detail |
|---|
public org.apache.poi.ss.usermodel.Sheet getSheet()
Sheet on which the block of cells was processed.
Sheet on which the block of cells was processed.public void setSheet(org.apache.poi.ss.usermodel.Sheet sheet)
Sheet on which the block of cells was processed.
sheet - The Sheet on which the block of cells was
processed.public Block getBlock()
Block of cells that was processed.
Block of cells that was processed.public void setBlock(Block block)
Block of cells that was processed.
block - The Block of cells that was processed.public java.util.Map<java.lang.String,java.lang.Object> getBeans()
Map of bean names to values used to process the
block of cells.
Map of bean names to values.public void setBeans(java.util.Map<java.lang.String,java.lang.Object> beans)
Map of bean names to values used to process the
block of cells.
beans - The Map of bean names to values.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||