public class AddSubtaskTypeDialog extends FormDialog implements AddSubtaskType
Modifier and Type | Field and Description |
---|---|
static String |
ID |
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 |
---|
AddSubtaskTypeDialog() |
Modifier and Type | Method and Description |
---|---|
ManageSubtasksPage |
cancel() |
Map<String,String> |
getErrors() |
String |
getIconUrl() |
void |
init() |
IconPicker.IconPickerPopup |
openIconPickerPopup() |
AddSubtaskTypeDialog |
setDescription(String description) |
AddSubtaskTypeDialog |
setIconUrl(String iconUrl) |
AddSubtaskTypeDialog |
setName(String name) |
<P> P |
submit(Class<P> klazz) |
AddSubtaskTypeDialog |
submitFail() |
<P> P |
submitFail(Class<P> page,
Object... args) |
ManageSubtasksPage |
submitSuccess() |
assertDialogClosed, assertDialogOpen, close, escape, getAuiMessage, getDialogElement, getFormErrorElements, getFormErrorList, getFormErrors, getTimedTitle, getTitle, hasFormErrors, initAbstractDialog, messages, ready, setElement, submit, submit, submit, waitForFormErrors, waitUntilClosed, waitUntilHidden, waitWhileSubmitting
find, find, findAll, findAll, isClosed, isInDOM, isOpen, waitUntilFinishedLoading
public static final String ID
public void init()
public AddSubtaskTypeDialog setName(String name)
setName
in interface AddSubtaskType
public AddSubtaskTypeDialog setDescription(String description)
setDescription
in interface AddSubtaskType
public AddSubtaskTypeDialog setIconUrl(String iconUrl)
setIconUrl
in interface AddSubtaskType
public String getIconUrl()
getIconUrl
in interface AddSubtaskType
public IconPicker.IconPickerPopup openIconPickerPopup()
openIconPickerPopup
in interface AddSubtaskType
public ManageSubtasksPage submitSuccess()
submitSuccess
in interface AddSubtaskType
public AddSubtaskTypeDialog submitFail()
submitFail
in interface AddSubtaskType
public <P> P submitFail(Class<P> page, Object... args)
submitFail
in interface AddSubtaskType
public <P> P submit(Class<P> klazz)
submit
in interface AddSubtaskType
public Map<String,String> getErrors()
getErrors
in interface AddSubtaskType
public ManageSubtasksPage cancel()
cancel
in interface AddSubtaskType
Copyright © 2002-2015 Atlassian. All Rights Reserved.