Methods' Details |
getRowCount
- Description
- Returns the number of rows in in the model.
- Returns
- the number of rows.
|
|
addRow
void |
addRow( |
[in] string |
headername, |
| [in] sequence< string > |
data ); |
- Description
- Adds a row to the model.
- Parameter headername
- specifies the name of the row.
- Parameter data
- the content of the row.
|
|
removeRow
void |
removeRow( |
[in] long |
index ); |
- Description
- Removes a row from the model.
- Parameter index
- the index of the row that should be removed.
|
|
removeAll
- Description
- Removes all rows from the model.
|
|
addDataListener
- Description
- Adds a listener for the GridDataEvent posted after the grid changes.
- Parameter Listener
- the listener to add.
|
|
removeDataListener
- Description
- Removes a listener previously added with addDataListener().
- 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.