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 WorkbookTransformationController.addSheetTransformationController(SheetTransformationController sheetTransformationController)
           
 void WorkbookTransformationControllerImpl.addSheetTransformationController(SheetTransformationController sheetTransformationController)
           
 void WorkbookTransformationController.removeSheetTransformationController(SheetTransformationController sheetTransformationController)
           
 void WorkbookTransformationControllerImpl.removeSheetTransformationController(SheetTransformationController sheetTransformationController)
           
 

Uses of SheetTransformationController in net.sf.jxls.tag
 

Fields in net.sf.jxls.tag declared as SheetTransformationController
(package private)  SheetTransformationController TagContext.stc
           
 

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
(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.