Uses of Class
org.eclipse.birt.report.model.api.SlotHandle
Packages that use SlotHandle
Package
Description
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
-
Uses of SlotHandle in org.eclipse.birt.report.model.api
Fields in org.eclipse.birt.report.model.api declared as SlotHandleModifier and TypeFieldDescriptionprotected final SlotHandle
SlotIterator.slotHandle
Handle to the slot over which to iterate.protected final SlotHandle
SortedSlotIterator.slotHandle
Handle to the slot over which to iterate.Methods in org.eclipse.birt.report.model.api that return SlotHandleModifier and TypeMethodDescriptionGridHandle.getCellContent
(int row, int column) Gets the content slot handle of the cell at the position where the given row and column intersect.RowHandle.getCells()
Returns the cell slot of row.protected SlotHandle
GridColumnBandAdapter.getColumns()
GridHandle.getColumns()
Returns a slot handle for the columns in the grid.protected SlotHandle
TableColumnBandAdapter.getColumns()
TableHandle.getColumns()
Returns the column slot.ModuleHandleImpl.getComponents()
Returns a slot handle to work with the top-level components within the report.CssSharedStyleHandle.getContainerSlotHandle()
DesignElementHandle.getContainerSlotHandle()
Returns the a handle the the container's slot that holds this element.CellHandle.getContent()
Returns the contents of the cell.GraphicMasterPageHandle.getContent()
Returns the slot handle for the content.LibraryHandleImpl.getCubes()
abstract SlotHandle
ModuleHandleImpl.getCubes()
Gets the slot handle to work with all cube elements within the report.ModuleHandleImpl.getDataSets()
Returns a slot handle to work with the data sets within the report.ModuleHandleImpl.getDataSources()
Returns a slot handle to work with the data sources within the report.ListingHandle.getDetail()
Returns the detail slot.GroupHandle.getFooter()
Returns the footer slot.ListingHandle.getFooter()
Returns the footer slot.ListingHandle.getGroups()
Returns the group slot.GroupHandle.getHeader()
Returns the header slot in the group.ListingHandle.getHeader()
Returns the header slot.ModuleHandleImpl.getMasterPages()
Returns a slot handle to work with the master pages within the report.SimpleMasterPageHandle.getPageFooter()
Returns the page footer slot of this simple master page.SimpleMasterPageHandle.getPageHeader()
Returns the page header slot of this simple master page.ModuleHandleImpl.getParameters()
Returns a slot handle to work with the top-level parameters and parameter groups within the report.ParameterGroupHandle.getParameters()
Returns a slot handle to work with the parameters within the parameter group.FreeFormHandle.getReportItems()
Returns a slot handle to work with the Report Items within the free-form.GridHandle.getRows()
Returns a slot handle for the rows in the grid.DesignElementHandle.getSlot
(int slotID) Returns a handle to the given slot.final SlotHandle
AbstractThemeHandle.getStyles()
Returns the styles slot of row.LibraryHandleImpl.getStyles()
Deprecated.uses the theme insteadModuleHandleImpl.getStyles()
Returns a slot handle to work with the styles within the report.LibraryHandleImpl.getThemes()
Returns a slot handle to work with the themes within the library.Methods in org.eclipse.birt.report.model.api that return types with arguments of type SlotHandleModifier and TypeMethodDescriptionDesignElementHandle.slotsIterator()
Returns the iterator for slot defined on the element.Constructors in org.eclipse.birt.report.model.api with parameters of type SlotHandleModifierConstructorDescriptionSlotIterator
(SlotHandle handle) Constructs an iterator for the given slot.SortedSlotIterator
(SlotHandle handle) Constructs a sorted slot iterator with the given slot handle. -
Uses of SlotHandle in org.eclipse.birt.report.model.api.elements.table
Methods in org.eclipse.birt.report.model.api.elements.table that return SlotHandleModifier and TypeMethodDescriptionLayoutSlot.getSlot()
Returns the slot handle of the layout slot.