Uses of Class
com.vaadin.v7.ui.Table
-
Packages that use Table Package Description com.vaadin.v7.ui -
-
Uses of Table in com.vaadin.v7.ui
Subclasses of Table in com.vaadin.v7.ui Modifier and Type Class Description classTreeTableDeprecated.SeeTreeGrid.Methods in com.vaadin.v7.ui that return Table Modifier and Type Method Description TableTable.TableContextClickEvent. getComponent()Deprecated.TableTable.TableTransferable. getSourceComponent()Deprecated.TableTable.CacheUpdateException. getTable()Deprecated.Methods in com.vaadin.v7.ui with parameters of type Table Modifier and Type Method Description ObjectTable.ColumnGenerator. generateCell(Table source, Object itemId, Object columnId)Deprecated.Called by Table when a cell in a generated column needs to be generated.Table.GeneratedRowTable.RowGenerator. generateRow(Table table, Object itemId)Deprecated.Called for every row that is painted in the Table.protected abstract Set<Object>Table.TableDropCriterion. getAllowedItemIds(DragAndDropEvent dragEvent, Table table, Collection<Object> visibleItemIds)Deprecated.StringTable.CellStyleGenerator. getStyle(Table source, Object itemId, Object propertyId)Deprecated.Called by Table when a cell (and row) is painted.Constructors in com.vaadin.v7.ui with parameters of type Table Constructor Description CacheUpdateException(Table table, String message, Throwable[] causes)Deprecated.TableContextClickEvent(Table source, com.vaadin.shared.MouseEventDetails mouseEventDetails, Object itemId, Object propertyId, TableConstants.Section section)Deprecated.
-