Oracle Data-aware Controls Reference

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.
 

Method Detail

editItem

public java.lang.Object editItem(FindItemModel model,
                                 java.lang.Object initValue)
use the custom editor.

Parameters:
model - representing the column
initValue - initial value specified in the textfield
Returns:
the value the user specified in the custom editor

Oracle Data-aware Controls Reference

 

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