com.atlassian.gwt
Interface DropDownHandler


public interface DropDownHandler

An interface to handle drop down events from the QuickSearchInputField.

Author:
Agnes Ro, Ryan Ackley

Method Summary
 java.lang.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

getSpaceKey

java.lang.String getSpaceKey()
Return the space key for the quick search. Empty string should be returned if searching all spaces.


onPostProcess

void onPostProcess(com.google.gwt.dom.client.Element dropDown)
Called after the drop down is displayed.

Parameters:
dropDown - the element containing the drop down

onSelect

void onSelect(LinkableObject selected)
Called when the user selects an item from the dropdown.

Parameters:
selected - Data about the selected item.


Copyright © 2003-2011 Atlassian. All Rights Reserved.