Package 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:
Serializable
public abstract class Footer extends StaticSection<Footer.Row>
Represents the footer section of a Grid.- Since:
- 8.0
- Author:
- Vaadin Ltd.
- See Also:
- Serialized Form
-
-
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 Instance Methods Concrete 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
-
-