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

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

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

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

Methods in com.vaadin.terminal.gwt.client.ui 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 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.