BBjGridData
Description
In BBj 18.0 and higher, this object collects a snapshot of data from a particular group of user specified grid cells.
Creation
BBjAPI > BBjSysGui > BBjWindow > BBjStandardGrid > BBjGridData
A BBjGridData object is created through the BBjGrid
using one of the following methods:
Return Value |
Method |
---|---|
BBjGridData |
getCellRange(int p_startRow, int p_startCol, int p_endRow, int p_endCol) |
BBjGridData |
geColumnData(int p_col, int p_startRow, int p_endRow) |
BBjGridData |
getRowData(int p_row) |
BBjGridData |
getRowData(int p_startRow, int p_endRow) |
Methods of BBjGridData
Return Value |
Method |
---|---|
boolean |
contains(int p_row, int p_col) |
first() |
|
get(int p_row, int p_col) |
|
getList() |
|
int |
getSize() |
boolean |
hasNext() |
boolean |
isEmpty() |
last() |
|
next() |
|
boolean |
remove(int p_row, int p_col) |
void |
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.