public interface JULovPanelInterface
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
void bindRowSetIterator(DCDataControl dc, RowSetIterator rsi, java.lang.String[] lovVODisplayedAttrNames)
DCIteratorBinding getLovIteratorBinding()
javax.swing.JPanel getPanel()
void helpAction(java.awt.event.ActionEvent ev)
JULovDialogInterface createLovDialog(javax.swing.JComponent control)
java.lang.String getPanelTitle()
Row getSelectedRow()
void bindRowSetIterator(RowSetIterator rsi, java.lang.String[] lovVODisplayedAttrNames)