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
 

Methods in com.vaadin.client.ui that return VScrollTable.HeaderCell
 VScrollTable.HeaderCell VScrollTable.TableHead.getHeaderCell(int index)
           
 VScrollTable.HeaderCell VScrollTable.TableHead.getHeaderCell(java.lang.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 © 2000-2014 Vaadin Ltd. All Rights Reserved.