com.atlassian.jira.webtest.framework.component.fc
Interface FcLozenge

All Superinterfaces:
Localizable, PageObject, ValueHolder
All Known Implementing Classes:
SeleniumLozenge

public interface FcLozenge
extends ValueHolder, Localizable

Lozenge component of the Frother Control. Lozenge represent a single element picked by the user in the given picker. Lozenges are created when the user types into this input and selects any suggestion, or simply types in 'space' character. They may be removed from the input by typing a 'backspace' character into it, or by clicking the 'x' link on the lozenge.

Since:
v4.3
See Also:
FrotherControl, FcInput

Method Summary
 TimedCondition isNotSelected()
          Check if this lozenge is not selected.
 TimedCondition isSelected()
          Check if this lozenge is selected (focused on).
 void removeByClick()
          Click on the 'x' icon on the lozenge to remove it.
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.component.ValueHolder
value
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.Localizable
locator
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.PageObject
context, isReady
 

Method Detail

isSelected

TimedCondition isSelected()
Check if this lozenge is selected (focused on). This may happen via keyboard operations (backspace key).

Returns:
timed condition verifying if this lozenge is focused on

isNotSelected

TimedCondition isNotSelected()
Check if this lozenge is not selected.

Returns:
timed condition verifying if this lozenge is not focused on
See Also:
isSelected()

removeByClick

void removeByClick()
Click on the 'x' icon on the lozenge to remove it.



Copyright © 2002-2013 Atlassian. All Rights Reserved.