|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Implements creation of a LOV dialog bound to a BC4J RowSet to display data. Also performs the display of help on the Lov Dialog (if the default LOV dialog is used). In the framework, an inner class implements this interface and displays itself in a JULovDialog. Applications should create their own implementation of this interface to customize the LOV Dialog display/functionality.
Method Summary | |
void |
bindRowSetIterator(DCDataControl dc,
RowSetIterator rsi,
java.lang.String[] lovVODisplayedAttrNames)
Sets display using data from this RowSet Iterator. |
void |
bindRowSetIterator(RowSetIterator rsi,
java.lang.String[] lovVODisplayedAttrNames)
Deprecated. since 9.0.5 |
JULovDialogInterface |
createLovDialog(javax.swing.JComponent control)
Creates a JDialog and returns a JULovDialogInterface that performs interaction with the JULovButtonBinding for display of LOV data. |
DCIteratorBinding |
getLovIteratorBinding()
|
javax.swing.JPanel |
getPanel()
Returns an instance of JPanel to add into an LOV dialog. |
java.lang.String |
getPanelTitle()
Returns a String that is displayed in the default JULovDialog as the title of the LOV dialog. |
Row |
getSelectedRow()
Returns the currently selected Row in the Lov Panel, so that the binding uses this row to update the target values. |
void |
helpAction(java.awt.event.ActionEvent ev)
This method is invoked by the framework to display help on the LOV dialog. |
Method Detail |
public void bindRowSetIterator(DCDataControl dc, RowSetIterator rsi, java.lang.String[] lovVODisplayedAttrNames)
public DCIteratorBinding getLovIteratorBinding()
public javax.swing.JPanel getPanel()
public void helpAction(java.awt.event.ActionEvent ev)
public JULovDialogInterface createLovDialog(javax.swing.JComponent control)
public java.lang.String getPanelTitle()
public Row getSelectedRow()
public void bindRowSetIterator(RowSetIterator rsi, java.lang.String[] lovVODisplayedAttrNames)
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.