Class BaseSupplierInvoiceBrowser<I extends SupplierInvoice>

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

public class BaseSupplierInvoiceBrowser<I extends SupplierInvoice> extends AbstractInvoiceBrowser<I>
See Also: