oracle.jbo.uicli.jui
Interface JULovDialogInterface
- All Known Implementing Classes:
- 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
Type | Method |
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. |
show
public void show()
- Display the Lov Dialog. This method may control the model nature of
the Lov Dialog as well.
setLov
public 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
public 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.