Interface SupportDragAndDrop

All Known Subinterfaces:
Accordion, AgGrid, Area, AudioControl, Button, Button, Button, Button, Button, Button, Calendar, Calendar, Calendar, Calendar, Carousel, CheckBox, CheckBox, CheckBox, CheckBox, CheckBox, CheckBox, ComboBox, ComboBox, ComboBox, ComboBox, DatePicker, DateTimeInput, Dialog, Dialog, EditField, EditField, EditField, EditField, EditField, EditField, Editor, Editor, FacetFilter, FileField, GridBase<T>, Header, Image, Image, InsightObject, Label, Label, Link, Link, List, ListBox, ListBox, ListBox, ListBox, ListBox, ListView, ListView, ListView, ListViewItem, ListViewItem, ListViewItem, Menu, Menu, Menu, Menubar, NavigationBar, NotificationBar, NumericField, Paginator, Password, ProgressBar, PropertyGrid, RadioButton, RadioButton, RadioButton, RadioButton, RadioButton, RadioGroup, RadioGroup, RatingIndicator, RoadMap, RowRepeater, ScrollBar, ScrollBar, ScrollBar, ScrollBar, Slider, Slider, SpinBox, SpinBox, Static, StatusBar, StatusBar, StatusBar, TabControl, TabControl, TabControl, Table, Table, Table, Table, Table, TabStrip, TabStrip, TabStrip, Tile, ToggleButton, ToolBar, ToolBar, ToolBar, ToolBar, ToolBar, TreeView, TreeView, TreeView, TreeView, TreeView, TreeView, TreeViewNode, TreeViewNode, TreeViewNode, TreeViewNode, UiGrid, UiObject, UiObject, UiObject, UiObject, UiObjectBase, UiObjectBase, UiObjectBase, UiObjectBase, UiObjectBase, UiObjectWithLayoutInfo, UiObjectWithLayoutInfo, VideoControl, WebElement, Window, Window, Window, Window

public interface SupportDragAndDrop
A test object that supports drag and drop.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Drags and drops a test object to the specified target object.
    void
    dragAndDropOn(SupportDragAndDrop dropTarget, DragAndDropArgs dragAndDropArgs)
    Drags and drops a test object to the specified target object according to the specified DragAndDropArgs behavior.
  • Method Details

    • dragAndDropOn

      void dragAndDropOn(SupportDragAndDrop dropTarget) throws GeneralLeanFtException
      Drags and drops a test object to the specified target object.
      Parameters:
      dropTarget - the target object on which this object is dropped.
      Throws:
      GeneralLeanFtException - if error occurs during execution
    • dragAndDropOn

      void dragAndDropOn(SupportDragAndDrop dropTarget, DragAndDropArgs dragAndDropArgs) throws GeneralLeanFtException
      Drags and drops a test object to the specified target object according to the specified DragAndDropArgs behavior.
      Parameters:
      dropTarget - the target object on which this object is dropped.
      dragAndDropArgs - the drag and drop behavior to apply. Possible values: DragAndDropArgs
      Throws:
      GeneralLeanFtException - if error occurs during execution