Package com.vaadin.client.widgets
Class Grid.FooterRow
- java.lang.Object
-
- com.vaadin.client.widgets.Grid.StaticSection.StaticRow<Grid.FooterCell>
-
- com.vaadin.client.widgets.Grid.FooterRow
-
public static class Grid.FooterRow extends Grid.StaticSection.StaticRow<Grid.FooterCell>
A single row in a grid Footer section.
-
-
Constructor Summary
Constructors Constructor Description FooterRow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Grid.FooterCell
createCell()
Creates a cell of a type that matches this row.-
Methods inherited from class com.vaadin.client.widgets.Grid.StaticSection.StaticRow
addCell, getCell, getSection, getSizeOfCellGroup, getStyleName, hasSpannedCells, join, join, removeCell, setSection, setStyleName
-
-
-
-
Method Detail
-
createCell
protected Grid.FooterCell createCell()
Description copied from class:Grid.StaticSection.StaticRow
Creates a cell of a type that matches this row.- Specified by:
createCell
in classGrid.StaticSection.StaticRow<Grid.FooterCell>
- Returns:
- a new cell
-
-