|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.client.widgets.Grid.StaticSection.StaticRow<CELLTYPE>
CELLTYPE - the type of the cells in the rowpublic abstract static class Grid.StaticSection.StaticRow<CELLTYPE extends Grid.StaticSection.StaticCell>
Abstract base class for Grid header and footer rows.
| Constructor Summary | |
|---|---|
Grid.StaticSection.StaticRow()
|
|
| Method Summary | |
|---|---|
protected void |
addCell(Grid.Column<?,?> column)
|
protected abstract CELLTYPE |
createCell()
|
CELLTYPE |
getCell(Grid.Column<?,?> column)
Returns the cell on given GridColumn. |
protected Grid.StaticSection<?> |
getSection()
|
java.lang.String |
getStyleName()
Returns the custom style name for this row. |
boolean |
hasSpannedCells()
Returns true if this row contains spanned cells. |
CELLTYPE |
join(CELLTYPE... cells)
Merges columns cells in a row |
CELLTYPE |
join(Grid.Column<?,?>... columns)
Merges columns cells in a row |
protected void |
removeCell(Grid.Column<?,?> column)
|
protected void |
setSection(Grid.StaticSection<?> section)
|
void |
setStyleName(java.lang.String styleName)
Sets a custom style name for this row. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Grid.StaticSection.StaticRow()
| Method Detail |
|---|
public CELLTYPE getCell(Grid.Column<?,?> column)
column - the column in grid
public boolean hasSpannedCells()
true if this row contains spanned cells.
public CELLTYPE join(Grid.Column<?,?>... 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(Grid.Column<?,?> column)
protected void removeCell(Grid.Column<?,?> column)
protected abstract CELLTYPE createCell()
protected Grid.StaticSection<?> getSection()
protected void setSection(Grid.StaticSection<?> section)
public java.lang.String getStyleName()
public void setStyleName(java.lang.String styleName)
styleName - the style name to set or null to not use any style
name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||