Uses of Class
com.vaadin.terminal.gwt.client.ui.table.VScrollTable.FooterCell

Packages that use VScrollTable.FooterCell
com.vaadin.terminal.gwt.client.ui.table   
 

Uses of VScrollTable.FooterCell in com.vaadin.terminal.gwt.client.ui.table
 

Subclasses of VScrollTable.FooterCell in com.vaadin.terminal.gwt.client.ui.table
 class VScrollTable.RowHeadersFooterCell
          HeaderCell that is header cell for row headers.
 

Methods in com.vaadin.terminal.gwt.client.ui.table that return VScrollTable.FooterCell
 VScrollTable.FooterCell VScrollTable.TableFooter.getFooterCell(int index)
          Gets a footer cell by using a column index
 VScrollTable.FooterCell VScrollTable.TableFooter.getFooterCell(String cid)
          Gets a footer cell which represents the given columnId
 

Methods in com.vaadin.terminal.gwt.client.ui.table with parameters of type VScrollTable.FooterCell
 void VScrollTable.TableFooter.setFooterCell(int index, VScrollTable.FooterCell cell)
          Set a footer cell for a specified column index
 



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