|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.cc.framework.ui.model.imp.ColumnContainerImp
Collumn Container implementation
| Field Summary | |
private java.util.ArrayList |
columns
The buffer with the columns of the list control |
private static long |
serialVersionUID
Serial Version UID |
| Constructor Summary | |
ColumnContainerImp()
|
|
| 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private static final long serialVersionUID
private java.util.ArrayList columns
| Constructor Detail |
public ColumnContainerImp()
| Method Detail |
public void addColumn(ColumnDesignModel column)
ColumnContainer
addColumn in interface ColumnContainercolumn - The column definition to addColumnContainer.addColumn(com.cc.framework.ui.model.ColumnDesignModel)public ColumnDesignModel[] getColumns()
ColumnContainer
getColumns in interface ColumnContainerColumnContainer.getColumns()public ColumnDesignModel getColumn(int index)
ColumnContainer
getColumn in interface ColumnContainerindex - column index
ColumnContainer.getColumn(int)public void removeColumn(ColumnDesignModel column)
ColumnContainer
removeColumn in interface ColumnContainercolumn - The column to removeColumnContainer.removeColumn(com.cc.framework.ui.model.ColumnDesignModel)public int size()
ColumnContainer
size in interface ColumnContainerColumnContainer.size()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||