|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester Proxy SDK Reference Project Version 2.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRadioButtonProxy
Radiobutton proxies that desire default data driving from the mappable parent proxy need to implement this interface. If this interface is
implemented and getRole()
method returns TestObjectRole.ROLE_RADIO_BUTTON
then the proxy will be data driven from the mappable parent automatically.
Note that no methods from this interface will be called if the role is not TestObjectRole.ROLE_RADIO_BUTTON
.
Method Summary | |
---|---|
com.rational.test.ft.script.Property[] |
getDataDrivenRecognitionProperties(java.util.Hashtable radiobuttonGroups)
Return a limited set of properties that can be used to identify all radiobuttons in the group. |
java.lang.Object |
getRadioButtonGroup()
Return access to the radio button group object. |
java.lang.String |
getVariableDataDrivenRecognitionProperty(com.rational.test.ft.script.Property[] properties)
Only one recognition property will be data driven by default, this method specifies that property. |
boolean |
isRadioSelected()
Specifies if the radiobutton is currently selected. |
Method Detail |
---|
java.lang.Object getRadioButtonGroup()
null
should be returned and all radiobuttons in the parent will be treated as if they come from the same group.
com.rational.test.ft.script.Property[] getDataDrivenRecognitionProperties(java.util.Hashtable radiobuttonGroups)
radiobuttonGroups
- The set of radiobutton groups available from the same parent. The key to the map is the group
object and the value is a java.util.Vector
of the radiobuttons in the group.java.lang.String getVariableDataDrivenRecognitionProperty(com.rational.test.ft.script.Property[] properties)
#getDataDrivenRecognitionProperties()
.
Nothing will be data driven if this property name is not in that set.
properties
- The properties returned by getDataDrivenRecognitionProperties(Hashtable)
.boolean isRadioSelected()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |