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

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

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

Methods in com.vaadin.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(java.lang.String cid)
          Gets a footer cell which represents the given columnId
 

Methods in com.vaadin.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-2014 Vaadin Ltd. All Rights Reserved.