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 requested column.
- Returns
- the requested column.
|
|
setDefaultColumns
void |
setDefaultColumns( |
[in] long |
elements ); |
- Description
- Sets default columns to the column model.
- Parameter elements
- the number of default columns that should be set.
|
|
copyColumn
- Description
- Creates new XGridColumn with the settings of other column. To be used if the columns which are added to
the column model have the same settings.
- Parameter column
- the column, which is already created
|
|
Copyright © 1995, 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.