com.atlassian.pageobjects.elements.test.pageobjects.component
Class InlineDialog

java.lang.Object
  extended by 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


Constructor Summary
InlineDialog()
           
 
Method Summary
 String content()
           
 PageElement getTrigger()
           
 PageElement getView()
           
 void initialize()
           
 boolean isOpen()
           
 InlineDialog open()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InlineDialog

public InlineDialog()
Method Detail

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.