com.vaadin.client.widgets
Class Grid.FooterRow

java.lang.Object
  extended by com.vaadin.client.widgets.Grid.StaticSection.StaticRow<Grid.FooterCell>
      extended by com.vaadin.client.widgets.Grid.FooterRow
Enclosing class:
Grid<T>

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

A single row in a grid Footer section.


Constructor Summary
Grid.FooterRow()
           
 
Method Summary
protected  Grid.FooterCell createCell()
           
 
Methods inherited from class com.vaadin.client.widgets.Grid.StaticSection.StaticRow
addCell, getCell, getSection, getStyleName, hasSpannedCells, join, join, removeCell, setSection, setStyleName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Grid.FooterRow

public Grid.FooterRow()
Method Detail

createCell

protected Grid.FooterCell createCell()
Specified by:
createCell in class Grid.StaticSection.StaticRow<Grid.FooterCell>


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