Class ListDesignConverter
java.lang.Object
net.sf.jasperreports.components.list.ListDesignConverter
- All Implemented Interfaces:
- ComponentDesignConverter
List preview converter.
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionconvert(ReportConverter reportConverter, JRComponentElement element) Converts a component element into a print element that represents a preview of the component.
- 
Constructor Details- 
ListDesignConverterpublic ListDesignConverter()
 
- 
- 
Method Details- 
convertDescription copied from interface:ComponentDesignConverterConverts a component element into a print element that represents a preview of the component.- Specified by:
- convertin interface- ComponentDesignConverter
- Parameters:
- reportConverter- the report converter instance
- element- the component element
- Returns:
- a print element that represents a preview of the component
 
 
-