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.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 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
-
-