|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to define the LOV dialog. LOV Dialog display can be customized by implementing this interface.
Method Summary | |
java.lang.String |
getDataItemName()
get the name of the data item currently in use |
java.lang.String |
getTitle()
get title for the dialog |
void |
setDataItemName(java.lang.String dataItemName)
set the data item name for the ScrollableRowset interface. |
void |
setFindItemModel(FindItemModel findItemModel)
specify FindItemModel |
void |
setParent(LOVInterface lov)
specify the LOVInterface which uses this dialog |
void |
setSelectionListener(LOVSelectionListener listener)
add's a selection Listener |
void |
setSize(int w,
int h)
pass through to JDialog's setSize; |
void |
setTitle(java.lang.String title)
set title for the dialog |
void |
show()
display the dialog. |
void |
show(java.lang.Object intitalValue)
display the dialog. |
Method Detail |
public void show()
public void show(java.lang.Object intitalValue)
public void setTitle(java.lang.String title)
title
- for the dialogpublic java.lang.String getTitle()
public void setSize(int w, int h)
w
- widthh
- heightpublic void setDataItemName(java.lang.String dataItemName)
dataItemName
- name of the data itempublic java.lang.String getDataItemName()
public void setParent(LOVInterface lov)
public void setFindItemModel(FindItemModel findItemModel)
public void setSelectionListener(LOVSelectionListener listener)
|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.