com.atlassian.confluence.selenium.client
Class InsertTablePopup

java.lang.Object
  extended by com.atlassian.confluence.selenium.client.Dialog
      extended by com.atlassian.confluence.selenium.client.InsertTablePopup

public class InsertTablePopup
extends Dialog


Field Summary
static int DEFAULT_BODY_ROWS
           
static int DEFAULT_COLS
           
static int DEFAULT_ROWS
           
 
Fields inherited from class com.atlassian.confluence.selenium.client.Dialog
client, id
 
Constructor Summary
InsertTablePopup(ConfluenceSeleniumClient client)
           
 
Method Summary
 void clickInsert()
           
 void setCols(int numberOfCols)
           
 void setRows(int numberOfRows)
           
 void uncheckHeading()
           
 
Methods inherited from class com.atlassian.confluence.selenium.client.Dialog
clickButton, clickCancel, clickLink, clickPageMenu, getId, getTitle, hasButton, hasLink, hasPageMenu, isButtonDisabled, isVisible, pressEscape, pressEscapeOnly, waitForRemoval, waitUntilClosed, waitUntilVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_ROWS

public static final int DEFAULT_ROWS
See Also:
Constant Field Values

DEFAULT_BODY_ROWS

public static final int DEFAULT_BODY_ROWS
See Also:
Constant Field Values

DEFAULT_COLS

public static final int DEFAULT_COLS
See Also:
Constant Field Values
Constructor Detail

InsertTablePopup

public InsertTablePopup(ConfluenceSeleniumClient client)
Method Detail

uncheckHeading

public void uncheckHeading()

setRows

public void setRows(int numberOfRows)

setCols

public void setCols(int numberOfCols)

clickInsert

public void clickInsert()


Copyright © 2003-2014 Atlassian. All Rights Reserved.