Class TreeGridDelegate<E>
java.lang.Object
io.jmix.flowui.component.delegate.AbstractComponentDelegate<C>
io.jmix.flowui.component.delegate.AbstractGridDelegate<TreeDataGrid<E>,E>
io.jmix.flowui.component.delegate.TreeGridDelegate<E>
- 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>
extends AbstractGridDelegate<TreeDataGrid<E>,E>
-
Field Summary
Fields inherited from class io.jmix.flowui.component.delegate.AbstractGridDelegate
applicationContext, dataBinding, messageTools, metadataTools, selectedItemChangeRegistration, selectionListenerRegistration, selectionListeners, uiComponentsFields inherited from class io.jmix.flowui.component.delegate.AbstractComponentDelegate
component -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.vaadin.flow.component.grid.Grid.Column<E>addHierarchyColumnInternal(MetaPropertyPath metaPropertyPath) protected booleanisSupportedDataItems(GridDataItems<E> gridDataItems) protected voidsetupAutowiredColumns(GridDataItems<E> gridDataItems) protected voidMethods inherited from class io.jmix.flowui.component.delegate.AbstractGridDelegate
addColumn, addColumnInternal, addColumnInternal, addSelectionListener, afterPropertiesSet, attachSelectionListener, autowireDependencies, deselect, deselectAll, detachSelectionListener, enableMultiSelect, getAutowiredProperties, getItems, getSelectedItems, getSelectionModel, getSingleSelectedItem, getValueProvider, initColumn, initComponent, isMultiSelect, onDataProviderSelectedItemChange, onSelectionChange, onSelectionModelChange, onSort, select, select, setApplicationContext, setItems, unbindMethods inherited from class io.jmix.flowui.component.delegate.AbstractComponentDelegate
getComponent
-
Constructor Details
-
TreeGridDelegate
-
-
Method Details
-
isSupportedDataItems
- Overrides:
isSupportedDataItemsin classAbstractGridDelegate<TreeDataGrid<E>,E>
-
setupEmptyDataProvider
protected void setupEmptyDataProvider()- Overrides:
setupEmptyDataProviderin classAbstractGridDelegate<TreeDataGrid<E>,E>
-
setupAutowiredColumns
- Overrides:
setupAutowiredColumnsin classAbstractGridDelegate<TreeDataGrid<E>,E>
-
addHierarchyColumnInternal
protected com.vaadin.flow.component.grid.Grid.Column<E> addHierarchyColumnInternal(MetaPropertyPath metaPropertyPath)
-