public class RowCollection
extends java.lang.Object
| Constructor and Description |
|---|
RowCollection(Property property) |
RowCollection(Property collectionProperty,
int dependentRowNumber) |
RowCollection(Row parentRow,
Property collectionProperty,
int dependentRowNumber) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCell(Cell cell) |
boolean |
containsCell(Cell cell) |
void |
createIterator(int step) |
java.util.List |
getCells() |
java.lang.String |
getCollectionItemName() |
Property |
getCollectionProperty() |
int |
getDependentRowNumber() |
java.lang.Object |
getIterateObject() |
java.lang.Object |
getNextObject() |
int |
getNumberOfRows() |
Row |
getParentRow() |
java.util.List |
getRowCollectionCells() |
boolean |
hasNextObject() |
void |
setCollectionItemName(java.lang.String collectionItemName) |
void |
setDependentRowNumber(int dependentRowNumber) |
void |
setParentRow(Row parentRow) |
java.lang.String |
toString() |
public RowCollection(Row parentRow, Property collectionProperty, int dependentRowNumber)
public RowCollection(Property property)
public RowCollection(Property collectionProperty, int dependentRowNumber)
public Row getParentRow()
public void setParentRow(Row parentRow)
public void addCell(Cell cell)
public Property getCollectionProperty()
public java.util.List getCells()
public int getDependentRowNumber()
public void setDependentRowNumber(int dependentRowNumber)
public boolean containsCell(Cell cell)
public java.lang.String getCollectionItemName()
public void setCollectionItemName(java.lang.String collectionItemName)
public int getNumberOfRows()
public java.lang.Object getIterateObject()
public java.lang.Object getNextObject()
public boolean hasNextObject()
public void createIterator(int step)
public java.util.List getRowCollectionCells()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005-2014 jXLS Team. All Rights Reserved.