|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.client.widgets.Grid.StaticSection<Grid.FooterRow>
com.vaadin.client.widgets.Grid.Footer
protected static class Grid.Footer
Represents the footer section of a Grid. The footer is always empty.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.vaadin.client.widgets.Grid.StaticSection |
|---|
Grid.StaticSection.StaticCell, Grid.StaticSection.StaticRow<CELLTYPE extends Grid.StaticSection.StaticCell> |
| Constructor Summary | |
|---|---|
protected |
Grid.Footer()
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.vaadin.client.widgets.Grid.StaticSection |
|---|
addColumn, addRowAt, appendRow, getGrid, getRow, getRowCount, getRows, getVisibleRowCount, isVisible, prependRow, removeColumn, removeRow, removeRow, setGrid, setVisible, updateColSpans |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected Grid.Footer()
| Method Detail |
|---|
protected Grid.FooterRow createRow()
Grid.StaticSection
createRow in class Grid.StaticSection<Grid.FooterRow>protected void requestSectionRefresh()
Grid.StaticSectionNote 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>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||