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

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

public class RmEditTagDialog
extends ClmWebPageDefaultDialog

Dialog used to edit a tag.

The following actions are accessible on this page:

The following operations are also specialized for this dialog:


Constructor Summary
RmEditTagDialog(ClmWebPage page)
           
 
Method Summary
 void editTag(java.lang.String name, java.lang.String description)
          Edit a tag with the given information.
 
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

RmEditTagDialog

public RmEditTagDialog(ClmWebPage page)
Method Detail

editTag

public void editTag(java.lang.String name,
                    java.lang.String description)
Edit a tag with the given information.

Parameters:
name - The new name of the tag.
description - The new description of the tag.