com.atlassian.jira.webtest.framework.core.component
Interface Checkbox

All Superinterfaces:
Localizable, PageObject
All Known Implementing Classes:
SeleniumCheckbox

public interface Checkbox
extends PageObject, Localizable

An <input type=checkbox/>.

Since:
v4.3

Method Summary
 TimedCondition checked()
          Returns a boolean indicating whether this checkbox is checked.
 Checkbox toggle()
          Sets the checked status of this checkbox.
 
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

checked

TimedCondition checked()
Returns a boolean indicating whether this checkbox is checked.

Returns:
a boolean indicating whether this checkbox is checked

toggle

Checkbox toggle()
Sets the checked status of this checkbox.

Returns:
this


Copyright © 2002-2013 Atlassian. All Rights Reserved.