com.atlassian.jira.pageobjects.framework.actions
Class DragAndDrop

java.lang.Object
  extended by com.atlassian.jira.pageobjects.framework.actions.DragAndDrop

public class DragAndDrop
extends Object

Injectable Drag and drop component, with support for PageElements, useful abstractions (below, above, left, right) and better error handling.

Since:
5.2

Nested Class Summary
 class DragAndDrop.Builder
           
 
Constructor Summary
DragAndDrop()
           
 
Method Summary
 DragAndDrop.Builder dragAndDrop(com.atlassian.pageobjects.elements.PageElement source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DragAndDrop

public DragAndDrop()
Method Detail

dragAndDrop

public DragAndDrop.Builder dragAndDrop(com.atlassian.pageobjects.elements.PageElement source)


Copyright © 2002-2013 Atlassian. All Rights Reserved.