|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.client.ui.grid.GridHeader.HeaderRow
public class GridHeader.HeaderRow
A single row in a grid header section.
| Constructor Summary | |
|---|---|
GridHeader.HeaderRow()
|
|
| Method Summary | |
|---|---|
protected void |
addCell(GridColumn<?,?> column)
|
protected GridHeader.HeaderCell |
createCell()
|
CELLTYPE |
getCell(GridColumn<?,?> column)
Returns the cell on given GridColumn. |
protected com.vaadin.client.ui.grid.GridStaticSection<?> |
getSection()
|
boolean |
isDefault()
|
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 |
setDefault(boolean isDefault)
|
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 GridHeader.HeaderRow()
| Method Detail |
|---|
protected void setDefault(boolean isDefault)
public boolean isDefault()
protected GridHeader.HeaderCell 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 | |||||||||