Uses of Class
net.sf.jasperreports.engine.component.FillPrepareResult
Packages that use FillPrepareResult
Package
Description
Contains classes for the built-in Barbecue component.
Contains classes for the built-in Barcode4J component.
Contains classes for the built-in Icon Label component.
Contains classes for the built-in List component.
Contains classes for the built-in Spider Chart component.
Contains fill time implementations for subreport component related interfaces.
Provides interfaces and base classes for the built-in JasperReports component functionality.
- 
Uses of FillPrepareResult in net.sf.jasperreports.barbecueMethods in net.sf.jasperreports.barbecue that return FillPrepareResult
- 
Uses of FillPrepareResult in net.sf.jasperreports.barcode4jMethods in net.sf.jasperreports.barcode4j that return FillPrepareResult
- 
Uses of FillPrepareResult in net.sf.jasperreports.components.iconlabelMethods in net.sf.jasperreports.components.iconlabel that return FillPrepareResult
- 
Uses of FillPrepareResult in net.sf.jasperreports.components.listMethods in net.sf.jasperreports.components.list that return FillPrepareResult
- 
Uses of FillPrepareResult in net.sf.jasperreports.components.spiderchartMethods in net.sf.jasperreports.components.spiderchart that return FillPrepareResult
- 
Uses of FillPrepareResult in net.sf.jasperreports.components.subreport.fillMethods in net.sf.jasperreports.components.subreport.fill that return FillPrepareResultModifier and TypeMethodDescriptionSubreportFillComponent.prepare(int availableHeight) SubreportFillComponent.prepare(int availableHeight, boolean isOverflowAllowed) protected FillPrepareResultComponentFillSubreport.prepareSubreport(int availableHeight, boolean isOverflow, boolean isOverflowAllowed) 
- 
Uses of FillPrepareResult in net.sf.jasperreports.engine.componentFields in net.sf.jasperreports.engine.component declared as FillPrepareResultModifier and TypeFieldDescriptionstatic final FillPrepareResultFillPrepareResult.NO_PRINT_NO_OVERFLOWA result that indicates that the component will not print and does not require a band overflow.static final FillPrepareResultFillPrepareResult.PRINT_NO_STRETCHA result that indicates that the component will print, but will not stretch vertically.Methods in net.sf.jasperreports.engine.component that return FillPrepareResultModifier and TypeMethodDescriptionFillPrepareResult.addStretch(int delta) static FillPrepareResultFillPrepareResult.noPrintOverflow(int stretchHeight) Returns a result that indicates that the component will not print (at the current position in the generated report), but requires an overflow so that it can print on a new column/page.FillComponent.prepare(int availableHeight) Deprecated.default FillPrepareResultFillComponent.prepare(int availableHeight, boolean isOverflowAllowed) Prepares to fill the component by deciding whether the component will print, and how much vertical space it will require.static FillPrepareResultFillPrepareResult.printStretch(int stretchHeight, boolean overflow) Returns a result which indicates that the component will print at the current position, and optionally consume more vertical space and/or require a band overflow.
FillComponent.prepare(int, boolean).