Class JmixSingleSelectionModel<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.SingleSelectionModelImpl<T>
io.jmix.ui.widget.grid.JmixSingleSelectionModel<T>
All Implemented Interfaces:
com.vaadin.data.provider.DataGenerator<T>, com.vaadin.data.SelectionModel<T>, com.vaadin.data.SelectionModel.Single<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.SingleSelectionModel<T>, Serializable

public class JmixSingleSelectionModel<T> extends com.vaadin.ui.components.grid.SingleSelectionModelImpl<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.data.SelectionModel

    com.vaadin.data.SelectionModel.Multi<T extends Object>, com.vaadin.data.SelectionModel.Single<T extends Object>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class com.vaadin.ui.components.grid.SingleSelectionModelImpl

    addSingleSelectionListener, asSingleSelect, deselect, doSetSelected, getSelectedItem, getSelectedItems, getState, getState, init, isDeselectAllowed, isKeySelected, isSelected, refreshData, select, setDeselectAllowed, setSelectedFromClient, setSelectedFromServer

    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, beforeClientResponse, 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, beforeClientResponse, 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.data.SelectionModel.Single

    deselectAll, getFirstSelectedItem, setSelectedItem

    Methods inherited from interface com.vaadin.ui.components.grid.SingleSelectionModel

    addSelectionListener
  • Constructor Details

    • JmixSingleSelectionModel

      public JmixSingleSelectionModel()