Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.6.0)

E10653-07

oracle.jbo.uicli.jui
Interface JULovDialogInterface

All Known Implementing Classes:
JUComboLovDialog, JULovDialog

public interface JULovDialogInterface

JULovButtonBinding works with a JULovDialogInterface to display LOV data. An application can pass its own implementation of JULovDialogInterface in a JULovPanelInterface in order to display an application-specific dialog instead of the default JULovDialog, which also implements this interface.

See Also:
JULovDialog, JULovButtonBinding

Method Summary
 boolean isOKSelected()
          Return true if the LOV binding should perform updates of the target row based on this LOV RSI's currentRow.
 void setLov(JULovButtonBinding lov)
          Add the LOV binding object to the dialog.
 void show()
          Display the Lov Dialog.
 

Method Detail

show

void show()
Display the Lov Dialog. This method may control the model nature of the Lov Dialog as well.


setLov

void setLov(JULovButtonBinding lov)
Add the LOV binding object to the dialog. Note that LOV can call helpAction on the LOV binding object. Add the LOV Panel to dialog display


isOKSelected

boolean isOKSelected()
Return true if the LOV binding should perform updates of the target row based on this LOV RSI's currentRow. This method is true by default in JULovDialog, if OK button is pressed.


Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.6.0)

E10653-07

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