|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.client.ui.grid.GridFooter.FooterRow
public class GridFooter.FooterRow
A single row in a grid Footer section.
| Constructor Summary | |
|---|---|
GridFooter.FooterRow()
|
|
| Method Summary | |
|---|---|
protected void |
addCell(GridColumn<?,?> column)
|
protected GridFooter.FooterCell |
createCell()
|
CELLTYPE |
getCell(GridColumn<?,?> column)
Returns the cell on given GridColumn. |
protected com.vaadin.client.ui.grid.GridStaticSection<?> |
getSection()
|
CELLTYPE |
join(CELLTYPE... cells)
Merges columns cells in a row |
CELLTYPE |
join(GridColumn<?,?>... columns)
Merges columns cells in a row |
protected void |
removeCell(GridColumn<?,?> column)
|
protected void |
setSection(com.vaadin.client.ui.grid.GridStaticSection<?> section)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GridFooter.FooterRow()
| Method Detail |
|---|
protected GridFooter.FooterCell createCell()
public CELLTYPE getCell(GridColumn<?,?> column)
column - the column in grid
public CELLTYPE join(GridColumn<?,?>... columns)
columns - the columns which header should be merged
public CELLTYPE join(CELLTYPE... cells)
cells - The cells to merge. Must be from the same row.
protected void addCell(GridColumn<?,?> column)
protected void removeCell(GridColumn<?,?> column)
protected com.vaadin.client.ui.grid.GridStaticSection<?> getSection()
protected void setSection(com.vaadin.client.ui.grid.GridStaticSection<?> section)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||