Uses of Package
com.vaadin.ui.components.grid.selection

Packages that use com.vaadin.ui.components.grid.selection
com.vaadin.ui.components.grid   
com.vaadin.ui.components.grid.selection   
 

Classes in com.vaadin.ui.components.grid.selection used by com.vaadin.ui.components.grid
SelectionChangeListener
          The listener interface for receiving SelectionChangeEvents.
SelectionChangeNotifier
          The interface for adding and removing listeners for SelectionChangeEvents.
SelectionModel
          The server-side interface that controls Grid's selection state.
 

Classes in com.vaadin.ui.components.grid.selection used by com.vaadin.ui.components.grid.selection
AbstractSelectionModel
          A base class for SelectionModels that contains some of the logic that is reusable.
SelectionChangeEvent
          An event that specifies what in a selection has changed, and where the selection took place.
SelectionChangeListener
          The listener interface for receiving SelectionChangeEvents.
SelectionModel
          The server-side interface that controls Grid's selection state.
SelectionModel.Multi
          A SelectionModel that supports multiple selections to be made.
SelectionModel.None
          A SelectionModel that does not allow for rows to be selected.
SelectionModel.Single
          A SelectionModel that supports for only single rows to be selected at a time.
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.