Uses of Class
org.eclipse.birt.report.model.api.elements.table.LayoutTable
Packages that use LayoutTable
-
Uses of LayoutTable in org.eclipse.birt.report.model.api.elements.table
Fields in org.eclipse.birt.report.model.api.elements.table declared as LayoutTableModifier and TypeFieldDescriptionprotected LayoutTable
LayoutSlot.tableContainer
The table in which the slot resides.Methods in org.eclipse.birt.report.model.api.elements.table that return LayoutTableModifier and TypeMethodDescriptionstatic 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 LayoutTableModifier and TypeMethodDescriptionstatic void
BasicLayoutStrategies.appliesStrategies
(LayoutTable layoutTable, boolean fillsEmptyCells) Applies different strategies to the layout table and table element with the given options.protected static 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 LayoutTableModifierConstructorDescriptionFillCellsStrategy
(LayoutTable layoutTable, boolean fillsEmptyCells) Constructs aDropStrategy
with the given table.protected
LayoutGroup
(LayoutTable table, int groupLevel) Constructs aLayoutGroup
with the given table and the group level.protected
LayoutSlot
(LayoutTable table, int colBufferSize) Constructs aSlot
with the given column number.protected
LayoutSlot
(LayoutTable table, int groupId, int colBufferSize) Constructs aSlot
with the given column number and the group level.