|
Oracle Data-aware Controls Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The DacFindPanelUIListener interface is used by the DacFindPanelUI class to notify various button clicks. A class which implements this interface will typically call appropriate methods in response to the button click. It may use FindPanel methods to implement the action associated with button click.
DacFindPanelUI
,
FindPanel
Method Summary | |
void |
closeButtonClicked()
A notification that the Close button was clicked |
void |
findButtonClicked()
A notification that the Find button was clicked |
void |
helpButtonClicked()
A notification that the Help button was clicked |
void |
orButtonClicked()
A notification that the OR button was clicked |
void |
removeAllButtonClicked()
A notification that the Remove All button was clicked |
void |
removeButtonClicked()
A notification that the Remove button was clicked |
void |
resetButtonClicked()
A notification that the Reset button was clicked |
Method Detail |
public void findButtonClicked()
public void closeButtonClicked()
public void resetButtonClicked()
public void helpButtonClicked()
public void orButtonClicked()
public void removeButtonClicked()
public void removeAllButtonClicked()
|
Oracle Data-aware Controls Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |