Class AddPermissionPrincipalsComponent.SelectedRightsDropdownMenu

  • All Implemented Interfaces:
    com.atlassian.pageobjects.components.ActivatedComponent<AuiDropDown2Menu>, com.atlassian.pageobjects.elements.PageElement, com.atlassian.pageobjects.elements.PageElementFinder, com.atlassian.pageobjects.elements.search.PageElementSearch
    Enclosing class:
    AddPermissionPrincipalsComponent

    public static class AddPermissionPrincipalsComponent.SelectedRightsDropdownMenu
    extends AuiDropDown2Menu
    A variant of dropdown2 menu for selecting rights for new principals.
    • Field Summary

      • Fields inherited from class com.atlassian.pageobjects.elements.WebDriverElement

        defaultTimeout, driver, locatable, pageBinder, timeouts, TO_LOCATABLE
    • Constructor Summary

      Constructors 
      Constructor Description
      SelectedRightsDropdownMenu​(org.openqa.selenium.By locator)  
      SelectedRightsDropdownMenu​(org.openqa.selenium.By locator, com.atlassian.pageobjects.elements.timeout.TimeoutType timeoutType)  
      SelectedRightsDropdownMenu​(org.openqa.selenium.By locator, com.atlassian.pageobjects.elements.WebDriverLocatable parent)  
      SelectedRightsDropdownMenu​(org.openqa.selenium.By locator, com.atlassian.pageobjects.elements.WebDriverLocatable parent, com.atlassian.pageobjects.elements.timeout.TimeoutType timeoutType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AddPermissionPrincipalsComponent.SelectedRightsDropdownMenu open()  
      • Methods inherited from class com.atlassian.pageobjects.elements.WebDriverElement

        asWebElement, bind, clear, click, createTimout, find, find, find, find, findAll, findAll, findAll, findAll, getAttribute, getCssClasses, getDefaultTimeout, getId, getLocation, getSize, getTagName, getText, getValue, hasAttribute, hasClass, isEnabled, isPresent, isSelected, isVisible, javascript, search, select, timed, timeout, toLocatable, toString, type, waitForWebElement, waitForWebElement, withTimeout
      • Methods inherited from interface com.atlassian.pageobjects.elements.PageElement

        asWebElement, clear, click, find, findAll, getAttribute, getCssClasses, getId, getLocation, getSize, getTagName, getText, getValue, hasAttribute, hasClass, isEnabled, isPresent, isSelected, isVisible, javascript, select, timed, type, withTimeout
      • Methods inherited from interface com.atlassian.pageobjects.elements.PageElementFinder

        find, find, find, findAll, findAll, findAll
      • Methods inherited from interface com.atlassian.pageobjects.elements.search.PageElementSearch

        search
    • Constructor Detail

      • SelectedRightsDropdownMenu

        public SelectedRightsDropdownMenu​(org.openqa.selenium.By locator)
      • SelectedRightsDropdownMenu

        public SelectedRightsDropdownMenu​(org.openqa.selenium.By locator,
                                          com.atlassian.pageobjects.elements.timeout.TimeoutType timeoutType)
      • SelectedRightsDropdownMenu

        public SelectedRightsDropdownMenu​(org.openqa.selenium.By locator,
                                          com.atlassian.pageobjects.elements.WebDriverLocatable parent)
      • SelectedRightsDropdownMenu

        public SelectedRightsDropdownMenu​(org.openqa.selenium.By locator,
                                          com.atlassian.pageobjects.elements.WebDriverLocatable parent,
                                          com.atlassian.pageobjects.elements.timeout.TimeoutType timeoutType)