com.atlassian.jira.pageobjects.components.userpicker
Class PickerPopup.PickerRow<S extends PickerPopup.PickerRow<S>>
java.lang.Object
com.atlassian.jira.pageobjects.components.userpicker.PickerPopup.PickerRow<S>
- Direct Known Subclasses:
- GroupPickerPopup.GroupPickerRow, UserPickerPopup.UserPickerRow
- Enclosing class:
- PickerPopup<R extends PickerPopup.PickerRow>
public static class PickerPopup.PickerRow<S extends PickerPopup.PickerRow<S>>
- extends Object
Method Summary |
void |
select()
Selects the row. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
owner
protected final PickerPopup<S extends PickerPopup.PickerRow<S>> owner
rowElement
protected final com.atlassian.pageobjects.elements.PageElement rowElement
PickerPopup.PickerRow
public PickerPopup.PickerRow(PickerPopup<S> owner,
com.atlassian.pageobjects.elements.PageElement rowElement)
select
public void select()
- Selects the row. Depending on the mode it will either select this single row and close the popup
(single mode), or just check the checkbox associated with this row (multi-mode).
Copyright © 2002-2012 Atlassian. All Rights Reserved.