Package | Description |
---|---|
oracle.jbo.uicli.controls |
Contains classes that implement ADF Swing controls
|
Modifier and Type | Method and Description |
---|---|
JUArrayElementEditorInterface |
JUArrayComboBox.getArrayElementEditor()
Returns the custom element editor (if any) that this combobox works with.
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
JUArrayComboBox.setArrayElementEditor(JUArrayElementEditorInterface editor)
Sets the editor whose edit() method will be invoked when the selected item in this combobox is to be edited.
|