Uses of Class
org.eclipse.birt.report.model.api.elements.table.LayoutSlot
Packages that use LayoutSlot
-
Uses of LayoutSlot in org.eclipse.birt.report.model.api.elements.table
Methods in org.eclipse.birt.report.model.api.elements.table that return LayoutSlotModifier and TypeMethodDescriptionprotected LayoutSlot
LayoutRow.getContainer()
Returns the layout slot in which the layout row resides.LayoutTable.getDetail()
Returns the detail slot.LayoutTable.getFooter()
Returns the footer slot.LayoutTable.getHeader()
Returns the header slot.LayoutTable.getLayoutSlot
(int slotId) Returns the slot with the given slot index.LayoutTable.getLayoutSlot
(int groupLevel, int slotId) Returns the slot with the given slot index and the group level.LayoutTableModel.getLayoutSlotDetail()
Returns the detail slot.LayoutGroup.getLayoutSlotFooter()
Returns the layout slot of the HEADER_FOOTER.LayoutTableModel.getLayoutSlotFooter()
Returns the footer slot.LayoutGroup.getLayoutSlotHeader()
Returns the layout slot of the HEADER_SLOT.LayoutTableModel.getLayoutSlotHeader()
Returns the header slot.protected LayoutSlot
LayoutTable.OverlappedArea.getSlot()
Returns the slot in which the overlapped occursMethods in org.eclipse.birt.report.model.api.elements.table with parameters of type LayoutSlotModifier and TypeMethodDescriptionprotected void
LayoutTable.addOverlappedCell
(org.eclipse.birt.report.model.elements.Cell cell, LayoutSlot slot, int rowPosn, int colPosn, int rowSpanOffset, int colSpanOffset) Update an overlapped area of a cell element into the list.protected static void
LayoutHelper.applyLayoutOnSlot
(LayoutSlot mappingSlot, org.eclipse.birt.report.model.core.ContainerSlot slot, org.eclipse.birt.report.model.core.Module module) Resolve the layout of Table Detail slot.