com.ibm.team.fvt.tests.clm.pages.dialogs.ccm
Class CcmPlanColumnSelectionDialog

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.ccm.CcmPlanColumnSelectionDialog

public class CcmPlanColumnSelectionDialog
extends ClmWebPageDefaultDialog

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

This dialog is launched from a CcmWebViewPlanPage.

Following actions are accessible on this page:

Following operations are also specialized for dialogs:


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

CcmPlanColumnSelectionDialog

public CcmPlanColumnSelectionDialog(ClmWebPage page)
Method Detail

select

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

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