Class LocateItem

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

public class LocateItem extends DataGrid<InventoryItem> implements CloseableView
For locating stocks of a given "Part Number" and its APNs. The result includes all locations, including items fitted on assemblies, items sent for repair etc. However, items that are already scrapped are not included.
Author:
Syam
See Also: