Package com.smartgwt.client.tools
Interface HasNodeAddedHandlers
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
EditContext
-
Method Summary
Modifier and TypeMethodDescriptionaddNodeAddedHandler
(NodeAddedHandler handler) Notification fired when anEditNode
has been added to the EditContextMethods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addNodeAddedHandler
Notification fired when anEditNode
has been added to the EditContext- Parameters:
handler
- the nodeAdded handler- Returns:
HandlerRegistration
used to remove this handler
-