Uses of Class
org.eclipse.birt.report.model.api.elements.table.LayoutSlot

Packages that use LayoutSlot
org.eclipse.birt.report.model.api.elements.table   
 

Uses of LayoutSlot in org.eclipse.birt.report.model.api.elements.table
 

Methods in org.eclipse.birt.report.model.api.elements.table that return LayoutSlot
protected  LayoutSlot LayoutRow.getContainer()
          Returns the layout slot in which the layout row resides.
 LayoutSlot LayoutTable.getDetail()
          Returns the detail slot.
 LayoutSlot LayoutTable.getFooter()
          Returns the footer slot.
 LayoutSlot LayoutTable.getHeader()
          Returns the header slot.
 LayoutSlot LayoutTable.getLayoutSlot(int slotId)
          Returns the slot with the given slot index.
 LayoutSlot LayoutTable.getLayoutSlot(int groupLevel, int slotId)
          Returns the slot with the given slot index and the group level.
 LayoutSlot LayoutTableModel.getLayoutSlotDetail()
          Returns the detail slot.
 LayoutSlot LayoutTableModel.getLayoutSlotFooter()
          Returns the footer slot.
 LayoutSlot LayoutGroup.getLayoutSlotFooter()
          Returns the layout slot of the HEADER_FOOTER.
 LayoutSlot LayoutTableModel.getLayoutSlotHeader()
          Returns the header slot.
 LayoutSlot LayoutGroup.getLayoutSlotHeader()
          Returns the layout slot of the HEADER_SLOT.
protected  LayoutSlot LayoutTable.OverlappedArea.getSlot()
          Returns the slot in which the overlapped occurs
 

Methods in org.eclipse.birt.report.model.api.elements.table with parameters of type LayoutSlot
protected  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.
 



Copyright © 2008 Actuate Corp. All rights reserved.