Class AbstractObjectForest<T extends StoredObject>

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

public abstract class AbstractObjectForest<T extends StoredObject> extends DataTreeGrid<Object> implements ObjectGridData<T,Object>, ChildVisitor<T,Object>
See Also: