Class GroupsAdminPage.TableComponent
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.components.InfiniteScrollTableComponent<GroupsAdminPage.TableRow>
-
- com.atlassian.bamboo.pageobjects.pages.admin.GroupsAdminPage.TableComponent
-
- Enclosing class:
- GroupsAdminPage
public static class GroupsAdminPage.TableComponent extends InfiniteScrollTableComponent<GroupsAdminPage.TableRow>
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.pageobjects.components.InfiniteScrollTableComponent
elementFinder
-
-
Constructor Summary
Constructors Constructor Description TableComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected @NotNull GroupsAdminPage.TableRow
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
-
-
-
-
Method Detail
-
convertRow
@NotNull protected @NotNull GroupsAdminPage.TableRow 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<GroupsAdminPage.TableRow>
- Parameters:
row
- current table row (HTML 'tr')previousRows
- a list of previous rows (HTML 'tr' elements)
-
-