|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 FormColumnGroup
column
- the column to addFormColumnGroup.addColumn(com.cc.framework.ui.model.FormColumn)
public FormColumn getColumn(int index)
FormColumnGroup
getColumn
in interface FormColumnGroup
index
- column index
FormColumnGroup.getColumn(int)
public int size()
size
in interface FormColumnGroup
FormColumnGroup.size()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |