|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.bejug.javacareers.common.ajax.CompletionResult
Class which gathers completion results from event handlers
| Method Summary | |
void |
addItem(java.lang.String item)
Add the given String into the set of completion items returned to the browser. |
void |
addItems(java.util.Collection items)
Add all the items in the given collection of Strings into the set of completion items returned to the browser. |
void |
addItems(java.lang.String[] items)
Add all the items in the given String artray into the set of completion items returned to the browser. |
java.util.List |
getItems()
Provide the results to other ajax textfield classes such that the results can be encoded and returned to the browser. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public void addItem(java.lang.String item)
item - The item to be added to the completion resultpublic void addItems(java.lang.String[] items)
items - The item array to be added to the completion resultpublic void addItems(java.util.Collection items)
items - The collection of Strings to be addedpublic java.util.List getItems()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||