net.sf.jxls.transformer
Interface RowTransformer

All Known Implementing Classes:
BaseRowTransformer, CollectionRowTransformer, SimpleRowTransformer, TagRowTransformer

public interface RowTransformer

Defines row transformation methods


Method Summary
 Row getRow()
           
 Block getTransformationBlock()
           
 ResultTransformation getTransformationResult()
           
 void setTransformationBlock(Block block)
           
 ResultTransformation transform(SheetTransformationController stc, SheetTransformer sheetTransformer, java.util.Map beans)
           
 

Method Detail

getRow

Row getRow()

transform

ResultTransformation transform(SheetTransformationController stc,
                               SheetTransformer sheetTransformer,
                               java.util.Map beans)

getTransformationBlock

Block getTransformationBlock()

setTransformationBlock

void setTransformationBlock(Block block)

getTransformationResult

ResultTransformation getTransformationResult()


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