Uses of Class
com.vaadin.ui.Table

Packages that use Table
com.vaadin.ui   
 

Uses of Table in com.vaadin.ui
 

Subclasses of Table in com.vaadin.ui
 class TreeTable
          TreeTable extends the Table component so that it can also visualize a hierarchy of its Items in a similar manner that Tree does.
 

Methods in com.vaadin.ui that return Table
 Table Table.TableTransferable.getSourceComponent()
           
 Table Table.CacheUpdateException.getTable()
           
 

Methods in com.vaadin.ui with parameters of type Table
 java.lang.Object Table.ColumnGenerator.generateCell(Table source, java.lang.Object itemId, java.lang.Object columnId)
          Called by Table when a cell in a generated column needs to be generated.
 Table.GeneratedRow Table.RowGenerator.generateRow(Table table, java.lang.Object itemId)
          Called for every row that is painted in the Table.
protected abstract  java.util.Set<java.lang.Object> Table.TableDropCriterion.getAllowedItemIds(DragAndDropEvent dragEvent, Table table, java.util.Collection<java.lang.Object> visibleItemIds)
           
 java.lang.String Table.CellStyleGenerator.getStyle(Table source, java.lang.Object itemId, java.lang.Object propertyId)
          Called by Table when a cell (and row) is painted.
 

Constructors in com.vaadin.ui with parameters of type Table
Table.CacheUpdateException(Table table, java.lang.String message, java.lang.Throwable[] causes)
           
 



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