Uses of Interface
org.drools.workbench.screens.scenariosimulation.client.handlers.SaveEditorEventHandler
-
Packages that use SaveEditorEventHandler Package Description org.drools.workbench.screens.scenariosimulation.client.collectioneditor Classes/html inside this package are used inside the collection editororg.drools.workbench.screens.scenariosimulation.client.events org.drools.workbench.screens.scenariosimulation.client.handlers -
-
Uses of SaveEditorEventHandler in org.drools.workbench.screens.scenariosimulation.client.collectioneditor
Methods in org.drools.workbench.screens.scenariosimulation.client.collectioneditor with parameters of type SaveEditorEventHandler Modifier and Type Method Description com.google.gwt.event.shared.HandlerRegistrationCollectionViewImpl. addSaveEditorEventHandler(SaveEditorEventHandler handler) -
Uses of SaveEditorEventHandler in org.drools.workbench.screens.scenariosimulation.client.events
Methods in org.drools.workbench.screens.scenariosimulation.client.events that return types with arguments of type SaveEditorEventHandler Modifier and Type Method Description com.google.gwt.event.dom.client.DomEvent.Type<SaveEditorEventHandler>SaveEditorEvent. getAssociatedType()static com.google.gwt.event.dom.client.DomEvent.Type<SaveEditorEventHandler>SaveEditorEvent. getType()Gets the event type associated with closeComposite events.Methods in org.drools.workbench.screens.scenariosimulation.client.events with parameters of type SaveEditorEventHandler Modifier and Type Method Description protected voidSaveEditorEvent. dispatch(SaveEditorEventHandler handler) -
Uses of SaveEditorEventHandler in org.drools.workbench.screens.scenariosimulation.client.handlers
Methods in org.drools.workbench.screens.scenariosimulation.client.handlers with parameters of type SaveEditorEventHandler Modifier and Type Method Description com.google.gwt.event.shared.HandlerRegistrationHasSaveEditorHandler. addSaveEditorEventHandler(SaveEditorEventHandler handler)Adds aSaveEditorEventhandler.
-