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 it's own implementation of JULovDialogInterface
in a JULovPanelInterface for it to bring up an application-customized dialog
rather than 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
Note that LOV can call helpAction on the LOV binding object. |
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.
By default in JULovDialog, if OK button is pressed, this method returns true.