Home
last modified time | relevance | path

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

/trunk/main/forms/qa/integration/forms/
H A DCellBinding.java126 final String otherText = new String( "something else" ); in checkTextFieldBinding() local
143 controlModel.setPropertyValue( "Text", otherText ); in checkTextFieldBinding()
144 …verifyStringCellContent( col, row, otherText, "A text field does not forward programmatic changes … in checkTextFieldBinding()