Interface HasSelectionChangedHandlers
- All Superinterfaces:
- HasHandlers
- All Known Implementing Classes:
- TileGrid,- TilePalette
- 
Method SummaryModifier and TypeMethodDescriptionCalled when selection changes within this tileGrid.Methods inherited from interface com.google.gwt.event.shared.HasHandlersfireEvent
- 
Method Details- 
addSelectionChangedHandlerCalled when selection changes within this tileGrid. Note this method fires for each record for which selection is modified - so when a user clicks inside a tileGrid this method will typically fire twice (once for the old record being deselected, and once for the new record being selected).- Parameters:
- handler- the selectionChanged handler
- Returns:
- HandlerRegistrationused to remove this handler
 
 
-