Uses of Interface
net.sf.jxls.controller.SheetTransformationController

Packages that use SheetTransformationController
net.sf.jxls.controller   
net.sf.jxls.tag   
net.sf.jxls.transformer   
 

Uses of SheetTransformationController in net.sf.jxls.controller
 

Classes in net.sf.jxls.controller that implement SheetTransformationController
 class SheetTransformationControllerImpl
          This class controls and saves all transforming operations on spreadsheet cells.
 

Methods in net.sf.jxls.controller with parameters of type SheetTransformationController
 void WorkbookTransformationControllerImpl.addSheetTransformationController(SheetTransformationController sheetTransformationController)
           
 void WorkbookTransformationController.addSheetTransformationController(SheetTransformationController sheetTransformationController)
           
 void WorkbookTransformationControllerImpl.removeSheetTransformationController(SheetTransformationController sheetTransformationController)
           
 void WorkbookTransformationController.removeSheetTransformationController(SheetTransformationController sheetTransformationController)
           
 

Uses of SheetTransformationController in net.sf.jxls.tag
 

Methods in net.sf.jxls.tag that return SheetTransformationController
 SheetTransformationController TagContext.getSheetTransformationController()
           
 

Methods in net.sf.jxls.tag with parameters of type SheetTransformationController
 void TagContext.setSheetTransformationController(SheetTransformationController stc)
           
 

Constructors in net.sf.jxls.tag with parameters of type SheetTransformationController
TagContext(SheetTransformationController stc, SheetTransformer sheetTransformer, Sheet sheet, Block tagBody, java.util.Map beans)
           
 

Uses of SheetTransformationController in net.sf.jxls.transformer
 

Methods in net.sf.jxls.transformer with parameters of type SheetTransformationController
 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
 ResultTransformation TagRowTransformer.transform(SheetTransformationController stc, SheetTransformer sheetTransformer, java.util.Map beans, ResultTransformation previousTransformation)
           
 ResultTransformation SimpleRowTransformer.transform(SheetTransformationController stc, SheetTransformer sheetTransformer, java.util.Map beans, ResultTransformation previousTransformation)
           
 ResultTransformation RowTransformer.transform(SheetTransformationController stc, SheetTransformer sheetTransformer, java.util.Map beans, ResultTransformation previousTransformation)
           
 ResultTransformation CollectionRowTransformer.transform(SheetTransformationController stc, SheetTransformer sheetTransformer, java.util.Map beans, ResultTransformation previousTransformation)
           
 



Copyright © 2005-2013 jXLS Team. All Rights Reserved.