Uses of Class
com.vaadin.terminal.gwt.client.ui.table.VScrollTable.VScrollTableBody.VScrollTableRow

Packages that use VScrollTable.VScrollTableBody.VScrollTableRow
com.vaadin.terminal.gwt.client.ui.table   
 

Uses of VScrollTable.VScrollTableBody.VScrollTableRow in com.vaadin.terminal.gwt.client.ui.table
 

Subclasses of VScrollTable.VScrollTableBody.VScrollTableRow in com.vaadin.terminal.gwt.client.ui.table
protected  class VScrollTable.VScrollTableBody.VScrollTableGeneratedRow
           
 

Methods in com.vaadin.terminal.gwt.client.ui.table that return VScrollTable.VScrollTableBody.VScrollTableRow
protected  VScrollTable.VScrollTableBody.VScrollTableRow VScrollTable.VScrollTableBody.createRow(UIDL uidl, char[] aligns2)
           
protected  VScrollTable.VScrollTableBody.VScrollTableRow VScrollTable.getFocusedRow()
           
 VScrollTable.VScrollTableBody.VScrollTableRow VScrollTable.getRenderedRowByKey(String key)
          Get a rendered row by its key
 VScrollTable.VScrollTableBody.VScrollTableRow VScrollTable.VScrollTableBody.getRowByRowIndex(int indexInTable)
           
 

Methods in com.vaadin.terminal.gwt.client.ui.table that return types with arguments of type VScrollTable.VScrollTableBody.VScrollTableRow
protected  List<VScrollTable.VScrollTableBody.VScrollTableRow> VScrollTable.VScrollTableBody.insertAndReindexRows(UIDL rowData, int firstIndex, int rows)
           
protected  List<VScrollTable.VScrollTableBody.VScrollTableRow> VScrollTable.VScrollTableBody.insertRows(UIDL rowData, int firstIndex, int rows)
          Inserts rows as provided in the rowData starting at firstIndex.
 

Methods in com.vaadin.terminal.gwt.client.ui.table with parameters of type VScrollTable.VScrollTableBody.VScrollTableRow
 boolean VScrollTable.VScrollTableBody.VScrollTableRow.isBefore(VScrollTable.VScrollTableBody.VScrollTableRow row1)
          Makes a check based on indexes whether the row is before the compared row.
 void VScrollTable.lazyRevertFocusToRow(VScrollTable.VScrollTableBody.VScrollTableRow currentlyFocusedRow)
           
 boolean VScrollTable.setRowFocus(VScrollTable.VScrollTableBody.VScrollTableRow row)
          Moves the selection head to a specific row
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.