Class TreeGridDelegate<E,ITEMS extends DataGridItems<E>>
java.lang.Object
io.jmix.flowui.component.delegate.AbstractComponentDelegate<C>
io.jmix.flowui.component.delegate.AbstractGridDelegate<TreeDataGrid<E>,E,ITEMS>
io.jmix.flowui.component.delegate.TreeGridDelegate<E,ITEMS>
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware
@Component("flowui_TreeGridDelegate")
@Scope("prototype")
public class TreeGridDelegate<E,ITEMS extends DataGridItems<E>>
extends AbstractGridDelegate<TreeDataGrid<E>,E,ITEMS>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.jmix.flowui.component.delegate.AbstractGridDelegate
AbstractGridDelegate.ColumnSecurityContext<E> -
Field Summary
Fields inherited from class io.jmix.flowui.component.delegate.AbstractGridDelegate
accessManager, afterColumnSecurityApplyHandler, applicationContext, columns, dataGridItems, itemSetChangeRegistration, messageTools, metadataTools, propertyColumns, selectionListenerRegistration, selectionListeners, uiComponents, valueChangeRegistrationFields inherited from class io.jmix.flowui.component.delegate.AbstractComponentDelegate
component -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.flow.component.grid.Grid.Column<E>addHierarchyColumn(String key, MetaPropertyPath metaPropertyPath) protected com.vaadin.flow.component.grid.Grid.Column<E>addHierarchyColumnInternal(String key, MetaPropertyPath metaPropertyPath) protected voidMethods inherited from class io.jmix.flowui.component.delegate.AbstractGridDelegate
addColumn, addColumn, addColumnInternal, addSelectionListener, afterPropertiesSet, applySecurityToPropertyColumns, attachSelectionListener, autowireDependencies, bind, closeEditorIfOpened, deleteHiddenColumns, deselect, deselectAll, detachSelectionListener, enableMultiSelect, getAfterColumnSecurityApplyHandler, getColumnByKey, getColumnMetaPropertyPath, getColumns, getItems, getSelectedItems, getSelectionModel, getSingleSelectedItem, getValueProvider, getVisibleColumns, initColumn, initComponent, isDataGridOwner, isMultiSelect, isPropertyEnabledBySecurity, itemIsBeingEdited, itemsItemSetChanged, itemsValueChanged, notifyDataProviderSelectionChanged, onColumnReorderChange, onSelectionChange, onSelectionModelChange, onSort, removeColumn, restoreColumnsOrder, select, select, setAfterColumnSecurityApplyHandler, setApplicationContext, setColumnPosition, setItems, setMultiSelect, unbindMethods inherited from class io.jmix.flowui.component.delegate.AbstractComponentDelegate
getComponent
-
Constructor Details
-
TreeGridDelegate
-
-
Method Details
-
addHierarchyColumn
public com.vaadin.flow.component.grid.Grid.Column<E> addHierarchyColumn(String key, MetaPropertyPath metaPropertyPath) -
setupEmptyDataProvider
protected void setupEmptyDataProvider()- Overrides:
setupEmptyDataProviderin classAbstractGridDelegate<TreeDataGrid<E>,E, ITEMS extends DataGridItems<E>>
-
addHierarchyColumnInternal
protected com.vaadin.flow.component.grid.Grid.Column<E> addHierarchyColumnInternal(String key, MetaPropertyPath metaPropertyPath)
-