Uses of Class
com.vaadin.v7.client.ui.VScrollTable.FooterCell
-
Packages that use VScrollTable.FooterCell Package Description com.vaadin.v7.client.ui -
-
Uses of VScrollTable.FooterCell in com.vaadin.v7.client.ui
Subclasses of VScrollTable.FooterCell in com.vaadin.v7.client.ui Modifier and Type Class Description classVScrollTable.RowHeadersFooterCellHeaderCell that is header cell for row headers.Methods in com.vaadin.v7.client.ui that return VScrollTable.FooterCell Modifier and Type Method Description VScrollTable.FooterCellVScrollTable.TableFooter. getFooterCell(int index)Gets a footer cell by using a column index.VScrollTable.FooterCellVScrollTable.TableFooter. getFooterCell(String cid)Gets a footer cell which represents the given columnId.Methods in com.vaadin.v7.client.ui with parameters of type VScrollTable.FooterCell Modifier and Type Method Description voidVScrollTable.TableFooter. setFooterCell(int index, VScrollTable.FooterCell cell)Set a footer cell for a specified column index.
-