| 程序包 | 说明 |
|---|---|
| org.eclipse.birt.report.model.api.elements.table |
| 限定符和类型 | 字段和说明 |
|---|---|
protected LayoutTable |
LayoutSlot.tableContainer
The table in which the slot resides.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
| 构造器和说明 |
|---|
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.