net.sf.jxls.transformer
Interface RowTransformer
- All Known Implementing Classes:
- BaseRowTransformer, CollectionRowTransformer, SimpleRowTransformer, TagRowTransformer
public interface RowTransformer
Defines row transformation methods
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.