Class ObjectTable<T extends StoredObject>

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.HtmlComponent
org.vaadin.stefan.table.Table
com.storedobject.ui.ObjectTable<T>
Type Parameters:
T - Type of the data object.
All Implemented Interfaces:
FilterMethods<T>, ObjectLoader<T>, com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasSize, com.vaadin.flow.component.HasStyle, Serializable, org.vaadin.stefan.table.TableRowContainer

public class ObjectTable<T extends StoredObject> extends org.vaadin.stefan.table.Table implements ObjectLoader<T>
ObjectTable is similar to ObjectGrid but instead of the Grid, it uses Table to render the rows.

Note: Please note that ObjectTable is not a View but is a Component. So, you set it as a Component to a View like View.setComponent(Component).

See Also: