|
||||||||||
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.web.WebFramedDialog
com.ibm.team.fvt.tests.clm.pages.dialogs.ClmWebPageFramedDialog
com.ibm.team.fvt.tests.clm.pages.dialogs.ccm.CcmWorkItemsParametersSelectionDialog
public class CcmWorkItemsParametersSelectionDialog
Manage dialog launched to select work items parameters.
This dialog is launched from a CcmOpenVsClosedWorkItemsViewlet
.
Following actions are accessible on this page:
open(WebBrowserElement)
: open the window by clicking on the
given web element.selectAll(String, boolean)
: Select or unselect all lines of the given
group.Following operations are also specialized for dialogs:
getCloseButton(boolean)
: Return the xpath of the button to close the
dialog.waitForLoadingEnd()
: Wait for the window content to be loaded.
Constructor Summary | |
---|---|
CcmWorkItemsParametersSelectionDialog(ClmWebPage page,
com.ibm.team.fvt.tests.web.WebBrowserFrame frame)
|
Method Summary | |
---|---|
com.ibm.team.fvt.tests.web.WebBrowserElement |
open(com.ibm.team.fvt.tests.web.WebBrowserElement openElement)
|
void |
selectAll(java.lang.String group,
boolean on)
Select or unselect all items from the given group. |
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 CcmWorkItemsParametersSelectionDialog(ClmWebPage page, com.ibm.team.fvt.tests.web.WebBrowserFrame frame)
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.WebFramedDialog
public void selectAll(java.lang.String group, boolean on)
This does not close the dialog.
group
- The group titleon
- Tells whether to select or unselect.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |