|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines the properties for a container of columns
| Method Summary | |
void |
addColumn(ColumnDesignModel column)
Adds a new column definition to the ListControl |
ColumnDesignModel |
getColumn(int index)
Returns the column with the given index |
ColumnDesignModel[] |
getColumns()
Returns an array with all column definitions |
void |
removeColumn(ColumnDesignModel column)
Removes a column |
int |
size()
Returns the number of columns |
| Method Detail |
public void addColumn(ColumnDesignModel column)
column - The column definition to addpublic void removeColumn(ColumnDesignModel column)
column - The column to removepublic ColumnDesignModel[] getColumns()
public ColumnDesignModel getColumn(int index)
index - column index
public int size()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||