protected static class Grid.Footer extends Grid.StaticSection<Grid.FooterRow>
Grid.StaticSection.StaticCell, Grid.StaticSection.StaticRow<CELLTYPE extends Grid.StaticSection.StaticCell>
Modifier | Constructor and Description |
---|---|
protected |
Footer() |
Modifier and Type | Method and Description |
---|---|
protected Grid.FooterRow |
createRow()
Creates and returns a new instance of the row type.
|
protected void |
requestSectionRefresh()
Informs the grid that this section should be re-rendered.
|
addColumn, addRowAt, appendRow, getGrid, getRow, getRowCount, getRows, getVisibleRowCount, isVisible, prependRow, removeColumn, removeRow, removeRow, setGrid, setVisible, updateColSpans
protected Grid.FooterRow createRow()
Grid.StaticSection
createRow
in class Grid.StaticSection<Grid.FooterRow>
protected void requestSectionRefresh()
Grid.StaticSection
Note that re-render means calling update() on each cell, preAttach()/postAttach()/preDetach()/postDetach() is not called as the cells are not removed from the DOM.
requestSectionRefresh
in class Grid.StaticSection<Grid.FooterRow>
Copyright © 2019 Vaadin Ltd. All rights reserved.