public class IssuePickerPopup extends PickerPopup<PickerPopup.PickerRow>
| Modifier and Type | Class and Description |
|---|---|
static class |
IssuePickerPopup.IssuePickerRow |
static class |
IssuePickerPopup.IssuePickerSection |
PickerPopup.MultiSelect, PickerPopup.PickerRow<S extends PickerPopup.PickerRow<S>>extendedFinder, isMultiselect, jira, selectorForm| Constructor and Description |
|---|
IssuePickerPopup(LegacyPicker parent) |
| Modifier and Type | Method and Description |
|---|---|
IssuePickerPopup.IssuePickerSection |
getCurrentIssuesSection() |
IssuePickerPopup.IssuePickerSection |
getFilterIssuesSection() |
IssuePickerPopup.IssuePickerSection |
getRecentIssuesSection() |
com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> |
isInSearchModeFilter() |
com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> |
isInSearchModeRecent() |
IssuePickerPopup |
triggerSearchModeFilter() |
IssuePickerPopup |
triggerSearchModeFilter(CharSequence filterOption) |
IssuePickerPopup |
triggerSearchModeFilterByText(CharSequence filterText) |
IssuePickerPopup |
triggerSearchModeRecent() |
createRow, doInPopup, getAllRows, getPopupWindow, getRowByIndex, isClosed, isMultiselect, isOpen, multiSelect, open, switchBack, switchToPopupWindowpublic IssuePickerPopup(LegacyPicker parent)
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isInSearchModeRecent()
public IssuePickerPopup triggerSearchModeRecent()
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isInSearchModeFilter()
public IssuePickerPopup triggerSearchModeFilter()
public IssuePickerPopup triggerSearchModeFilter(CharSequence filterOption)
public IssuePickerPopup triggerSearchModeFilterByText(CharSequence filterText)
public IssuePickerPopup.IssuePickerSection getCurrentIssuesSection()
public IssuePickerPopup.IssuePickerSection getRecentIssuesSection()
public IssuePickerPopup.IssuePickerSection getFilterIssuesSection()
Copyright © 2002-2018 Atlassian. All Rights Reserved.