|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ColumnGroupRow | |
|---|---|
| com.vaadin.ui.components.grid | |
| Uses of ColumnGroupRow in com.vaadin.ui.components.grid |
|---|
| Methods in com.vaadin.ui.components.grid that return ColumnGroupRow | |
|---|---|
ColumnGroupRow |
Grid.addColumnGroupRow()
Adds a new column group to the grid. |
ColumnGroupRow |
Grid.addColumnGroupRow(int rowIndex)
Adds a new column group to the grid at a specific index |
| Methods in com.vaadin.ui.components.grid that return types with arguments of type ColumnGroupRow | |
|---|---|
java.util.List<ColumnGroupRow> |
Grid.getColumnGroupRows()
Gets the column group rows. |
| Methods in com.vaadin.ui.components.grid with parameters of type ColumnGroupRow | |
|---|---|
void |
Grid.removeColumnGroupRow(ColumnGroupRow row)
Removes a column group. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||