Searched refs:listBoxModel (Results 1 – 2 of 2) sorted by relevance
112 Object listBoxModel = form.getByName( columnFKName ); in checkForeignKeys() local114 view.getControl( listBoxModel ) ); in checkForeignKeys()294 …XPropertySet listBoxModel = m_formLayer.insertControlLine( "DatabaseListBox", columnFKName, null, … in impl_createForm() local295 listBoxModel.setPropertyValue( "Dropdown", new Boolean( true ) ); in impl_createForm()296 listBoxModel.setPropertyValue( "ListSourceType", ListSourceType.SQL ); in impl_createForm()297 …listBoxModel.setPropertyValue( "ListSource", new String[] { "SELECT \"content\", \"" + columnPKNam… in impl_createForm()299 listBoxModel.setPropertyValue( "BoundColumn", new Short( (short)1 ) ); in impl_createForm()
314 XControlModel listBoxModel = (XControlModel)formsRoot.getByIndex( 0 ). in getListBoxModel() local316 return listBoxModel; in getListBoxModel()