Class GridDelegate<E>
java.lang.Object
io.jmix.flowui.component.delegate.AbstractComponentDelegate<C>
io.jmix.flowui.component.delegate.AbstractGridDelegate<DataGrid<E>,E>
io.jmix.flowui.component.delegate.GridDelegate<E>
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.InitializingBean
,org.springframework.context.ApplicationContextAware
@Component("flowui_GridDelegate")
@Scope("prototype")
public class GridDelegate<E>
extends AbstractGridDelegate<DataGrid<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
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, isSupportedDataItems, onDataProviderSelectedItemChange, onSelectionChange, onSelectionModelChange, onSort, select, select, setApplicationContext, setItems, setupAutowiredColumns, setupEmptyDataProvider, unbind
Methods inherited from class io.jmix.flowui.component.delegate.AbstractComponentDelegate
getComponent
-
Constructor Details
-
GridDelegate
-