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.
Class Grid.Footer
- java.lang.Object
-
- com.vaadin.ui.Grid.StaticSection<Grid.FooterRow>
-
- com.vaadin.ui.Grid.Footer
-
All Implemented Interfaces:
Enclosing class:
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:
-
-
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 Modifier and Type Method and 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
-
-