Class EntityPicker<T>
java.lang.Object
com.atlassian.crowd.pageobjects.group.EntityPicker<T>
- Direct Known Subclasses:
GroupPicker
,UserPicker
-
Field Summary
Modifier and TypeFieldDescriptionprotected com.atlassian.pageobjects.elements.PageElement
static final org.openqa.selenium.By
static final org.openqa.selenium.By
protected com.atlassian.pageobjects.elements.PageElementFinder
protected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.PageElement
static final org.openqa.selenium.By
protected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.SelectElement
protected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.CheckboxElement
protected com.atlassian.pageobjects.elements.PageElement
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetEntityAtIndex
(int index) org.openqa.selenium.By
int
protected com.atlassian.pageobjects.elements.PageElement
protected abstract T
void
void
void
selectEntities
(String... ids) void
selectEntities
(Collection<String> ids) void
setSearchString
(String search) void
submit()
void
-
Field Details
-
ENTITY_ROWS_SELECTOR
public static final org.openqa.selenium.By ENTITY_ROWS_SELECTOR -
ENTITY_ALL_CELLS_SELECTOR
public static final org.openqa.selenium.By ENTITY_ALL_CELLS_SELECTOR -
RESULTS_SELECTOR
public static final org.openqa.selenium.By RESULTS_SELECTOR -
searchString
protected com.atlassian.pageobjects.elements.PageElement searchString -
searchButton
protected com.atlassian.pageobjects.elements.PageElement searchButton -
activeSelect
protected com.atlassian.pageobjects.elements.PageElement activeSelect -
resultsPerPageSelect
protected com.atlassian.pageobjects.elements.SelectElement resultsPerPageSelect -
resultsMessage
protected com.atlassian.pageobjects.elements.PageElement resultsMessage -
noResultsMessage
protected com.atlassian.pageobjects.elements.PageElement noResultsMessage -
submitButton
protected com.atlassian.pageobjects.elements.PageElement submitButton -
selectAllEntitiesCheckbox
protected com.atlassian.pageobjects.elements.CheckboxElement selectAllEntitiesCheckbox -
lastSearchTimestamp
protected com.atlassian.pageobjects.elements.PageElement lastSearchTimestamp -
finder
@Inject protected com.atlassian.pageobjects.elements.PageElementFinder finder
-
-
Constructor Details
-
EntityPicker
public EntityPicker()
-
-
Method Details
-
setSearchString
-
switchPageSize
-
searchEntities
public void searchEntities() -
getEntitiesInTable
-
getResultCount
public int getResultCount() -
getEntityAtIndex
-
selectEntities
-
selectEntities
-
getLocatorForIdWithQuotes
-
selectAllEntities
public void selectAllEntities() -
submit
public void submit() -
mapResult
-
getResultsElement
protected com.atlassian.pageobjects.elements.PageElement getResultsElement()
-