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, uiComponents
Fields inherited from class io.jmix.flowui.component.delegate.AbstractComponentDelegate
component
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected com.vaadin.flow.component.grid.Grid.Column<E>
addHierarchyColumnInternal
(MetaPropertyPath metaPropertyPath) protected boolean
isSupportedDataItems
(GridDataItems<E> gridDataItems) protected void
setupAutowiredColumns
(GridDataItems<E> gridDataItems) protected void
Methods 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, unbind
Methods inherited from class io.jmix.flowui.component.delegate.AbstractComponentDelegate
getComponent
-
Constructor Details
-
TreeGridDelegate
-
-
Method Details
-
isSupportedDataItems
- Overrides:
isSupportedDataItems
in classAbstractGridDelegate<TreeDataGrid<E>,
E>
-
setupEmptyDataProvider
protected void setupEmptyDataProvider()- Overrides:
setupEmptyDataProvider
in classAbstractGridDelegate<TreeDataGrid<E>,
E>
-
setupAutowiredColumns
- Overrides:
setupAutowiredColumns
in classAbstractGridDelegate<TreeDataGrid<E>,
E>
-
addHierarchyColumnInternal
protected com.vaadin.flow.component.grid.Grid.Column<E> addHierarchyColumnInternal(MetaPropertyPath metaPropertyPath)
-