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.java158 … XPropertySet secondaryRadio = createRadio( 33, "radio button no. 2", "radio group", "secondary" ); in checkBooleanRadioBinding() local
165 bindToCell( secondaryRadio, col, row2 ); in checkBooleanRadioBinding()
173 simulateUserRadioCheck( secondaryRadio ); in checkBooleanRadioBinding()
196 … XPropertySet secondaryRadio = createRadio( 51, "radio button B", "radio ref group", "secondary" ); in checkStringRadioBinding() local
202 secondaryRadio.setPropertyValue( "RefValue", refValueB ); in checkStringRadioBinding()
208 bindToCell( secondaryRadio, col, row ); in checkStringRadioBinding()
213 simulateUserRadioCheck( secondaryRadio ); in checkStringRadioBinding()
218 …verifyRadioStates( primaryRadio, secondaryRadio, (short)0, (short)0, "Radio button not unchecked, … in checkStringRadioBinding()
221 …verifyRadioStates( primaryRadio, secondaryRadio, (short)1, (short)0, "Radio button not properly un… in checkStringRadioBinding()
224 …verifyRadioStates( primaryRadio, secondaryRadio, (short)0, (short)1, "Radio button not properly un… in checkStringRadioBinding()