Class AbstractSale<S extends InventorySale,SI extends InventorySaleItem>

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

public abstract class AbstractSale<S extends InventorySale,SI extends InventorySaleItem> extends AbstractSendAndReceiveMaterial<S,SI>
See Also: