Class DataView<D extends Data>

java.lang.Object
com.vaadin.flow.component.Component
All Implemented Interfaces:
Executable, Reentrant, FilterMethods<D>, HasLogic, ObjectLoader<D>, ObjectSearcher<D>, ObjectSetter<D>, ObjectsSetter<D>, ObjectGridData<D,D>, ObjectLoader<D>, Transactional, ViewFilterSupport<D>, ClickHandler, ExecutableView, HasColumns<D>, SupportWindowMode, ValueChangeHandler, com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.BlurNotifier<com.vaadin.flow.component.grid.Grid<D>>, 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<D>>, com.vaadin.flow.component.FocusNotifier<com.vaadin.flow.component.grid.Grid<D>>, 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<D>,com.vaadin.flow.component.grid.GridSortOrder<D>>, com.vaadin.flow.data.provider.HasDataGenerators<D>, com.vaadin.flow.data.provider.HasDataView<D,Void,com.vaadin.flow.component.grid.dataview.GridDataView<D>>, com.vaadin.flow.data.provider.HasLazyDataView<D,Void,com.vaadin.flow.component.grid.dataview.GridLazyDataView<D>>, com.vaadin.flow.data.provider.HasListDataView<D,com.vaadin.flow.component.grid.dataview.GridListDataView<D>>, Serializable, Iterable<D>, Runnable, Collection<D>, EventListener, Consumer<D>, List<D>, SequencedCollection<D>

public class DataView<D extends Data> extends ObjectGrid<D>
See Also: