Package | Description |
---|---|
org.eclipse.birt.report.model.api.elements.table |
Modifier and Type | Field and Description |
---|---|
protected LayoutTable |
LayoutSlot.tableContainer
The table in which the slot resides.
|
Modifier and Type | Method and Description |
---|---|
static LayoutTable |
LayoutHelper.applyLayout(org.eclipse.birt.report.model.core.Module module,
org.eclipse.birt.report.model.elements.TableItem table)
Resolves the layout for the given table element.
|
Modifier and Type | Method and Description |
---|---|
static void |
BasicLayoutStrategies.appliesStrategies(LayoutTable layoutTable,
boolean fillsEmptyCells)
Applies different strategies to the layout table and table element with
the given options.
|
protected static java.util.List |
LayoutUtil.getFlattenedLayoutSlots(LayoutTable table)
Returns flattern slots of the layout table regardless GROUP/Table slots.
|
protected static int |
LayoutUtil.getRowCount(LayoutTable table)
Calculates the row number in the table.
|
Constructor and Description |
---|
FillCellsStrategy(LayoutTable layoutTable,
boolean fillsEmptyCells)
Constructs a
DropStrategy with the given table. |
LayoutGroup(LayoutTable table,
int groupLevel)
Constructs a
LayoutGroup with the given table and the
group level. |
LayoutSlot(LayoutTable table,
int colBufferSize)
Constructs a
Slot with the given column number. |
LayoutSlot(LayoutTable table,
int groupId,
int colBufferSize)
Constructs a
Slot with the given column number and the
group level. |
Copyright © 2008 Actuate Corp. All rights reserved.