Uses of Class
org.eclipse.birt.report.model.api.RowBandAdapter
Packages that use RowBandAdapter
Package
Description
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
-
Uses of RowBandAdapter in org.eclipse.birt.report.model.api
Subclasses of RowBandAdapter in org.eclipse.birt.report.model.apiModifier and TypeClassDescriptionclass
Represents an object of copied objects when do copy/paste operations between grids.class
Represents an object of copied objects when do copy/paste operations between tables.Fields in org.eclipse.birt.report.model.api declared as RowBandAdapterModifier and TypeFieldDescriptionprotected RowBandAdapter
RowBandAction.adapter
Adapter to work on the grid/table columns.protected RowBandAdapter
RowBandAction.adapter
Adapter to work on the grid/table columns.protected RowBandAdapter
RowBandAction.adapter
Adapter to work on the grid/table columns.protected RowBandAdapter
RowBandAction.adapter
Adapter to work on the grid/table columns.Constructors in org.eclipse.birt.report.model.api with parameters of type RowBandAdapterModifierConstructorDescriptionRowBandInsertAction
(RowBandAdapter adapter) Constructs aRowBandAdapter
for the insert action.RowBandPasteAction
(RowBandAdapter adapter) Constructs aRowBandAdapter
for the paste action.RowBandShiftAction
(RowBandAdapter adapter) Constructs a defaultRowBandAdapter
.