com.ibm.team.fvt.tests.clm.pages.dialogs.dm
Class DmSelectConfigurationDialog

java.lang.Object
  extended by com.ibm.team.fvt.tests.web.WebPageElement
      extended by com.ibm.team.fvt.tests.web.WebElementWrapper
          extended by com.ibm.team.fvt.tests.web.WebWindow
              extended by com.ibm.team.fvt.tests.web.WebDialog
                  extended by com.ibm.team.fvt.tests.clm.pages.dialogs.ClmWebPageDialog
                      extended by com.ibm.team.fvt.tests.clm.pages.dialogs.ClmWebPageDefaultDialog
                          extended by com.ibm.team.fvt.tests.clm.pages.dialogs.dm.DmSelectConfigurationDialog

public class DmSelectConfigurationDialog
extends ClmWebPageDefaultDialog

This class represents the Dialog to select Configuration Context from any DM page.


Constructor Summary
DmSelectConfigurationDialog(ClmWebPage page)
           
DmSelectConfigurationDialog(ClmWebPage page, java.lang.String frame)
           
 
Method Summary
 int enterSearchText(java.lang.String searchText)
          Enter specified searchText into the search dialog, and wait for the results.
 void selectSearchResult(java.lang.String toBeSelected)
          From a set of returned results, select the specified element.
 
Methods inherited from class com.ibm.team.fvt.tests.web.WebDialog
open
 
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

DmSelectConfigurationDialog

public DmSelectConfigurationDialog(ClmWebPage page)
Parameters:
page - The page invoking this dialog

DmSelectConfigurationDialog

public DmSelectConfigurationDialog(ClmWebPage page,
                                   java.lang.String frame)
Parameters:
page -
frame -
Method Detail

enterSearchText

public int enterSearchText(java.lang.String searchText)
Enter specified searchText into the search dialog, and wait for the results.

Parameters:
searchText -
Returns:
Number of elements in the search result.

selectSearchResult

public void selectSearchResult(java.lang.String toBeSelected)
From a set of returned results, select the specified element. If there are multiple rows in search result matching with specified text, the first one will be selected.

Parameters:
toBeSelected - Text based upon which an item should be selected.