Class GridDelegate<E,ITEMS extends DataGridItems<E>>
java.lang.Object
io.jmix.flowui.component.delegate.AbstractComponentDelegate<C>
io.jmix.flowui.component.delegate.AbstractGridDelegate<DataGrid<E>,E,ITEMS>
io.jmix.flowui.component.delegate.GridDelegate<E,ITEMS>
- 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,ITEMS extends DataGridItems<E>>
extends AbstractGridDelegate<DataGrid<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, valueChangeRegistration
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, 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, setupEmptyDataProvider, unbind
Methods inherited from class io.jmix.flowui.component.delegate.AbstractComponentDelegate
getComponent
-
Constructor Details
-
GridDelegate
-