|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.cc.framework.ui.model.imp.FormColumnGroupImp
A form column group defines the visual attributes for the columns of a form element group
| Field Summary | |
private java.util.List |
columns
The column list |
| Constructor Summary | |
FormColumnGroupImp()
|
|
| Method Summary | |
void |
addColumn(FormColumn column)
Adds a new column to the column group |
FormColumn |
getColumn(int index)
Retrieves the column with the given index |
int |
size()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.util.List columns
| Constructor Detail |
public FormColumnGroupImp()
| Method Detail |
public void addColumn(FormColumn column)
FormColumnGroup
addColumn in interface FormColumnGroupcolumn - the column to addFormColumnGroup.addColumn(com.cc.framework.ui.model.FormColumn)public FormColumn getColumn(int index)
FormColumnGroup
getColumn in interface FormColumnGroupindex - column index
FormColumnGroup.getColumn(int)public int size()
size in interface FormColumnGroupFormColumnGroup.size()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||