We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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:
Enclosing class:
public static class Grid.FooterRow extends Grid.StaticSection.StaticRow<Grid.FooterCell>
Represents a footer row in Grid.
See Also:
-
-
Field Summary
-
Fields inherited from class com.vaadin.ui.Grid.StaticSection.StaticRow
section
-
-
Constructor Summary
Constructors Modifier Constructor and Description protected
FooterRow(Grid.StaticSection<?> section)
-
Method Summary
All Methods Modifier and Type Method and 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>
-
-