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

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

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

Subclasses of VScrollTable.HeaderCell in com.vaadin.client.ui
 class VScrollTable.RowHeadersHeaderCell
          HeaderCell that is header cell for row headers.
 

Methods in com.vaadin.client.ui that return VScrollTable.HeaderCell
 VScrollTable.HeaderCell VScrollTable.TableHead.getHeaderCell(int index)
           
 VScrollTable.HeaderCell VScrollTable.TableHead.getHeaderCell(String cid)
          Get's HeaderCell by it's column Key.
 

Methods in com.vaadin.client.ui with parameters of type VScrollTable.HeaderCell
 void VScrollTable.TableHead.disableAutoColumnWidthCalculation(VScrollTable.HeaderCell source)
          Disables the automatic calculation of all column widths by forcing the widths to be "defined" thus turning off expand ratios and such.
 void VScrollTable.TableHead.resizeCaptionContainer(VScrollTable.HeaderCell cell)
           
 void VScrollTable.TableHead.setHeaderCell(int index, VScrollTable.HeaderCell cell)
           
 



Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.