Package com.smartgwt.client.tools
Interface HasSelectedEditNodesUpdatedHandlers
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
EditContext
-
Method Summary
Modifier and TypeMethodDescriptionCalled when editMode selection changes.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addSelectedEditNodesUpdatedHandler
Called when editMode selection changes. Note this method fires exactly once for any given change.This event is fired once after selection/deselection has completed. The result is one event per mouse-down event. For a drag selection there will be one event fired when the range is completed.
- Parameters:
handler
- the selectedEditNodesUpdated handler- Returns:
HandlerRegistration
used to remove this handler
-