com.ibm.team.fvt.tests.clm.pages.dialogs
Class ClmTimelineDialog

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.ClmTimelineDialog
Direct Known Subclasses:
ClmIterationDialog

public class ClmTimelineDialog
extends ClmWebPageDefaultDialog

Manage Dialog launched to create a time line

The dialog provides the following features:

Here are some other specific functionalities that this page specializes:


Constructor Summary
ClmTimelineDialog(ClmWebPage page)
           
 
Method Summary
 java.lang.String getEndDate()
          Get the end date of timeline
 java.lang.String getName()
          Get the name of timeline
 java.lang.String getStartDate()
          Get the start date of time line
 void markCheckBox(boolean on)
          Select the checkbox if parameter on is true and unselected if it's false.
 void setEndDate(java.util.Date endDate)
          Set the end date of the time line
 void setIdentifier(java.lang.String identifier)
          Set the identifier of the timeline
 void setName(java.lang.String name)
          Set the name of the timeline.
 void setStartDate(java.util.Date startDate)
          Set the start date of timeline
 
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

ClmTimelineDialog

public ClmTimelineDialog(ClmWebPage page)
Method Detail

getEndDate

public java.lang.String getEndDate()
Get the end date of timeline

Returns:
the start date of the timeline

getName

public java.lang.String getName()
Get the name of timeline

Returns:
the name of the timeline

getStartDate

public java.lang.String getStartDate()
Get the start date of time line

Returns:
the start date of the timeline

markCheckBox

public void markCheckBox(boolean on)
Select the checkbox if parameter on is true and unselected if it's false.

Parameters:
on - : true - checked, false - unchecked.

setEndDate

public void setEndDate(java.util.Date endDate)
Set the end date of the time line

Parameters:
endDate - the end date of time line

setIdentifier

public void setIdentifier(java.lang.String identifier)
Set the identifier of the timeline

Parameters:
identifier - the identifier of timeline

setName

public void setName(java.lang.String name)
Set the name of the timeline.

Parameters:
name - the name of the timeline

setStartDate

public void setStartDate(java.util.Date startDate)
Set the start date of timeline

Parameters:
startDate - the start date of time line