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