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

Interface Summary
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.
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.
 

Class Summary
AbstractSelectionModel A base class for SelectionModels that contains some of the logic that is reusable.
MultiSelectionModel A default implementation of a SelectionModel.Multi
NoSelectionModel A default implementation for a SelectionModel.None
SelectionChangeEvent An event that specifies what in a selection has changed, and where the selection took place.
SingleSelectionModel A default implementation of a SelectionModel.Single
 



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