|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Listener interface for the SeachAndSelect Bebop widget. SearchAndSelect requires knowledge about the data it is searching over (to determine the display method and to actually execute the query).
Field Summary | |
static String |
versionId
|
Method Summary | |
String |
getID(int i)
Get the "i"th ID (0 based indexing) |
String |
getLabel(int i)
Get the "i"th label (0 based indexing) |
String |
getQuery()
Retrieve the query that was last used. |
int |
resultsCount()
Return the number of items that are currently selected by the query string. |
void |
setQuery(String query)
Specify the user's search and restrict the result set to those queries that match. |
Field Detail |
public static final String versionId
Method Detail |
public void setQuery(String query)
query
- the user's search string, space or comma delimited wordspublic String getQuery()
public int resultsCount()
public String getLabel(int i)
i
- the label number to retrieve
public String getID(int i)
i
- the ID number to retrieve
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |