Methods' Details |
getColumnCount
- Description
- Returns the number of columns.
- Returns
- the number of columns.
|
|
addColumn
- Description
- Adds a column to the model.
- Parameter column
- the column to add to the model.
- Returns
- the index of new created column.
|
|
getColumns
- Description
- Returns all columns of the model.
- Returns
- all columns associated with the model in a sequence of XGridColumn.
|
|
getColumn
- Description
- Returns a specific column.
- Parameter index
- the position of the reuquested column.
- Returns
- the requested column.
|
|
addColumnListener
- Description
- Adds a listener for the GridColumnEvent posted after the grid changes.
- Parameter Listener
- the listener to add.
|
|
removeColumnListener
- Description
- Removes a listener previously added with addColumnListener().
- 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.