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 and Description FooterRow()
-
Method Summary
All Methods Modifier and Type Method and 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>
-
-