Package com.atlassian.mywork.pageobjects
Class NotificationDrilldownItem.NotificationFormAction
- java.lang.Object
-
- com.atlassian.mywork.pageobjects.NotificationDrilldownItem.NotificationFormAction
-
- Enclosing class:
- NotificationDrilldownItem
public static class NotificationDrilldownItem.NotificationFormAction extends Object
-
-
Constructor Summary
Constructors Constructor Description NotificationFormAction(NotificationDrilldownItem item, com.atlassian.pageobjects.elements.PageElement form)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationDrilldownItemcancel()com.atlassian.pageobjects.elements.PageElementgetFieldElement(String name)NotificationDrilldownItem.NotificationFormActionsetField(String name, String value)NotificationDrilldownItemsubmit()
-
-
-
Constructor Detail
-
NotificationFormAction
public NotificationFormAction(NotificationDrilldownItem item, com.atlassian.pageobjects.elements.PageElement form)
-
-
Method Detail
-
getFieldElement
public com.atlassian.pageobjects.elements.PageElement getFieldElement(String name)
-
setField
public NotificationDrilldownItem.NotificationFormAction setField(String name, String value)
-
submit
public NotificationDrilldownItem submit()
-
cancel
public NotificationDrilldownItem cancel()
-
-