Home
last modified time | relevance | path

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

/aoo42x/main/forms/qa/integration/forms/
H A DListBox.java95 Object listBoxModel = form.getByName( columnFKName ); in checkForeignKeys() local
97 view.getControl( listBoxModel ) ); in checkForeignKeys()
276 …XPropertySet listBoxModel = m_formLayer.insertControlLine( "DatabaseListBox", columnFKName, null, … in impl_createForm() local
277 listBoxModel.setPropertyValue( "Dropdown", new Boolean( true ) ); in impl_createForm()
278 listBoxModel.setPropertyValue( "ListSourceType", ListSourceType.SQL ); in impl_createForm()
279listBoxModel.setPropertyValue( "ListSource", new String[] { "SELECT \"content\", \"" + columnPKNam… in impl_createForm()
281 listBoxModel.setPropertyValue( "BoundColumn", new Short( (short)1 ) ); in impl_createForm()
H A DListSelection.java286 XControlModel listBoxModel = (XControlModel)formsRoot.getByIndex( 0 ). in getListBoxModel() local
288 return listBoxModel; in getListBoxModel()

Completed in 30 milliseconds