oracle.dacf.control.swing.find
Interface FindItemEditor
- public interface FindItemEditor
An interface which lets you use custom editors in the FindPanel
When custom editor is used, DacFindPanelUI will display a button
next to the find item textfield. The end user can either directly
specify a value in the textfield or click the button to bring up
an custom editor like an LOV.
- See Also:
FindPanel
,
DacFindPanelUI
Method Summary |
java.lang.Object |
editItem(FindItemModel model,
java.lang.Object initValue)
use the custom editor. |
editItem
public java.lang.Object editItem(FindItemModel model,
java.lang.Object initValue)
- use the custom editor.
- Parameters:
model
- representing the columninitValue
- initial value specified in the textfield- Returns:
- the value the user specified in the custom editor