| 
 | IBM Rational   Functional Tester Version 8.1.1000 IBM Rational Functional Tester API Reference Project Version 2.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITestDataTreeAttributes
Represents the necessary methods for supporting a tree node within a tree-type verification point.
| Method Summary | |
|---|---|
|  State | getCheckState()Returns the checkedState associated with this VP. | 
|  java.lang.String | getText()Accesses the text associated with this verification point. | 
|  boolean | isCheckbox()Returns trueif the tree item is a checkbox type tree item. | 
|  void | setCheckbox(boolean isCheckbox)Sets the checkboxproperty associated with this VP. | 
|  void | setCheckState(State state)Sets the checkedState 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 | 
|---|
java.lang.String getText()
void setText(java.lang.String text)
text - the text associated with this verification pointboolean isCheckbox()
true if the tree item is a checkbox type tree item.
setCheckbox(boolean)void setCheckbox(boolean isCheckbox)
checkbox property associated with this VP.
isCheckbox - the new checkbox property value.isCheckbox()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)void setCheckState(State state)
checked State associated with this VP.
 This property is only defined for isCheckbox() tree items.
selected - the new checked State value.| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||