public class LegacyTriggerPicker extends Object implements CustomField
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElementFinder |
elementFinder |
protected com.atlassian.pageobjects.elements.PageElement |
field |
protected com.atlassian.pageobjects.elements.PageElement |
form |
protected com.atlassian.pageobjects.PageBinder |
pageBinder |
protected String |
pickerId |
protected com.atlassian.pageobjects.elements.timeout.Timeouts |
timeouts |
protected com.atlassian.pageobjects.elements.PageElement |
trigger |
Constructor and Description |
---|
LegacyTriggerPicker(com.atlassian.pageobjects.elements.PageElement form,
String pickerId) |
LegacyTriggerPicker(String pickerId) |
Modifier and Type | Method and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElement |
field() |
com.atlassian.pageobjects.elements.PageElement |
getTrigger() |
com.atlassian.pageobjects.elements.query.TimedQuery<String> |
getValue()
The selected value in the picker.
|
protected void |
init() |
protected com.atlassian.pageobjects.elements.PageElementFinder |
root() |
@Inject protected com.atlassian.pageobjects.PageBinder pageBinder
@Inject protected com.atlassian.pageobjects.elements.PageElementFinder elementFinder
@Inject protected com.atlassian.pageobjects.elements.timeout.Timeouts timeouts
protected final String pickerId
protected final com.atlassian.pageobjects.elements.PageElement form
protected com.atlassian.pageobjects.elements.PageElement field
protected com.atlassian.pageobjects.elements.PageElement trigger
public LegacyTriggerPicker(@Nullable com.atlassian.pageobjects.elements.PageElement form, String pickerId)
public LegacyTriggerPicker(String pickerId)
protected void init()
protected com.atlassian.pageobjects.elements.PageElementFinder root()
protected com.atlassian.pageobjects.elements.PageElement field()
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getValue()
public com.atlassian.pageobjects.elements.PageElement getTrigger()
Copyright © 2002-2015 Atlassian. All Rights Reserved.