Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


Uses of Interface
oracle.jbo.uicli.controls.JUArrayElementEditorInterface

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

 

Uses of JUArrayElementEditorInterface in oracle.jbo.uicli.controls

 

Methods in oracle.jbo.uicli.controls that return JUArrayElementEditorInterface
 JUArrayElementEditorInterface JUArrayComboBox.getArrayElementEditor()
          Returns the custom element editor (if any) that this combobox works with.

 

Methods in oracle.jbo.uicli.controls with parameters of type JUArrayElementEditorInterface
 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.
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.

 


Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


 

Copyright © 1997, 2005, Oracle. All rights reserved.