Interface GenericElementHandler
-
- All Known Subinterfaces:
GenericElementCsvHandler,GenericElementDocxHandler,GenericElementGraphics2DHandler,GenericElementHtmlHandler,GenericElementJsonHandler,GenericElementOdsHandler,GenericElementOdtHandler,GenericElementPdfHandler,GenericElementPptxHandler,GenericElementRtfHandler,GenericElementTransformer,GenericElementXlsHandler,GenericElementXlsMetadataHandler,GenericElementXlsxHandler,GenericElementXlsxMetadataHandler,GenericElementXmlHandler
- All Known Implementing Classes:
BaseElementHtmlHandler,CrosstabInteractiveJsonHandler,FlashHtmlHandler,HeaderToolbarElementJsonHandler,IconLabelElementCsvHandler,IconLabelElementDocxHandler,IconLabelElementGraphics2DHandler,IconLabelElementHtmlHandler,IconLabelElementOdsHandler,IconLabelElementOdtHandler,IconLabelElementPdfHandler,IconLabelElementPptxHandler,IconLabelElementRtfHandler,IconLabelElementXlsHandler,IconLabelElementXlsxHandler,IconLabelElementXmlHandler,MapElementDocxHandler,MapElementGraphics2DHandler,MapElementHtmlHandler,MapElementJsonHandler,MapElementOdsHandler,MapElementOdtHandler,MapElementPdfHandler,MapElementPptxHandler,MapElementRtfHandler,MapElementXlsHandler,MapElementXlsxHandler,MapElementXmlHandler,SortElementHtmlHandler,SortElementJsonHandler
public interface GenericElementHandlerA generic print element export handler.This interface is common to all export handlers. Specialized handler interfaces exist for each exporter.
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleantoExport(JRGenericPrintElement element)Decides whether a generic print element is to be exported.
-
-
-
Method Detail
-
toExport
boolean toExport(JRGenericPrintElement element)
Decides whether a generic print element is to be exported.- Parameters:
element- the element- Returns:
- whether the element is to be exported or skipped
-
-