Class AbstractGridDelegate<C extends com.vaadin.flow.component.grid.Grid<E> & ListDataComponent<E> & HasActions,E>
java.lang.Object
io.jmix.flowui.component.delegate.AbstractComponentDelegate<C>
io.jmix.flowui.component.delegate.AbstractGridDelegate<C,E>
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.InitializingBean
,org.springframework.context.ApplicationContextAware
- Direct Known Subclasses:
GridDelegate
,TreeGridDelegate
public abstract class AbstractGridDelegate<C extends com.vaadin.flow.component.grid.Grid<E> & ListDataComponent<E> & HasActions,E>
extends AbstractComponentDelegate<C>
implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.springframework.context.ApplicationContext
protected GridDataItems<E>
protected MessageTools
protected MetadataTools
protected com.vaadin.flow.shared.Registration
protected com.vaadin.flow.shared.Registration
protected Set<com.vaadin.flow.data.selection.SelectionListener<com.vaadin.flow.component.grid.Grid<E>,
E>> protected UiComponents
Fields inherited from class io.jmix.flowui.component.delegate.AbstractComponentDelegate
component
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.flow.component.grid.Grid.Column<E>
addColumn
(String key, MetaPropertyPath metaPropertyPath) protected com.vaadin.flow.component.grid.Grid.Column<E>
addColumnInternal
(MetaPropertyPath metaPropertyPath) protected com.vaadin.flow.component.grid.Grid.Column<E>
addColumnInternal
(String key, MetaPropertyPath metaPropertyPath) com.vaadin.flow.shared.Registration
addSelectionListener
(com.vaadin.flow.data.selection.SelectionListener<com.vaadin.flow.component.grid.Grid<E>, E> listener) void
protected void
protected void
void
void
protected void
void
protected Collection<MetaPropertyPath>
getAutowiredProperties
(GridDataItems<E> gridDataItems) getItems()
protected com.vaadin.flow.component.grid.GridSelectionModel<E>
protected com.vaadin.flow.function.ValueProvider<E,
?> getValueProvider
(MetaPropertyPath metaPropertyPath) protected void
initColumn
(com.vaadin.flow.component.grid.Grid.Column<E> column, MetaPropertyPath metaPropertyPath) protected void
boolean
protected boolean
isSupportedDataItems
(GridDataItems<E> gridDataItems) protected void
protected void
onSelectionChange
(com.vaadin.flow.data.selection.SelectionEvent<com.vaadin.flow.component.grid.Grid<E>, E> event) void
onSelectionModelChange
(com.vaadin.flow.data.selection.SelectionModel<com.vaadin.flow.component.grid.Grid<E>, E> selectionModel) protected void
onSort
(com.vaadin.flow.data.event.SortEvent<com.vaadin.flow.component.grid.Grid<E>, com.vaadin.flow.component.grid.GridSortOrder<E>> event) void
void
select
(Collection<E> items) void
setApplicationContext
(org.springframework.context.ApplicationContext applicationContext) void
setItems
(GridDataItems<E> gridDataItems) protected void
setupAutowiredColumns
(GridDataItems<E> gridDataItems) protected void
protected void
unbind()
Methods inherited from class io.jmix.flowui.component.delegate.AbstractComponentDelegate
getComponent
-
Field Details
-
applicationContext
protected org.springframework.context.ApplicationContext applicationContext -
metadataTools
-
messageTools
-
uiComponents
-
dataBinding
-
selectedItemChangeRegistration
protected com.vaadin.flow.shared.Registration selectedItemChangeRegistration -
selectionListenerRegistration
protected com.vaadin.flow.shared.Registration selectionListenerRegistration -
selectionListeners
-
-
Constructor Details
-
AbstractGridDelegate
-
-
Method Details
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
-
afterPropertiesSet
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Throws:
Exception
-
autowireDependencies
protected void autowireDependencies() -
initComponent
protected void initComponent() -
onSort
-
getItems
-
setItems
-
getSingleSelectedItem
-
getSelectedItems
-
select
-
select
-
deselect
-
deselectAll
public void deselectAll() -
isMultiSelect
public boolean isMultiSelect() -
enableMultiSelect
public void enableMultiSelect() -
addSelectionListener
-
addColumn
public com.vaadin.flow.component.grid.Grid.Column<E> addColumn(String key, MetaPropertyPath metaPropertyPath) -
unbind
protected void unbind() -
setupEmptyDataProvider
protected void setupEmptyDataProvider() -
isSupportedDataItems
-
onDataProviderSelectedItemChange
-
setupAutowiredColumns
-
getAutowiredProperties
-
addColumnInternal
protected com.vaadin.flow.component.grid.Grid.Column<E> addColumnInternal(MetaPropertyPath metaPropertyPath) -
addColumnInternal
protected com.vaadin.flow.component.grid.Grid.Column<E> addColumnInternal(String key, MetaPropertyPath metaPropertyPath) -
getValueProvider
protected com.vaadin.flow.function.ValueProvider<E,?> getValueProvider(MetaPropertyPath metaPropertyPath) -
initColumn
protected void initColumn(com.vaadin.flow.component.grid.Grid.Column<E> column, MetaPropertyPath metaPropertyPath) -
onSelectionChange
-
onSelectionModelChange
-
attachSelectionListener
protected void attachSelectionListener() -
detachSelectionListener
protected void detachSelectionListener() -
getSelectionModel
-