|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LayoutTable | |
---|---|
org.eclipse.birt.report.model.api.elements.table |
Uses of LayoutTable in org.eclipse.birt.report.model.api.elements.table |
---|
Fields in org.eclipse.birt.report.model.api.elements.table declared as LayoutTable | |
---|---|
protected LayoutTable |
LayoutSlot.tableContainer
The table in which the slot resides. |
Methods in org.eclipse.birt.report.model.api.elements.table that return LayoutTable | |
---|---|
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. |
Methods in org.eclipse.birt.report.model.api.elements.table with parameters of type LayoutTable | |
---|---|
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. |
Constructors in org.eclipse.birt.report.model.api.elements.table with parameters of type LayoutTable | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |