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.IncorrectConcurrentAccessHandlerNested 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.DetachListenerNested classes/interfaces inherited from interface com.vaadin.ui.components.grid.MultiSelectionModel
com.vaadin.ui.components.grid.MultiSelectionModel.SelectAllCheckBoxVisibility -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanshouldRemoveAddedItem(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, updateSelectionMethods inherited from class com.vaadin.ui.components.grid.AbstractSelectionModel
destroyAllData, extend, generateData, getGrid, isUserSelectionAllowed, remove, setUserSelectionAllowedMethods inherited from class com.vaadin.ui.Grid.AbstractGridExtension
addComponentToGrid, getInternalIdForColumn, getParent, removeComponentFromGridMethods inherited from class com.vaadin.ui.AbstractListing.AbstractListingExtension
getData, refreshMethods inherited from class com.vaadin.server.AbstractExtension
extend, getSupportedParentType, setParentMethods 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, updateDiffstateMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods 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, setErrorHandlerMethods inherited from interface com.vaadin.shared.Connector
getConnectorIdMethods inherited from interface com.vaadin.data.provider.DataGenerator
destroyDataMethods inherited from interface com.vaadin.server.Extension
setParentMethods inherited from interface com.vaadin.ui.components.grid.GridSelectionModel
isUserSelectionAllowed, remove, setUserSelectionAllowedMethods inherited from interface com.vaadin.ui.components.grid.MultiSelectionModel
addSelectionListenerMethods inherited from interface com.vaadin.data.SelectionModel.Multi
deselect, deselectItems, getFirstSelectedItem, select, selectItems
-
Constructor Details
-
JmixMultiSelectionModel
public JmixMultiSelectionModel()
-
-
Method Details