Home
last modified time | relevance | path

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

/trunk/main/forms/qa/integration/forms/
H A DListBox.java112 Object listBoxModel = form.getByName( columnFKName ); in checkForeignKeys() local
114 view.getControl( listBoxModel ) ); in checkForeignKeys()
294 …XPropertySet listBoxModel = m_formLayer.insertControlLine( "DatabaseListBox", columnFKName, null, … in impl_createForm() local
295 listBoxModel.setPropertyValue( "Dropdown", new Boolean( true ) ); in impl_createForm()
296 listBoxModel.setPropertyValue( "ListSourceType", ListSourceType.SQL ); in impl_createForm()
297listBoxModel.setPropertyValue( "ListSource", new String[] { "SELECT \"content\", \"" + columnPKNam… in impl_createForm()
299 listBoxModel.setPropertyValue( "BoundColumn", new Short( (short)1 ) ); in impl_createForm()
H A DListSelection.java314 XControlModel listBoxModel = (XControlModel)formsRoot.getByIndex( 0 ). in getListBoxModel() local
316 return listBoxModel; in getListBoxModel()