|
IBM Rational Functional Tester Version 6.1 IBM Rational Functional Tester API Reference Project Version 2.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents the necessary methods for supporting a tree node within a tree-type verification point.
Method Summary | |
State |
getCheckState()
Returns the checked State associated with this VP. |
java.lang.String |
getText()
Accesses the text associated with this verification point. |
boolean |
isCheckbox()
Returns true if the tree item is a checkbox type tree item. |
void |
setCheckbox(boolean isCheckbox)
Sets the checkbox property associated with this VP. |
void |
setCheckState(State state)
Sets the checked State associated with this VP. |
void |
setText(java.lang.String text)
Sets the text associated with this verification point. |
Methods inherited from interface com.rational.test.ft.vp.ITestData |
getData, getDataType, getDescription, getName, getProperty, getPropertyKeys, getType, setData, setDataType, setDescription, setName, setProperty, setType |
Method Detail |
public java.lang.String getText()
public void setText(java.lang.String text)
text
- the text associated with this verification pointpublic boolean isCheckbox()
true
if the tree item is a checkbox type tree item.
setCheckbox(boolean)
public void setCheckbox(boolean isCheckbox)
checkbox
property associated with this VP.
isCheckbox
- the new checkbox
property value.isCheckbox()
public State getCheckState()
checked
State associated with this VP.
This property is only defined for isCheckbox()
tree items.
setCheckState(com.rational.test.ft.script.State state)
public void setCheckState(State state)
checked
State associated with this VP.
This property is only defined for isCheckbox()
tree items.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |