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.ss.usermodel.Cell hssfCell, Row row)
           
CellParser(org.apache.poi.ss.usermodel.Cell 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
 

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

Methods in net.sf.jxls.transformer with parameters of type Row
 ResultTransformation SheetTransformer.processRow(SheetTransformationController stc, Sheet sheet, org.apache.poi.ss.usermodel.Row hssfRow, int startCell, int endCell, java.util.Map beans, Row parentRow)
           
 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-2013 jXLS Team. All Rights Reserved.