|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface HasSelectionChangedHandlers
| Method Summary | |
|---|---|
HandlerRegistration |
addSelectionChangedHandler(SelectionChangedHandler handler)
Called when (row-based) selection changes within this grid. |
| Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
|---|
fireEvent |
| Method Detail |
|---|
HandlerRegistration addSelectionChangedHandler(SelectionChangedHandler handler)
NOTE: For updating other components based on selections or
triggering selection-oriented events within an application, see the selectionUpdated event which is likely more suitable.
handler - the selectionChanged handler
HandlerRegistration used to remove this handler
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||