Modifier and Type | Method and Description |
---|---|
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.
|
getData, getDataType, getDescription, getName, getProperty, getPropertyKeys, getType, setData, setDataType, setDescription, setName, setProperty, setType
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.