Class HeaderToolbarElementJsonHandler
- java.lang.Object
-
- net.sf.jasperreports.components.headertoolbar.json.HeaderToolbarElementJsonHandler
-
- All Implemented Interfaces:
GenericElementHandler,GenericElementJsonHandler
public class HeaderToolbarElementJsonHandler extends java.lang.Object implements GenericElementJsonHandler
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHeaderToolbarElementJsonHandler.ColumnInfostatic classHeaderToolbarElementJsonHandler.GroupInfo
-
Field Summary
-
Fields inherited from interface net.sf.jasperreports.engine.export.GenericElementJsonHandler
PARAMETER_CLEAR_CONTEXT_CACHE
-
-
Constructor Summary
Constructors Constructor Description HeaderToolbarElementJsonHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.TimeZonegetFilterTimeZone(JasperPrint jasperPrint, JRGenericPrintElement element)java.lang.StringgetJsonFragment(JsonExporterContext context, JRGenericPrintElement element)Returns an JSON fragment that is to be inserted in the export output.booleantoExport(JRGenericPrintElement element)Decides whether a generic print element is to be exported.
-
-
-
Method Detail
-
getJsonFragment
public java.lang.String getJsonFragment(JsonExporterContext context, JRGenericPrintElement element)
Description copied from interface:GenericElementJsonHandlerReturns an JSON fragment that is to be inserted in the export output.- Specified by:
getJsonFragmentin interfaceGenericElementJsonHandlerelement- the generic print element- Returns:
- the JSON fragment that represents the exported element
-
getFilterTimeZone
protected java.util.TimeZone getFilterTimeZone(JasperPrint jasperPrint, JRGenericPrintElement element)
-
toExport
public boolean toExport(JRGenericPrintElement element)
Description copied from interface:GenericElementHandlerDecides whether a generic print element is to be exported.- Specified by:
toExportin interfaceGenericElementHandler- Parameters:
element- the element- Returns:
- whether the element is to be exported or skipped
-
-