public class ActionDragHandler extends Object implements com.allen_sauer.gwt.dnd.client.DragHandler
| Constructor and Description |
|---|
ActionDragHandler(com.google.gwt.user.client.ui.VerticalPanel actionsPanel,
org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 dtableModel,
AbstractDecisionTableWidget dtableWidget)
Constructor to mediate drag operations between the Actions configuration
section of the Guided Decision Table screen and the Decision Table Widget
|
| Modifier and Type | Method and Description |
|---|---|
void |
onDragEnd(com.allen_sauer.gwt.dnd.client.DragEndEvent event) |
void |
onDragStart(com.allen_sauer.gwt.dnd.client.DragStartEvent event) |
void |
onPreviewDragEnd(com.allen_sauer.gwt.dnd.client.DragEndEvent event) |
void |
onPreviewDragStart(com.allen_sauer.gwt.dnd.client.DragStartEvent event) |
public ActionDragHandler(com.google.gwt.user.client.ui.VerticalPanel actionsPanel,
org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 dtableModel,
AbstractDecisionTableWidget dtableWidget)
actionsPanel - dtableModel - dtableWidget - public void onDragStart(com.allen_sauer.gwt.dnd.client.DragStartEvent event)
onDragStart in interface com.allen_sauer.gwt.dnd.client.DragHandlerpublic void onDragEnd(com.allen_sauer.gwt.dnd.client.DragEndEvent event)
onDragEnd in interface com.allen_sauer.gwt.dnd.client.DragHandlerpublic void onPreviewDragEnd(com.allen_sauer.gwt.dnd.client.DragEndEvent event)
throws com.allen_sauer.gwt.dnd.client.VetoDragException
onPreviewDragEnd in interface com.allen_sauer.gwt.dnd.client.DragHandlercom.allen_sauer.gwt.dnd.client.VetoDragExceptionpublic void onPreviewDragStart(com.allen_sauer.gwt.dnd.client.DragStartEvent event)
throws com.allen_sauer.gwt.dnd.client.VetoDragException
onPreviewDragStart in interface com.allen_sauer.gwt.dnd.client.DragHandlercom.allen_sauer.gwt.dnd.client.VetoDragExceptionCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.