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

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.RmSelectTagsDialog

public class RmSelectTagsDialog
extends ClmWebPageDefaultDialog

Dialog used to select tags to add to an artifact.

The following actions are accessible on this page:

The following operations are also specialized for this dialog:


Constructor Summary
RmSelectTagsDialog(ClmWebPage page)
           
 
Method Summary
 void selectTags(java.lang.String... tags)
          Select the tags to add or apply to the currently viewed artifact.
 
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

RmSelectTagsDialog

public RmSelectTagsDialog(ClmWebPage page)
Method Detail

selectTags

public void selectTags(java.lang.String... tags)
Select the tags to add or apply to the currently viewed artifact.

Parameters:
tags - List of Strings representing the tags to add.