|
||||||||||
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.ccm.CcmWorkItemQueriesSelectionDialog
public class CcmWorkItemQueriesSelectionDialog
Manage dialog launched to select a work item query.
This dialog is not launched from a page
but from a viewlet
(see CcmWorkItemsViewlet
).
Following actions are accessible on this page:
open(WebBrowserElement)
: open the window by clicking on the
given web element.select(String, String)
: Select the given query in the given type.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 | |
---|---|
CcmWorkItemQueriesSelectionDialog(ClmWebPage page)
|
Method Summary | |
---|---|
com.ibm.team.fvt.tests.web.WebBrowserElement |
open(com.ibm.team.fvt.tests.web.WebBrowserElement openElement)
|
void |
select(java.lang.String query,
java.lang.String type)
Select the given query in the given type. |
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 CcmWorkItemQueriesSelectionDialog(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 select(java.lang.String query, java.lang.String type)
query
- The query name to select.type
- The query type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |