Home
last modified time | relevance | path

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

/aoo42x/main/odk/examples/DevelopersGuide/Forms/
H A DSpreadsheetValueBinding.java62 XPropertySet numericControl = m_formLayer.insertControlLine( "NumericField", in prepareDocument() local
64 numericControl.setPropertyValue( "ValueMin", new Short( (short)1 ) ); in prepareDocument()
65 numericControl.setPropertyValue( "ValueMax", new Short( (short)5 ) ); in prepareDocument()
66 numericControl.setPropertyValue( "Value", new Short( (short)1 ) ); in prepareDocument()
67 numericControl.setPropertyValue( "DecimalAccuracy", new Short( (short)0 ) ); in prepareDocument()
68 numericControl.setPropertyValue( "Spin", new Boolean( true ) ); in prepareDocument()
71 … implBind( numericControl, document.createCellBinding( sheet, exchangeColumn, exchangeRow ) ); in prepareDocument()
111 numericControl.setPropertyValue( "BackgroundColor", backColor ); in prepareDocument()

Completed in 18 milliseconds