public class EditCommentDialog extends FormDialog
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElement |
comment |
protected com.atlassian.pageobjects.PageBinder |
pageBinder |
auiBlanket, form, FORM_SUBMITTING_CLASS, header, loading, messages
binder, CONTENT_AREA_CLASS, CONTENT_READY_CLASS, DIALOG_CLASS, DIALOG_OPEN_CLASS, driver, extendedFinder, HEADING_AREA_CLASS, id, locator, queryFactory
Constructor and Description |
---|
EditCommentDialog() |
Modifier and Type | Method and Description |
---|---|
String |
getInput() |
com.atlassian.pageobjects.elements.query.TimedQuery<String> |
getInputTimed() |
MentionsUserPicker |
getMentions() |
SecurityLevelSelect |
getSecurityLevelControl() |
EditCommentDialog |
selectMention(String userId) |
void |
setComment(String comment)
Deprecated.
|
boolean |
submit() |
EditCommentDialog |
typeInput(CharSequence... text) |
acceptDirtyFormWarning, assertDialogClosed, assertDialogOpen, close, closeNoWait, escape, getAuiMessage, getFields, getFormErrorElements, getFormErrorList, getFormErrors, getTimedTitle, getTitle, hasFormErrors, initAbstractDialog, messages, ready, setElement, setField, submit, submit, submit, waitForFormErrors, waitUntilClosed, waitUntilHidden, waitWhileSubmitting
find, find, findAll, findAll, getDialogElement, isClosed, isInDOM, isOpen, waitUntilFinishedLoading
@Inject protected com.atlassian.pageobjects.PageBinder pageBinder
protected com.atlassian.pageobjects.elements.PageElement comment
public boolean submit()
public SecurityLevelSelect getSecurityLevelControl()
public EditCommentDialog typeInput(CharSequence... text)
@Deprecated public void setComment(String comment)
typeInput(CharSequence...)
public String getInput()
public MentionsUserPicker getMentions()
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getInputTimed()
public EditCommentDialog selectMention(String userId)
Copyright © 2002-2019 Atlassian. All Rights Reserved.