Class ObjectComparisonGrid<T extends StoredObject>

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.grid.Grid<com.storedobject.ui.ObjectComparisonGrid.Value>
com.storedobject.vaadin.DataGrid<com.storedobject.ui.ObjectComparisonGrid.Value>
com.storedobject.vaadin.ListGrid<com.storedobject.ui.ObjectComparisonGrid.Value>
com.storedobject.ui.ObjectComparisonGrid<T>
All Implemented Interfaces:
Executable, Reentrant, HasLogic, Transactional, ClickHandler, CloseableView, ExecutableView, HasColumns<com.storedobject.ui.ObjectComparisonGrid.Value>, SupportWindowMode, ValueChangeHandler, com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.BlurNotifier<com.vaadin.flow.component.grid.Grid<com.storedobject.ui.ObjectComparisonGrid.Value>>, com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.ClickEvent<? extends com.vaadin.flow.component.Component>>, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.Focusable<com.vaadin.flow.component.grid.Grid<com.storedobject.ui.ObjectComparisonGrid.Value>>, com.vaadin.flow.component.FocusNotifier<com.vaadin.flow.component.grid.Grid<com.storedobject.ui.ObjectComparisonGrid.Value>>, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasEnabled, com.vaadin.flow.component.HasSize, com.vaadin.flow.component.HasStyle, com.vaadin.flow.component.HasTheme, com.vaadin.flow.component.HasValue.ValueChangeListener, com.vaadin.flow.data.event.SortEvent.SortNotifier<com.vaadin.flow.component.grid.Grid<com.storedobject.ui.ObjectComparisonGrid.Value>,com.vaadin.flow.component.grid.GridSortOrder<com.storedobject.ui.ObjectComparisonGrid.Value>>, com.vaadin.flow.data.provider.HasDataGenerators<com.storedobject.ui.ObjectComparisonGrid.Value>, com.vaadin.flow.data.provider.HasDataView<com.storedobject.ui.ObjectComparisonGrid.Value,Void,com.vaadin.flow.component.grid.dataview.GridDataView<com.storedobject.ui.ObjectComparisonGrid.Value>>, com.vaadin.flow.data.provider.HasLazyDataView<com.storedobject.ui.ObjectComparisonGrid.Value,Void,com.vaadin.flow.component.grid.dataview.GridLazyDataView<com.storedobject.ui.ObjectComparisonGrid.Value>>, com.vaadin.flow.data.provider.HasListDataView<com.storedobject.ui.ObjectComparisonGrid.Value,com.vaadin.flow.component.grid.dataview.GridListDataView<com.storedobject.ui.ObjectComparisonGrid.Value>>, Serializable, Iterable<com.storedobject.ui.ObjectComparisonGrid.Value>, Runnable, Collection<com.storedobject.ui.ObjectComparisonGrid.Value>, EventListener, List<com.storedobject.ui.ObjectComparisonGrid.Value>, SequencedCollection<com.storedobject.ui.ObjectComparisonGrid.Value>

public class ObjectComparisonGrid<T extends StoredObject> extends ListGrid<com.storedobject.ui.ObjectComparisonGrid.Value> implements CloseableView, Transactional
See Also: