T
- table row typepublic abstract class InfiniteScrollTableComponent<T> extends Object
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElementFinder |
elementFinder |
Constructor and Description |
---|
InfiniteScrollTableComponent(String divContainer) |
Modifier and Type | Method and Description |
---|---|
protected abstract T |
convertRow(com.atlassian.pageobjects.elements.PageElement pageElement)
Convert the given
PageElement to a typed table row instance. |
List<T> |
getAllTableRows()
Obtain all table rows.
|
@Inject protected com.atlassian.pageobjects.elements.PageElementFinder elementFinder
public InfiniteScrollTableComponent(String divContainer)
@NotNull protected abstract T convertRow(@NotNull com.atlassian.pageobjects.elements.PageElement pageElement)
PageElement
to a typed table row instance.Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.