Class PlansWithCustomExpiryPage.TableComponent
java.lang.Object
com.atlassian.bamboo.pageobjects.components.InfiniteScrollTableComponent<PlansWithCustomExpiryPage.Plan>
com.atlassian.bamboo.pageobjects.pages.admin.PlansWithCustomExpiryPage.TableComponent
- Enclosing class:
- PlansWithCustomExpiryPage
public static class PlansWithCustomExpiryPage.TableComponent
extends InfiniteScrollTableComponent<PlansWithCustomExpiryPage.Plan>
-
Field Summary
Fields inherited from class com.atlassian.bamboo.pageobjects.components.InfiniteScrollTableComponent
elementFinder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected @NotNull PlansWithCustomExpiryPage.Plan
convertRow
(@NotNull com.atlassian.pageobjects.elements.PageElement row, @NotNull List<com.atlassian.pageobjects.elements.PageElement> previousRows) Convert the givenPageElement
to a typed table row instance.Methods inherited from class com.atlassian.bamboo.pageobjects.components.InfiniteScrollTableComponent
findRow, getAllTableRows, getTable, scrollTop, waitUntilCurrentRowsLoaded
-
Constructor Details
-
TableComponent
public TableComponent(com.atlassian.pageobjects.PageBinder pageBinder)
-
-
Method Details
-
convertRow
@NotNull protected @NotNull PlansWithCustomExpiryPage.Plan convertRow(@NotNull @NotNull com.atlassian.pageobjects.elements.PageElement row, @NotNull @NotNull List<com.atlassian.pageobjects.elements.PageElement> previousRows) Description copied from class:InfiniteScrollTableComponent
Convert the givenPageElement
to a typed table row instance.- Specified by:
convertRow
in classInfiniteScrollTableComponent<PlansWithCustomExpiryPage.Plan>
- Parameters:
row
- current table row (HTML 'tr')previousRows
- a list of previous rows (HTML 'tr' elements)
-