com.vaadin.ui
Class Grid.Footer

java.lang.Object
  extended by com.vaadin.ui.Grid.StaticSection<Grid.FooterRow>
      extended by com.vaadin.ui.Grid.Footer
All Implemented Interfaces:
java.io.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

Field Summary
 
Fields inherited from class com.vaadin.ui.Grid.StaticSection
grid, rows
 
Constructor Summary
protected Grid.Footer(Grid grid)
           
 
Method Summary
protected  Grid.FooterRow createRow()
           
protected  com.vaadin.shared.ui.grid.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, removeColumn, removeRow, removeRow, setVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Grid.Footer

protected Grid.Footer(Grid grid)
Method Detail

getSectionState

protected com.vaadin.shared.ui.grid.GridStaticSectionState getSectionState()
Specified by:
getSectionState in class Grid.StaticSection<Grid.FooterRow>

createRow

protected Grid.FooterRow createRow()
Specified by:
createRow in class Grid.StaticSection<Grid.FooterRow>

sanityCheck

protected void sanityCheck()
                    throws java.lang.IllegalStateException
Description copied from class: Grid.StaticSection
Performs a sanity check that section is in correct state.

Overrides:
sanityCheck in class Grid.StaticSection<Grid.FooterRow>
Throws:
java.lang.IllegalStateException - if merged cells are not i n continuous range


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.