
BBjGridData::hasNext
Description
In BBj 18.0 and higher, this method returns a boolean to determine if there is another BBjGridCell while iterating through the list in the container.
Syntax
Return Value |
Method |
boolean |
hasNext() |
Parameters
None.
Return Value
Returns true if there is another BBjGridCell. Returns false if there are no more BBjGridCells in the list.
Remarks
None.
Example
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.