Class BaseRequestMaterial<MR extends MaterialRequest,MRI extends MaterialRequestItem>

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

public class BaseRequestMaterial<MR extends MaterialRequest,MRI extends MaterialRequestItem> extends AbstractRequestMaterial<MR,MRI>
See Also: