Methods' Details |
getMinSelectionIndex
long |
getMinSelectionIndex(); |
- Description
- Returns the lowest index of the selection.
- Returns
- the lowest index.
|
|
getMaxSelectionIndex
long |
getMaxSelectionIndex(); |
- Description
- Returns the highest index of the selection.
- Returns
- the highest index.
|
|
insertIndexIntervall
[oneway] void |
insertIndexIntervall( |
[in] long |
start, |
| [in] long |
length ); |
- Description
- Adds a selection intervall.
- Parameter start
- the start row index.
- Parameter length
- the number of rows to be selected.
|
|
removeIndexIntervall
[oneway] void |
removeIndexIntervall( |
[in] long |
start, |
| [in] long |
length ); |
- Description
- Removes a selection intervall.
- Parameter start
- the start row index.
- Parameter length
- the number of rows to be selected.
|
|
getSelection
sequence< long > |
getSelection(); |
- Description
- Returns the indicies of all selected rows.
- Returns
- a sequence of indicies.
|
|
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.
|
|
selectRow
[oneway] void |
selectRow( |
[in] long |
y ); |
- Description
- Marks a row as selected.
- Parameter the
- index of a row.
|
|
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 © 2011, 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.