Class ColumnBandData
java.lang.Object
org.eclipse.birt.report.model.api.ColumnBandData
- All Implemented Interfaces:
Cloneable
Represents the data structure to store copied objects like the column and
cells.
-
Method Summary
-
Method Details
-
getColumn
protected org.eclipse.birt.report.model.elements.TableColumn getColumn()Returns the copied column.- Returns:
- the copied column.
-
getCells
Returns cells after the copy operation.- Returns:
- a list containing cells. Each element in the list is a
CellContextInfo
.
-
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-
copy
Deeply clones the column band data.- Returns:
- the copy of the column band data
-