Home
last modified time | relevance | path

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

/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DSpreadsheetValueBinding.java56 final short exchangeColumn = (short)1; // B in prepareDocument() local
71 … implBind( numericControl, document.createCellBinding( sheet, exchangeColumn, exchangeRow ) ); in prepareDocument()
93 implBind( listBox, document.createListIndexBinding( sheet, exchangeColumn, exchangeRow ) ); in prepareDocument()
108 document.getSheet( sheet ).getCellByPosition( exchangeColumn, exchangeRow ) in prepareDocument()

Completed in 29 milliseconds