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.components.grid.
Class Footer
- java.lang.Object
-
- com.vaadin.ui.components.grid.StaticSection<Footer.Row>
-
- com.vaadin.ui.components.grid.Footer
-
All Implemented Interfaces:
public abstract class Footer extends StaticSection<Footer.Row>
Represents the footer section of a Grid.
Since:
8.0
Author:
Vaadin Ltd.
See Also:
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
Footer.Row
A row in a Grid Footer.
-
Nested classes/interfaces inherited from class com.vaadin.ui.components.grid.StaticSection
StaticSection.StaticRow<CELL extends com.vaadin.ui.components.grid.StaticSection.StaticCell>
-
-
Constructor Summary
Constructors Constructor Description Footer()
-
Method Summary
All Methods Modifier and Type Method Description Footer.Row
createRow()
Creates a new row instance.
-
Methods inherited from class com.vaadin.ui.components.grid.StaticSection
addColumn, addRowAt, getColumnByInternalId, getGrid, getInternalIdForColumn, getRow, getRowCount, getRows, getState, isVisible, markAsDirty, readDesign, removeColumn, removeRow, removeRow, setVisible, writeDesign
-
-
-
-
Method Detail
-
createRow
public Footer.Row createRow()
Description copied from class:
StaticSection
Creates a new row instance.
Specified by:
createRow
in classStaticSection<Footer.Row>
Returns:
the new row
-
-