Class LegacyPickerSuggestion
java.lang.Object
com.atlassian.jira.pageobjects.components.fields.LegacyPickerSuggestion
- All Implemented Interfaces:
Suggestion,HasId
Represents the Suggestion implementation in the legacy pickers.
- Since:
- v5.2
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final com.atlassian.pageobjects.elements.PageElement -
Constructor Summary
ConstructorsConstructorDescriptionLegacyPickerSuggestion(com.atlassian.pageobjects.elements.PageElement container) -
Method Summary
-
Field Details
-
container
protected final com.atlassian.pageobjects.elements.PageElement container
-
-
Constructor Details
-
LegacyPickerSuggestion
public LegacyPickerSuggestion(com.atlassian.pageobjects.elements.PageElement container)
-
-
Method Details
-
click
- Specified by:
clickin interfaceSuggestion
-
isActive
public com.atlassian.pageobjects.elements.query.TimedCondition isActive()- Specified by:
isActivein interfaceSuggestion
-
getText
- Specified by:
getTextin interfaceSuggestion
-
getId
-
getContainer
public com.atlassian.pageobjects.elements.PageElement getContainer()- Specified by:
getContainerin interfaceSuggestion
-