|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DropDownHandler
An interface to handle drop down events from the QuickSearchInputField.
| Method Summary | |
|---|---|
String |
getSpaceKey()
Return the space key for the quick search. |
void |
onPostProcess(com.google.gwt.dom.client.Element dropDown)
Called after the drop down is displayed. |
void |
onSelect(LinkableObject selected)
Called when the user selects an item from the dropdown. |
| Method Detail |
|---|
String getSpaceKey()
void onPostProcess(com.google.gwt.dom.client.Element dropDown)
dropDown - the element containing the drop downvoid onSelect(LinkableObject selected)
selected - Data about the selected item.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||