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.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.