com.atlassian.pageobjects.elements.test.pageobjects.component
Class InlineDialog
java.lang.Object
com.atlassian.pageobjects.elements.test.pageobjects.component.InlineDialog
- All Implemented Interfaces:
- ActivatedComponent<InlineDialog>
public class InlineDialog
- extends Object
- implements ActivatedComponent<InlineDialog>
Represents the inline dialog that is shown when clicking a link on the AuiPage. This page is generated by the
AUIServlet plugin that is installed in the RefApp
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InlineDialog
public InlineDialog()
initialize
public void initialize()
content
public String content()
getTrigger
public PageElement getTrigger()
- Specified by:
getTrigger in interface ActivatedComponent<InlineDialog>
getView
public PageElement getView()
- Specified by:
getView in interface ActivatedComponent<InlineDialog>
open
public InlineDialog open()
- Specified by:
open in interface ActivatedComponent<InlineDialog>
isOpen
public boolean isOpen()
- Specified by:
isOpen in interface ActivatedComponent<InlineDialog>
Copyright © 2014 Atlassian. All rights reserved.