com.ibm.team.fvt.tests.clm.pages.dialogs.rm
Class RmAddToCollectionDialog

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.rm.RmAddArtifactsDialog
                              extended by com.ibm.team.fvt.tests.clm.pages.dialogs.rm.RmAddToCollectionDialog

public class RmAddToCollectionDialog
extends RmAddArtifactsDialog

Manage dialog launched to add a requirement to a collection from its RM page.

Following actions are accessible on this page:

Following operations are also specialized for dialogs:

See Also:
RmWebShowCollectionPage

Constructor Summary
RmAddToCollectionDialog(ClmWebPage page)
           
 
Method Summary
 
Methods inherited from class com.ibm.team.fvt.tests.clm.pages.dialogs.rm.RmAddArtifactsDialog
addRequirements, addRequirementUsingSearch
 
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

RmAddToCollectionDialog

public RmAddToCollectionDialog(ClmWebPage page)