public class ConditionDragHandler extends Object implements com.allen_sauer.gwt.dnd.client.DragHandler
Constructor and Description |
---|
ConditionDragHandler(com.google.gwt.user.client.ui.VerticalPanel conditionsPanel,
org.drools.workbench.models.guided.dtable.shared.model.Pattern52 pattern,
AbstractDecisionTableWidget dtableWidget)
Constructor to mediate drag operations between the Conditions
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 ConditionDragHandler(com.google.gwt.user.client.ui.VerticalPanel conditionsPanel, org.drools.workbench.models.guided.dtable.shared.model.Pattern52 pattern, AbstractDecisionTableWidget dtableWidget)
conditionsPanel
- pattern
- dtableWidget
- public void onDragStart(com.allen_sauer.gwt.dnd.client.DragStartEvent event)
onDragStart
in interface com.allen_sauer.gwt.dnd.client.DragHandler
public void onDragEnd(com.allen_sauer.gwt.dnd.client.DragEndEvent event)
onDragEnd
in interface com.allen_sauer.gwt.dnd.client.DragHandler
public 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.DragHandler
com.allen_sauer.gwt.dnd.client.VetoDragException
public 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.DragHandler
com.allen_sauer.gwt.dnd.client.VetoDragException
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.