BBjStandardGrid::getRowModelIndexFromViewIndex
Description
In BBj 6.0 and higher, this BBjStandardGrid method maps the view index of a row to the model index.
Syntax
Return Value |
Method |
int |
getRowModelIndexFromViewIndex(int index) |
Parameters
Variable |
Description |
index |
The index of a row as the user sees it. |
Return Value
Returns the index of the row in the model that corresponds to the index of the row as the user sees it.
Remarks
If the grid is unsorted, this method returns the same value passed in.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.