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 addColumns(java.lang.String... columns)
          Add the given columns to display.
 void removeColumns(java.lang.String... columns)
          Remove the given columns to display.
 void select(java.lang.String... columns)
          Deprecated. Use addColumns(String...) instead.
 void switchColumns(java.lang.String... columns)
          Switch the given columns to display.
 
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 com.ibm.team.fvt.tests.web.WebElementWrapper
getText
 
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

addColumns

public void addColumns(java.lang.String... columns)
Add the given columns to display.

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

removeColumns

public void removeColumns(java.lang.String... columns)
Remove the given columns to display.

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

select

@Deprecated
public void select(java.lang.String... columns)
Deprecated. Use addColumns(String...) instead.

Select the given columns.

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

switchColumns

public void switchColumns(java.lang.String... columns)
Switch the given columns to display.

Given columns will be added if not already displayed and removed otherwise.

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