com.vaadin.ui
Class Grid.FooterRow

java.lang.Object
  extended by com.vaadin.ui.Grid.StaticSection.StaticRow<Grid.FooterCell>
      extended by com.vaadin.ui.Grid.FooterRow
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Grid

public static class Grid.FooterRow
extends Grid.StaticSection.StaticRow<Grid.FooterCell>

Represents a footer row in Grid.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.vaadin.ui.Grid.StaticSection.StaticRow
section
 
Constructor Summary
protected Grid.FooterRow(Grid.StaticSection<?> section)
           
 
Method Summary
protected  Grid.FooterCell createCell()
          Creates and returns a new instance of the cell type.
protected  java.lang.String getCellTagName()
           
 
Methods inherited from class com.vaadin.ui.Grid.StaticSection.StaticRow
addCell, getCell, getRowState, getStyleName, join, join, join, readDesign, removeCell, setStyleName, writeDesign
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Grid.FooterRow

protected Grid.FooterRow(Grid.StaticSection<?> section)
Method Detail

createCell

protected Grid.FooterCell createCell()
Description copied from class: Grid.StaticSection.StaticRow
Creates and returns a new instance of the cell type.

Specified by:
createCell in class Grid.StaticSection.StaticRow<Grid.FooterCell>
Returns:
the created cell

getCellTagName

protected java.lang.String getCellTagName()
Specified by:
getCellTagName in class Grid.StaticSection.StaticRow<Grid.FooterCell>


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