Package com.vaadin.ui
Class Grid.Footer
- java.lang.Object
-
- com.vaadin.ui.Grid.StaticSection<Grid.FooterRow>
-
- com.vaadin.ui.Grid.Footer
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Grid
protected static class Grid.Footer extends Grid.StaticSection<Grid.FooterRow>
Represents the footer section of a Grid. By default Footer is not visible.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.vaadin.ui.Grid.StaticSection
Grid.StaticSection.StaticRow<CELLTYPE extends com.vaadin.ui.Grid.StaticSection.StaticCell>
-
-
Field Summary
-
Fields inherited from class com.vaadin.ui.Grid.StaticSection
grid, rows
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Grid.FooterRow
createRow()
protected GridStaticSectionState
getSectionState()
protected void
sanityCheck()
Performs a sanity check that section is in correct state.-
Methods inherited from class com.vaadin.ui.Grid.StaticSection
addColumn, addRowAt, appendRow, getRow, getRowCount, isVisible, markAsDirty, prependRow, readDesign, removeColumn, removeRow, removeRow, setVisible, writeDesign
-
-
-
-
Constructor Detail
-
Footer
protected Footer(Grid grid)
-
-
Method Detail
-
getSectionState
protected GridStaticSectionState getSectionState()
- Specified by:
getSectionState
in classGrid.StaticSection<Grid.FooterRow>
-
createRow
protected Grid.FooterRow createRow()
- Specified by:
createRow
in classGrid.StaticSection<Grid.FooterRow>
-
sanityCheck
protected void sanityCheck() throws IllegalStateException
Description copied from class:Grid.StaticSection
Performs a sanity check that section is in correct state.- Overrides:
sanityCheck
in classGrid.StaticSection<Grid.FooterRow>
- Throws:
IllegalStateException
- if merged cells are not i n continuous range
-
-