Searched refs:listBoxModel (Results 1 – 2 of 2) sorted by relevance
95 Object listBoxModel = form.getByName( columnFKName ); in checkForeignKeys() local97 view.getControl( listBoxModel ) ); in checkForeignKeys()276 …XPropertySet listBoxModel = m_formLayer.insertControlLine( "DatabaseListBox", columnFKName, null, … in impl_createForm() local277 listBoxModel.setPropertyValue( "Dropdown", new Boolean( true ) ); in impl_createForm()278 listBoxModel.setPropertyValue( "ListSourceType", ListSourceType.SQL ); in impl_createForm()279 …listBoxModel.setPropertyValue( "ListSource", new String[] { "SELECT \"content\", \"" + columnPKNam… in impl_createForm()281 listBoxModel.setPropertyValue( "BoundColumn", new Short( (short)1 ) ); in impl_createForm()
286 XControlModel listBoxModel = (XControlModel)formsRoot.getByIndex( 0 ). in getListBoxModel() local288 return listBoxModel; in getListBoxModel()
Completed in 15 milliseconds