|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.selenium.client.ConfluencePopup
com.atlassian.confluence.selenium.client.EditorPopup
com.atlassian.confluence.selenium.client.InsertTablePopup
public class InsertTablePopup
| 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 |
|---|
public static final int DEFAULT_ROWS
public static final int DEFAULT_COLS
| Constructor Detail |
|---|
public InsertTablePopup(ConfluenceSeleniumClient client)
| Method Detail |
|---|
public void uncheckHeading()
public void setRows(int numberOfRows)
public void setCols(int numberOfCols)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||