|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.team.fvt.tests.web.WebPageElement
com.ibm.team.fvt.tests.web.WebElementWrapper
com.ibm.team.fvt.tests.web.WebWindow
com.ibm.team.fvt.tests.web.WebDialog
com.ibm.team.fvt.tests.clm.pages.dialogs.ClmWebPageDialog
com.ibm.team.fvt.tests.clm.pages.dialogs.ClmWebPageDefaultDialog
com.ibm.team.fvt.tests.clm.pages.dialogs.dm.DmDomainsVersionSelectionDialog
public class DmDomainsVersionSelectionDialog
Manage dialog launched to select a domain version for current DM project.
This dialog is launched from the DM project dashboard page (see
DmWebProjectDashboardPage
).
Following actions are accessible on this page:
open(WebBrowserElement)
: open the window by clicking on the
given web element.selectVersion(String)
: Select the given version.Following operations are also specialized for dialogs:
getCloseButton(boolean)
: Return the xpath of the button to close the
dialog.waitForLoadingEnd()
: Wait for the dialog content to be loaded.
Constructor Summary | |
---|---|
DmDomainsVersionSelectionDialog(ClmWebPage page)
|
Method Summary | |
---|---|
com.ibm.team.fvt.tests.web.WebBrowserElement |
open(com.ibm.team.fvt.tests.web.WebBrowserElement openElement)
|
void |
selectLastVersion()
Select the last version. |
void |
selectVersion(java.lang.String version)
Select the given version. |
void |
setElement(com.ibm.team.fvt.tests.web.WebBrowserElement dialogElement)
Deprecated. Should no longer be used. |
Methods inherited from class com.ibm.team.fvt.tests.web.WebWindow |
---|
cancel, close |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DmDomainsVersionSelectionDialog(ClmWebPage page)
Method Detail |
---|
public com.ibm.team.fvt.tests.web.WebBrowserElement open(com.ibm.team.fvt.tests.web.WebBrowserElement openElement)
Wait for the end of dialog content loading.
TODO Pull-up to WebDialog or WebWindow
open
in class com.ibm.team.fvt.tests.web.WebDialog
public void selectLastVersion()
public void selectVersion(java.lang.String version)
version
- The version to select.@Deprecated public void setElement(com.ibm.team.fvt.tests.web.WebBrowserElement dialogElement)
dialogElement
- The element for the current dialog
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |