|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.team.fvt.tests.web.WebPageElement
com.ibm.team.fvt.tests.web.WebElementWrapper
com.ibm.team.fvt.tests.web.WebWindow
com.ibm.team.fvt.tests.web.WebDialog
com.ibm.team.fvt.tests.clm.pages.dialogs.ClmWebPageDialog
com.ibm.team.fvt.tests.clm.pages.dialogs.ClmWebPageDefaultDialog
com.ibm.team.fvt.tests.clm.pages.dialogs.ClmTimelineDialog
public class ClmTimelineDialog
Manage Dialog launched to create a time line
The dialog provides the following features:
getEndDate()
: Returns the end date.getName()
: Return the name of time line.getStartDate()
: Returns the start date.markCheckBox(boolean)
: Mark or unmark the checkbox.setEndDate(Date)
: Set the end date.setIdentifier(String)
: Fill the identifier.setName(String)
: Set the name of time line.setStartDate(Date)
: Set the start date.Here are some other specific functionalities that this page specializes:
getCheckboxElementXPath()
: Return the xpath for the checkbox.getCloseButton(boolean)
: Return the xpath for the Cancel or OK button.
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 |
---|
public ClmTimelineDialog(ClmWebPage page)
Method Detail |
---|
public java.lang.String getEndDate()
public java.lang.String getName()
public java.lang.String getStartDate()
public void markCheckBox(boolean on)
on
- : true - checked, false - unchecked.public void setEndDate(java.util.Date endDate)
endDate
- the end date of time linepublic void setIdentifier(java.lang.String identifier)
identifier
- the identifier of timelinepublic void setName(java.lang.String name)
name
- the name of the timelinepublic void setStartDate(java.util.Date startDate)
startDate
- the start date of time line
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |