Class DefineAssembly<T extends InventoryItemType,C extends InventoryItemType>

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.grid.Grid<InventoryAssembly>
com.vaadin.flow.component.treegrid.TreeGrid<InventoryAssembly>
All Implemented Interfaces:
Executable, Reentrant, HasLogic, Transactional, ChildVisitor<InventoryAssembly,InventoryAssembly>, ClickHandler, ExecutableView, HasColumns<InventoryAssembly>, SupportWindowMode, ValueChangeHandler, com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.BlurNotifier<com.vaadin.flow.component.grid.Grid<InventoryAssembly>>, 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<InventoryAssembly>>, com.vaadin.flow.component.FocusNotifier<com.vaadin.flow.component.grid.Grid<InventoryAssembly>>, 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<InventoryAssembly>,com.vaadin.flow.component.grid.GridSortOrder<InventoryAssembly>>, com.vaadin.flow.data.provider.HasDataGenerators<InventoryAssembly>, com.vaadin.flow.data.provider.HasDataView<InventoryAssembly,Void,com.vaadin.flow.component.grid.dataview.GridDataView<InventoryAssembly>>, com.vaadin.flow.data.provider.HasLazyDataView<InventoryAssembly,Void,com.vaadin.flow.component.grid.dataview.GridLazyDataView<InventoryAssembly>>, com.vaadin.flow.data.provider.HasListDataView<InventoryAssembly,com.vaadin.flow.component.grid.dataview.GridListDataView<InventoryAssembly>>, com.vaadin.flow.data.provider.hierarchy.HasHierarchicalDataProvider<InventoryAssembly>, Serializable, Runnable, EventListener
Direct Known Subclasses:
ViewAssemblyDefinition

public class DefineAssembly<T extends InventoryItemType,C extends InventoryItemType> extends DataTreeGrid<InventoryAssembly> implements ChildVisitor<InventoryAssembly,InventoryAssembly>
See Also: