Class FillCellsStrategy
java.lang.Object
org.eclipse.birt.report.model.api.elements.table.FillCellsStrategy
The strategy to fill empty areas with
LayoutCell
s and
Cell
elements.-
Constructor Summary
ConstructorsConstructorDescriptionFillCellsStrategy
(LayoutTable layoutTable, boolean fillsEmptyCells) Constructs aDropStrategy
with the given table. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Applies different stragegies to the layout table and table element with the given options.
-
Constructor Details
-
FillCellsStrategy
Constructs aDropStrategy
with the given table.- Parameters:
layoutTable
- the layout tablefillsEmptyCells
-true
if cell elements are filled in empty areas. Otherwisefalse
.
-
-
Method Details
-
applyStrategy
public void applyStrategy()Applies different stragegies to the layout table and table element with the given options.
-