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, ResultTransformation previousTransformation)
           
 

Method Detail

getRow

Row getRow()

transform

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

getTransformationBlock

Block getTransformationBlock()

setTransformationBlock

void setTransformationBlock(Block block)

getTransformationResult

ResultTransformation getTransformationResult()


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