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

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

public class RmColumnDisplaySettingsDialog
extends ClmWebPageDefaultDialog

Manage dialog launched to select column(s) to display in a collection.

This dialog is launched from a RmWebShowCollectionPage.

Following actions are accessible on this page:

Following operations are also specialized for dialogs:


Constructor Summary
RmColumnDisplaySettingsDialog(ClmWebPage page)
           
 
Method Summary
 void select(java.lang.String... columns)
          Select the given columns.
 
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

RmColumnDisplaySettingsDialog

public RmColumnDisplaySettingsDialog(ClmWebPage page)
Method Detail

select

public void select(java.lang.String... columns)
Select the given columns.

Parameters:
columns - The label of the columns to select.