Package io.jmix.ui.widget.grid
Class JmixMultiSelectionModel<T>
java.lang.Object
com.vaadin.server.AbstractClientConnector
com.vaadin.server.AbstractExtension
com.vaadin.ui.AbstractListing.AbstractListingExtension<T>
com.vaadin.ui.Grid.AbstractGridExtension<T>
com.vaadin.ui.components.grid.AbstractSelectionModel<T>
com.vaadin.ui.components.grid.MultiSelectionModelImpl<T>
io.jmix.ui.widget.grid.JmixMultiSelectionModel<T>
- All Implemented Interfaces:
com.vaadin.data.provider.DataGenerator<T>
,com.vaadin.data.SelectionModel<T>
,com.vaadin.data.SelectionModel.Multi<T>
,com.vaadin.event.MethodEventSource
,com.vaadin.server.ClientConnector
,com.vaadin.server.Extension
,com.vaadin.shared.Connector
,com.vaadin.ui.components.grid.GridSelectionModel<T>
,com.vaadin.ui.components.grid.MultiSelectionModel<T>
,Serializable
public class JmixMultiSelectionModel<T>
extends com.vaadin.ui.components.grid.MultiSelectionModelImpl<T>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.vaadin.server.AbstractClientConnector
com.vaadin.server.AbstractClientConnector.IncorrectConcurrentAccessHandler
Nested classes/interfaces inherited from interface com.vaadin.server.ClientConnector
com.vaadin.server.ClientConnector.AttachEvent, com.vaadin.server.ClientConnector.AttachListener, com.vaadin.server.ClientConnector.ConnectorErrorEvent, com.vaadin.server.ClientConnector.DetachEvent, com.vaadin.server.ClientConnector.DetachListener
Nested classes/interfaces inherited from interface com.vaadin.ui.components.grid.MultiSelectionModel
com.vaadin.ui.components.grid.MultiSelectionModel.SelectAllCheckBoxVisibility
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
shouldRemoveAddedItem
(T item, com.vaadin.data.provider.DataProvider<T, ?> dataProvider, Set<T> removedItems) Methods inherited from class com.vaadin.ui.components.grid.MultiSelectionModelImpl
addMultiSelectionListener, asMultiSelect, beforeClientResponse, deselectAll, getSelectAllCheckBoxVisibility, getSelectedItems, getState, getState, init, isAllSelected, isSelectAllCheckBoxVisible, isSelected, onDeselectAll, onSelectAll, refreshData, selectAll, selectionContainsId, setSelectAllCheckBoxVisibility, updateCanSelectAll, updateSelection, updateSelection
Methods inherited from class com.vaadin.ui.components.grid.AbstractSelectionModel
destroyAllData, extend, generateData, getGrid, isUserSelectionAllowed, remove, setUserSelectionAllowed
Methods inherited from class com.vaadin.ui.Grid.AbstractGridExtension
addComponentToGrid, getInternalIdForColumn, getParent, removeComponentFromGrid
Methods inherited from class com.vaadin.ui.AbstractListing.AbstractListingExtension
getData, refresh
Methods inherited from class com.vaadin.server.AbstractExtension
extend, getSupportedParentType, setParent
Methods inherited from class com.vaadin.server.AbstractClientConnector
addAttachListener, addDetachListener, addExtension, addListener, addListener, addListener, addListener, addListener, addListener, addMethodInvocationToQueue, attach, createState, detach, encodeState, equals, fireEvent, getAllChildrenIterable, getConnectorId, getErrorHandler, getExtensions, getIncorrectConcurrentAccessHandler, getListeners, getResource, getRpcManager, getRpcProxy, getSession, getStateType, getUI, handleConnectorRequest, hashCode, hasListeners, isAttached, isConnectorEnabled, isThis, markAsDirty, markAsDirtyRecursive, registerRpc, registerRpc, removeAttachListener, removeDetachListener, removeExtension, removeListener, removeListener, removeListener, removeListener, removeListener, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setConnectorResource, setErrorHandler, setIncorrectConcurrentAccessHandler, setResource, updateDiffstate
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.vaadin.server.ClientConnector
addAttachListener, addDetachListener, attach, detach, encodeState, getErrorHandler, getExtensions, getParent, getRpcManager, getStateType, getUI, handleConnectorRequest, isAttached, isConnectorEnabled, markAsDirty, markAsDirtyRecursive, removeAttachListener, removeDetachListener, removeExtension, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setErrorHandler
Methods inherited from interface com.vaadin.shared.Connector
getConnectorId
Methods inherited from interface com.vaadin.data.provider.DataGenerator
destroyData
Methods inherited from interface com.vaadin.server.Extension
setParent
Methods inherited from interface com.vaadin.ui.components.grid.GridSelectionModel
isUserSelectionAllowed, remove, setUserSelectionAllowed
Methods inherited from interface com.vaadin.ui.components.grid.MultiSelectionModel
addSelectionListener
Methods inherited from interface com.vaadin.data.SelectionModel.Multi
deselect, deselectItems, getFirstSelectedItem, select, selectItems
-
Constructor Details
-
JmixMultiSelectionModel
public JmixMultiSelectionModel()
-
-
Method Details