Class StatementView

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.grid.Grid<LedgerEntry>
All Implemented Interfaces:
ClickHandler, CloseableView, ExecutableView, HasColumns<LedgerEntry>, SupportWindowMode, ValueChangeHandler, com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.BlurNotifier<com.vaadin.flow.component.grid.Grid<LedgerEntry>>, 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<LedgerEntry>>, com.vaadin.flow.component.FocusNotifier<com.vaadin.flow.component.grid.Grid<LedgerEntry>>, 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<LedgerEntry>,com.vaadin.flow.component.grid.GridSortOrder<LedgerEntry>>, com.vaadin.flow.data.provider.HasDataGenerators<LedgerEntry>, com.vaadin.flow.data.provider.HasDataView<LedgerEntry,Void,com.vaadin.flow.component.grid.dataview.GridDataView<LedgerEntry>>, com.vaadin.flow.data.provider.HasLazyDataView<LedgerEntry,Void,com.vaadin.flow.component.grid.dataview.GridLazyDataView<LedgerEntry>>, com.vaadin.flow.data.provider.HasListDataView<LedgerEntry,com.vaadin.flow.component.grid.dataview.GridListDataView<LedgerEntry>>, Serializable, Iterable<LedgerEntry>, Runnable, Collection<LedgerEntry>, EventListener, List<LedgerEntry>, SequencedCollection<LedgerEntry>

public class StatementView extends ListGrid<LedgerEntry> implements CloseableView
See Also: