Methods' Details |
selectAllRows
- Description
- Selects all rows.
|
|
selectRow
void |
selectRow( |
[in] long |
RowIndex ); |
- Description
- selects a given row
- Parameter RowIndex
- denotes the index of the row to select
|
|
deselectAllRows
- Description
- Deselects all selected rows.
|
|
deselectRow
void |
deselectRow( |
[in] long |
RowIndex ); |
- Description
- removes the selection for a given row
- Parameter RowIndex
- denotes the index of the row to deselect
|
|
getSelection
sequence< long > |
getSelection(); |
- Description
- Returns the indices of all selected rows.
- Returns
- a sequence of indices.
|
|
isSelectionEmpty
boolean |
isSelectionEmpty(); |
- Description
- Returns whether rows are selected.
- Returns
- true if rows are selected otherwise false.
|
|
isSelectedIndex
boolean |
isSelectedIndex( |
[in] long |
index ); |
- Description
- Returns whether a specific row is selected.
- Parameter the
- index of a row.
- Returns
- true if row are selected otherwise false.
|
|
addSelectionListener
- Description
- Adds a listener for the GridSelectionEvent posted after the grid changes.
- Parameter listener
- the listener to add.
|
|
removeSelectionListener
- Description
- Removes a listener previously added with addSelectionListener().
- Parameter listener
- the listener to remove.
|
|
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.