Searched refs:sourceCol (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/forms/qa/integration/forms/ |
| H A D | CellBinding.java | 305 short sourceCol = (short)4; in checkListBoxBinding() local 306 setCellText( sourceCol, (short)( row - 1 ), "Apples" ); in checkListBoxBinding() 307 setCellText( sourceCol, (short)( row + 0 ), "Oranges" ); in checkListBoxBinding() 308 setCellText( sourceCol, (short)( row + 1 ), "Peaches" ); in checkListBoxBinding() 348 short sourceCol = (short)4; in checkListBoxIndexBinding() local 349 setCellText( sourceCol, (short)( row - 1 ), "Pears" ); in checkListBoxIndexBinding() 350 setCellText( sourceCol, (short)( row + 0 ), "Bananas" ); in checkListBoxIndexBinding() 351 setCellText( sourceCol, (short)( row + 1 ), "Strawberries" ); in checkListBoxIndexBinding()
|