Class EntityPicker<T>
java.lang.Object
com.atlassian.crowd.pageobjects.group.EntityPicker<T>
- Direct Known Subclasses:
GroupPicker,UserPicker
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.atlassian.pageobjects.elements.PageElementstatic final org.openqa.selenium.Bystatic final org.openqa.selenium.Byprotected com.atlassian.pageobjects.elements.PageElementFinderprotected com.atlassian.pageobjects.elements.PageElementprotected com.atlassian.pageobjects.elements.PageElementstatic final org.openqa.selenium.Byprotected com.atlassian.pageobjects.elements.PageElementprotected com.atlassian.pageobjects.elements.SelectElementprotected com.atlassian.pageobjects.elements.PageElementprotected com.atlassian.pageobjects.elements.PageElementprotected com.atlassian.pageobjects.elements.CheckboxElementprotected com.atlassian.pageobjects.elements.PageElement -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEntityAtIndex(int index) org.openqa.selenium.Byintprotected com.atlassian.pageobjects.elements.PageElementprotected abstract TvoidvoidvoidselectEntities(String... ids) voidselectEntities(Collection<String> ids) voidsetSearchString(String search) voidsubmit()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()
-