Home
last modified time | relevance | path

Searched refs:secondaryRadio (Results 1 – 1 of 1) sorted by relevance

/trunk/main/forms/qa/integration/forms/
H A DCellBinding.java151 … XPropertySet secondaryRadio = createRadio( 33, "radio button no. 2", "radio group", "secodary" ); in checkBooleanRadioBinding() local
158 bindToCell( secondaryRadio, col, row2 ); in checkBooleanRadioBinding()
166 simulateUserRadioCheck( secondaryRadio ); in checkBooleanRadioBinding()
188 … XPropertySet secondaryRadio = createRadio( 51, "radio button B", "radio ref group", "secodary" ); in checkStringRadioBinding() local
194 secondaryRadio.setPropertyValue( "RefValue", refValueB ); in checkStringRadioBinding()
200 bindToCell( secondaryRadio, col, row ); in checkStringRadioBinding()
205 simulateUserRadioCheck( secondaryRadio ); in checkStringRadioBinding()
210 …verifyRadioStates( primaryRadio, secondaryRadio, (short)0, (short)0, "Radio button not unchecked, … in checkStringRadioBinding()
213 …verifyRadioStates( primaryRadio, secondaryRadio, (short)1, (short)0, "Radio button not properly un… in checkStringRadioBinding()
216 …verifyRadioStates( primaryRadio, secondaryRadio, (short)0, (short)1, "Radio button not properly un… in checkStringRadioBinding()

Completed in 15 milliseconds