public final class ColumnGroup extends Column
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Column> |
getColumnGroup()
Return the list of columns contained within this column group.
|
Widget |
getWidget()
Throw an exception indicating that the getWidget method is not supported by a Column Group.
|
void |
setColumnGroup(java.util.List<Column> columnList)
Set the list of columns that should be contained within this column group.
|
void |
setWidget(Widget widget)
Throw an exception indicating that the setWidget method is not supported by a Column Group.
|
create, getColumnElement, getDefaultLabelExpr, getDefinition, getLabel, setDefinition, setLabelpublic void setColumnGroup(java.util.List<Column> columnList)
public java.util.List<Column> getColumnGroup()
public Widget getWidget()