public interface IRadioButtonProxy
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.| Modifier and Type | Method and Description |
|---|---|
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(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.
|
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.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(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()