Business Components

Uses of Class
oracle.jbo.uicli.controls.JUArrayComboBox

Packages that use.*
PackageDescription
oracle.jbo.uicli.controls Contains classes that implement JClient controls  
 

Uses of JUArrayComboBox in oracle.jbo.uicli.controls
 

Methods in oracle.jbo.uicli.controls with parameters of type JUArrayComboBox
TypeName
static javax.swing.ComboBoxModel JUArrayComboBox.createAttributeBinding(JUFormBinding formBinding, JUArrayComboBox control, java.lang.String voInstanceName, java.lang.String voIterName, java.lang.String voIterBindingName, java.lang.String attrName, JUArrayElementEditorInterface editor)
          This method is used by the JDeveloper designtime wizards for binding a JComboBox component with an attribute of type Array in rows of a ViewObject/RowIterator.
 


Business Components