public class FillCellsStrategy
extends java.lang.Object
LayoutCell
s and
Cell
elements.Constructor and Description |
---|
FillCellsStrategy(LayoutTable layoutTable,
boolean fillsEmptyCells)
Constructs a
DropStrategy with the given table. |
Modifier and Type | Method and Description |
---|---|
void |
applyStrategy()
Applies different stragegies to the layout table and table element with
the given options.
|
public FillCellsStrategy(LayoutTable layoutTable, boolean fillsEmptyCells)
DropStrategy
with the given table.layoutTable
- the layout tablefillsEmptyCells
- true
if cell elements are filled in empty
areas. Otherwise false
.Copyright © 2008 Actuate Corp. All rights reserved.