A C E F G I L O T W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- assertCellWithCopyAction(String, EntityReference) - Method in class org.xwiki.livedata.test.po.TableLayoutElement
-
Assert if the column contains an edit action.
- assertCellWithDeleteAction(String, EntityReference) - Method in class org.xwiki.livedata.test.po.TableLayoutElement
-
Assert if the column contains a delete action.
- assertCellWithEditAction(String, EntityReference) - Method in class org.xwiki.livedata.test.po.TableLayoutElement
-
Assert if the column contains an edit action.
- assertCellWithLink(String, String, String) - Method in class org.xwiki.livedata.test.po.TableLayoutElement
-
Assert if the column contains a link with the given name and url.
- assertCellWithRenameAction(String, EntityReference) - Method in class org.xwiki.livedata.test.po.TableLayoutElement
-
Assert if the column contains an edit action.
- assertCellWithRightsAction(String, EntityReference) - Method in class org.xwiki.livedata.test.po.TableLayoutElement
-
Assert if the column contains an edit action.
- assertRow(String, String) - Method in class org.xwiki.livedata.test.po.TableLayoutElement
-
Assert if the column contains a value.
- assertRow(String, Matcher<Iterable<? super WebElement>>) - Method in class org.xwiki.livedata.test.po.TableLayoutElement
-
Calls a
Matcheron the column values.
C
- CardLayoutElement - Class in org.xwiki.livedata.test.po
-
Provides the operations to interact with a Live Data when displayed with a card layout.
- CardLayoutElement(String) - Constructor for class org.xwiki.livedata.test.po.CardLayoutElement
-
Default constructor.
- clickAction(int, String) - Method in class org.xwiki.livedata.test.po.TableLayoutElement
-
Clicks on an action button identified by its name, on a given row.
- countFootnotes() - Method in class org.xwiki.livedata.test.po.LiveDataElement
- countRows() - Method in class org.xwiki.livedata.test.po.TableLayoutElement
E
- editAndCancel(String, int, String, String) - Method in class org.xwiki.livedata.test.po.TableLayoutElement
-
Starts editing a cell, input a value, but cancel the edition (by pressing escape) instead of saving.
- editCell(String, int, String, String) - Method in class org.xwiki.livedata.test.po.TableLayoutElement
-
Set a new value to a field in the nth cell of a column.
F
- FILTER_COLUMN_SELECTIZE_WAIT_FOR_SUGGESTIONS - Static variable in class org.xwiki.livedata.test.po.TableLayoutElement
-
Option for
TableLayoutElement.filterColumn(String, String, boolean, Map)to wait for selectize fields suggestions before continuing. - filterColumn(String, String) - Method in class org.xwiki.livedata.test.po.TableLayoutElement
-
Set the value in the filter of a column and wait for the filtered results to be displayed.
- filterColumn(String, String, boolean) - Method in class org.xwiki.livedata.test.po.TableLayoutElement
-
Set the value in the filter of a column.
- filterColumn(String, String, boolean, Map<String, Object>) - Method in class org.xwiki.livedata.test.po.TableLayoutElement
-
Set the value in the filter of a column.
- findElementInRow(int, By) - Method in class org.xwiki.livedata.test.po.TableLayoutElement
-
Returns a single
WebElementfound by passingbytoWebElement.findElement(By)on theWebElementof the requested row.
G
- getCardLayout() - Method in class org.xwiki.livedata.test.po.LiveDataElement
- getCell(String, int) - Method in class org.xwiki.livedata.test.po.TableLayoutElement
-
Return the
WebElementof a cell by its row and column numbers. - getDatePatternMatcher() - Method in class org.xwiki.livedata.test.po.TableLayoutElement
-
Return a hamcrest
Matcher. - getDropDownButton() - Method in class org.xwiki.livedata.test.po.TableLayoutElement
-
Return the
WebElementof the dropdown button. - getFilter(String) - Method in class org.xwiki.livedata.test.po.TableLayoutElement
-
Get the filter for the given column.
- getFilterValues(String) - Method in class org.xwiki.livedata.test.po.TableLayoutElement
-
Return the current values of the filter of a given column.
- getFootnotesText() - Method in class org.xwiki.livedata.test.po.LiveDataElement
- getPaginationSizes() - Method in class org.xwiki.livedata.test.po.TableLayoutElement
- getRowIndexForElement(By) - Method in class org.xwiki.livedata.test.po.TableLayoutElement
-
Get the 1-based row index of an element, relative to the number of currently displayed rows.
- getTableLayout() - Method in class org.xwiki.livedata.test.po.LiveDataElement
- getWebElementCellWithLinkMatcher(String, String) - Method in class org.xwiki.livedata.test.po.TableLayoutElement
-
Return a hamcrest
Matcheron the links of aWebElement. - getWebElementTextMatcher(String) - Method in class org.xwiki.livedata.test.po.TableLayoutElement
-
Return a hamcrest
Matcheron the text of aWebElement.
I
- isReady() - Method in class org.xwiki.livedata.test.po.LiveDataElement
L
- LiveDataElement - Class in org.xwiki.livedata.test.po
-
Live Data page object.
- LiveDataElement(String) - Constructor for class org.xwiki.livedata.test.po.LiveDataElement
-
Default constructor.
O
- org.xwiki.livedata.test.po - package org.xwiki.livedata.test.po
T
- TableLayoutElement - Class in org.xwiki.livedata.test.po
-
Provides the operations to interact with a Live Data when displayed with a table layout.
- TableLayoutElement(String) - Constructor for class org.xwiki.livedata.test.po.TableLayoutElement
-
Default constructor.
W
- waitUntilReady() - Method in class org.xwiki.livedata.test.po.TableLayoutElement
-
Waits until the table has content displayed and loaded.
- waitUntilReady(boolean) - Method in class org.xwiki.livedata.test.po.TableLayoutElement
-
Waits until the table is loaded.
- waitUntilRowCountEqualsTo(int) - Method in class org.xwiki.livedata.test.po.TableLayoutElement
-
Waits until a the number of rows displayed in the live data matches the expected count.
- waitUntilRowCountEqualsTo(int, int) - Method in class org.xwiki.livedata.test.po.TableLayoutElement
-
Waits until a the number of rows displayed in the live data matches the expected count.
- waitUntilRowCountGreaterThan(int) - Method in class org.xwiki.livedata.test.po.TableLayoutElement
-
Waits until a minimal number of rows are displayed in the live data.
- waitUntilRowCountGreaterThan(int, int) - Method in class org.xwiki.livedata.test.po.TableLayoutElement
-
Waits until a minimal number of rows are displayed in the live data.
All Classes All Packages