public interface HasSelectionHandlers<T>
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addSelectionHandler(SelectionHandler<T> handler)
Register a selection change handler.
|
com.google.gwt.event.shared.HandlerRegistration addSelectionHandler(SelectionHandler<T> handler)
This handler is called whenever a
SelectionModel
detects a change in selection state.
handler
- a SelectionHandler
Copyright © 2016 Vaadin Ltd. All rights reserved.