com.vaadin.client.ui.grid.selection
Interface HasSelectionChangeHandlers<T>

All Known Implementing Classes:
Grid

public interface HasSelectionChangeHandlers<T>

Marker interface for widgets that fires selection change events.

Since:
Author:
Vaadin Ltd

Method Summary
 com.google.gwt.event.shared.HandlerRegistration addSelectionChangeHandler(SelectionChangeHandler<T> handler)
          Register a selection change handler.
 

Method Detail

addSelectionChangeHandler

com.google.gwt.event.shared.HandlerRegistration addSelectionChangeHandler(SelectionChangeHandler<T> handler)
Register a selection change handler.

This handler is called whenever a SelectionModel detects a change in selection state.

Parameters:
handler - a SelectionChangeHandler
Returns:
a handler registration object, which can be used to remove the handler.


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