com.atlassian.confluence.pageobjects.component.editor
Class EditorTablePicker

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
      extended by com.atlassian.confluence.pageobjects.component.editor.EditorTablePicker
All Implemented Interfaces:
PageComponent

public class EditorTablePicker
extends ConfluenceAbstractPageComponent

Represents the table picker menu in confluence


Field Summary
 
Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
 
Constructor Summary
EditorTablePicker()
           
 
Method Summary
 void activatePicker()
          Opens the table picker dropdown if it is currently closed.
 void cancelPicker()
          Cancels the table picker dropdown if it is currently opened.
 com.atlassian.pageobjects.elements.query.TimedCondition isPresent()
           
 com.atlassian.pageobjects.elements.query.TimedCondition isVisible()
           
 void moveMouseOnTopAndClick(int col, int row)
          Moves the mouse in cell size increments.
 void moveMouseOnTopHoldingShiftAndClick(int col, int row)
          Moves the mouse in cell size increments.
 
Methods inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
getComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorTablePicker

public EditorTablePicker()
Method Detail

cancelPicker

public void cancelPicker()
Cancels the table picker dropdown if it is currently opened.


activatePicker

public void activatePicker()
Opens the table picker dropdown if it is currently closed.


moveMouseOnTopAndClick

public void moveMouseOnTopAndClick(int col,
                                   int row)
Moves the mouse in cell size increments. With (1,1) being approximately the center of the first cell. NOTE: Don't use this for FIREFOX. Not reliable to click at the mouse coordinates.

Parameters:
col -
row -

moveMouseOnTopHoldingShiftAndClick

public void moveMouseOnTopHoldingShiftAndClick(int col,
                                               int row)
Moves the mouse in cell size increments. With (1,1) being approximately the center of the first cell, with the SHIFT key pressed, which means no TH will be inserted. NOTE: Don't use this for FIREFOX. Not reliable to click at the mouse coordinates.

Parameters:
col -
row -

isVisible

public com.atlassian.pageobjects.elements.query.TimedCondition isVisible()

isPresent

public com.atlassian.pageobjects.elements.query.TimedCondition isPresent()


Copyright © 2003–2015 Atlassian. All rights reserved.