com.atlassian.confluence.selenium.client
Class InsertTablePopup

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

public class InsertTablePopup
extends EditorPopup


Field Summary
static int DEFAULT_COLS
           
static int DEFAULT_ROWS
           
 
Fields inherited from class com.atlassian.confluence.selenium.client.ConfluencePopup
client, windowId
 
Constructor Summary
InsertTablePopup(ConfluenceSeleniumClient client)
           
 
Method Summary
 void setCols(int numberOfCols)
           
 void setRows(int numberOfRows)
           
 void uncheckHeading()
           
 
Methods inherited from class com.atlassian.confluence.selenium.client.EditorPopup
clickCancel, clickOk
 
Methods inherited from class com.atlassian.confluence.selenium.client.ConfluencePopup
closeWindow, getClient, isOpen, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_ROWS

public static final int DEFAULT_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)


Copyright © 2003-2010 Atlassian. All Rights Reserved.