Package com.vaadin.ui
Class Grid.FooterRow
- java.lang.Object
-
- com.vaadin.ui.Grid.StaticSection.StaticRow<Grid.FooterCell>
-
- com.vaadin.ui.Grid.FooterRow
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Grid
public static class Grid.FooterRow extends Grid.StaticSection.StaticRow<Grid.FooterCell>
Represents a footer row in Grid.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.vaadin.ui.Grid.StaticSection.StaticRow
section
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
FooterRow(Grid.StaticSection<?> section)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Grid.FooterCell
createCell()
Creates and returns a new instance of the cell type.protected String
getCellTagName()
-
Methods inherited from class com.vaadin.ui.Grid.StaticSection.StaticRow
addCell, getCell, getRowState, getStyleName, join, join, join, readDesign, removeCell, setStyleName, writeDesign
-
-
-
-
Constructor Detail
-
FooterRow
protected FooterRow(Grid.StaticSection<?> section)
-
-
Method Detail
-
createCell
protected Grid.FooterCell createCell()
Description copied from class:Grid.StaticSection.StaticRow
Creates and returns a new instance of the cell type.- Specified by:
createCell
in classGrid.StaticSection.StaticRow<Grid.FooterCell>
- Returns:
- the created cell
-
getCellTagName
protected String getCellTagName()
- Specified by:
getCellTagName
in classGrid.StaticSection.StaticRow<Grid.FooterCell>
-
-