Uses of Class
net.sf.jxls.transformation.ResultTransformation

Packages that use ResultTransformation
net.sf.jxls.tag   
net.sf.jxls.transformation   
net.sf.jxls.transformer   
 

Uses of ResultTransformation in net.sf.jxls.tag
 

Methods in net.sf.jxls.tag that return ResultTransformation
 ResultTransformation OutTag.process(SheetTransformer sheetTransformer)
           
 ResultTransformation ForEachTag.process(SheetTransformer sheetTransformer)
           
 ResultTransformation Tag.process(SheetTransformer sheetTransformer)
           
 ResultTransformation OutlineTag.process(SheetTransformer sheetTransformer)
           
 ResultTransformation IfTag.process(SheetTransformer sheetTransformer)
           
 ResultTransformation SQLTag.process(SheetTransformer sheetTransformer)
           
 

Uses of ResultTransformation in net.sf.jxls.transformation
 

Methods in net.sf.jxls.transformation that return ResultTransformation
 ResultTransformation ResultTransformation.add(ResultTransformation transformation)
           
 ResultTransformation ResultTransformation.addNextRowShift(int shift)
           
 ResultTransformation ResultTransformation.addRightShift(short shift)
           
 

Methods in net.sf.jxls.transformation with parameters of type ResultTransformation
 ResultTransformation ResultTransformation.add(ResultTransformation transformation)
           
 

Uses of ResultTransformation in net.sf.jxls.transformer
 

Methods in net.sf.jxls.transformer that return ResultTransformation
 ResultTransformation SimpleRowTransformer.getTransformationResult()
           
 ResultTransformation CollectionRowTransformer.getTransformationResult()
           
 ResultTransformation TagRowTransformer.getTransformationResult()
           
 ResultTransformation RowTransformer.getTransformationResult()
           
(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
 ResultTransformation SimpleRowTransformer.transform(SheetTransformationController stc, SheetTransformer sheetTransformer, java.util.Map beans)
           
(package private)  ResultTransformation ChainTransformer.transform(SheetTransformationController stc, SheetTransformer sheetTransformer, java.util.Map beans)
           
 ResultTransformation CollectionRowTransformer.transform(SheetTransformationController stc, SheetTransformer sheetTransformer, java.util.Map beans)
           
 ResultTransformation TagRowTransformer.transform(SheetTransformationController stc, SheetTransformer sheetTransformer, java.util.Map beans)
           
 ResultTransformation RowTransformer.transform(SheetTransformationController stc, SheetTransformer sheetTransformer, java.util.Map beans)
           
 



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