Uses of Class
net.sf.jxls.transformer.Row

Packages that use Row
net.sf.jxls.parser   
net.sf.jxls.processor   
net.sf.jxls.transformer   
 

Uses of Row in net.sf.jxls.parser
 

Methods in net.sf.jxls.parser that return Row
 Row Cell.getRow()
           
 

Methods in net.sf.jxls.parser with parameters of type Row
 void Cell.setRow(Row row)
           
 

Constructors in net.sf.jxls.parser with parameters of type Row
Cell(org.apache.poi.hssf.usermodel.HSSFCell hssfCell, Row row)
           
CellParser(org.apache.poi.hssf.usermodel.HSSFCell hssfCell, Row row, Configuration configuration)
           
 

Uses of Row in net.sf.jxls.processor
 

Methods in net.sf.jxls.processor with parameters of type Row
 void RowProcessor.processRow(Row row, java.util.Map namedCells)
           
 

Uses of Row in net.sf.jxls.transformer
 

Fields in net.sf.jxls.transformer declared as Row
(package private)  Row ChainTransformer.parentRow
           
(package private)  Row BaseRowTransformer.row
           
 

Methods in net.sf.jxls.transformer that return Row
 Row RowCollection.getParentRow()
           
 Row Row.getParentRow()
           
 Row BaseRowTransformer.getRow()
           
 Row RowTransformer.getRow()
           
 

Methods in net.sf.jxls.transformer with parameters of type Row
(package private)  ResultTransformation SheetTransformer.processRow(SheetTransformationController stc, Sheet sheet, org.apache.poi.hssf.usermodel.HSSFRow hssfRow, java.util.Map beans, Row parentRow)
           
 ResultTransformation SheetTransformer.processRow(SheetTransformationController stc, Sheet sheet, org.apache.poi.hssf.usermodel.HSSFRow hssfRow, short startCell, short endCell, java.util.Map beans, Row parentRow)
           
(package private)  ResultTransformation CollectionRowTransformer.processRowCollections(SheetTransformationController sheetTransformationController, SheetTransformer sheetTransformer, Row row, java.util.Map beans)
          Processes a row containing collection properties
 ResultTransformation SheetTransformer.processRows(SheetTransformationController stc, Sheet sheet, int startRow, int endRow, java.util.Map beans, Row parentRow)
          Processes rows in a template sheet using map of beans as parameter
 void RowCollection.setParentRow(Row parentRow)
           
 void Row.setParentRow(Row parentRow)
           
 

Constructors in net.sf.jxls.transformer with parameters of type Row
ChainTransformer(java.util.List transformers, java.util.List rowProcessors, Row parentRow)
           
ChainTransformer(java.util.List transformers, Sheet sheet, java.util.List rowProcessors, Row parentRow)
           
CollectionRowTransformer(Row row, java.util.Set fixedSizeCollections, java.util.List cellProcessors, java.util.List rowProcessors, Configuration configuration)
           
RowCollection(Row parentRow, Property collectionProperty, int dependentRowNumber)
           
SimpleRowTransformer(Row row, java.util.List cellProcessors, Configuration configuration)
           
TagRowTransformer(Row row, Cell cell)
           
 



Copyright 2005-2005-2007 jXLS Team. All Rights Reserved.