com.vaadin.client.widgets
Class Grid.FooterCell

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

public static class Grid.FooterCell
extends Grid.StaticSection.StaticCell

A single cell in a grid Footer row. Has a textual caption.


Constructor Summary
Grid.FooterCell()
           
 
Method Summary
 
Methods inherited from class com.vaadin.client.widgets.Grid.StaticSection.StaticCell
getColspan, getHtml, getSection, getStyleName, getText, getType, getWidget, setColspan, setHtml, setSection, setStyleName, setText, setWidget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Grid.FooterCell

public Grid.FooterCell()


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