Package com.vaadin.client.widgets
Class Grid.HeaderRow
- java.lang.Object
-
- com.vaadin.client.widgets.Grid.StaticSection.StaticRow<Grid.HeaderCell>
-
- com.vaadin.client.widgets.Grid.HeaderRow
-
public static class Grid.HeaderRow extends Grid.StaticSection.StaticRow<Grid.HeaderCell>
A single row in a grid header section.
-
-
Constructor Summary
Constructors Constructor Description HeaderRow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Grid.HeaderCell
createCell()
boolean
isDefault()
protected void
setDefault(boolean isDefault)
-
Methods inherited from class com.vaadin.client.widgets.Grid.StaticSection.StaticRow
addCell, getCell, getSection, getStyleName, hasSpannedCells, join, join, removeCell, setSection, setStyleName
-
-
-
-
Method Detail
-
setDefault
protected void setDefault(boolean isDefault)
-
isDefault
public boolean isDefault()
-
createCell
protected Grid.HeaderCell createCell()
- Specified by:
createCell
in classGrid.StaticSection.StaticRow<Grid.HeaderCell>
-
-