Class ItemMovementView

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

public class ItemMovementView extends ListGrid<InventoryLedger> implements CloseableView
See Also: