Components in a BI Beans table or crosstab can be represented by the following
ComponentHandle
subclasses:
DataComponentHandle
-- Represents a cell in the databody.
DataRangeComponentHandle
-- Represents a range of cells in the databody.
ColumnComponenHandle
-- Represents a column of data in the databody.
ColumnRangeComponentHandle
-- Represents a range of columns in the databody.
RowComponentHandle
-- Represents a row of data in the databody.
RowRangeComponentHandle
-- Represents a range of rows in the databody.
EdgeComponentHandle
-- Represents a cell in a row header or column header.
Note: In a table, a TableEdgeComponentHandle
is used.
EdgeRangeComponentHandle
-- Represents a range of cells in a row header or
column header.
Note: In a table, a TableEdgeRangeComponentHandle
is used.
PageItemComponentHandle
-- Represents an item in the paging control of the table
or crosstab
NonDataComponentHandle
-- Represents a part of the table or crosstab that does not
represent data, such as a row or column highlighter or the table or crosstab itself.