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()
-
Methods inherited from class com.vaadin.client.widgets.Grid.StaticSection.StaticRow
addCell, getCell, getSection, getStyleName, hasSpannedCells, join, join, removeCell, setSection, setStyleName
-
-
-
-
Method Detail
-
createCell
protected Grid.FooterCell createCell()
- Specified by:
createCell
in classGrid.StaticSection.StaticRow<Grid.FooterCell>
-
-