|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SuggestionPopupListener
Suggestion popup listener interface.
Nested Class Summary | |
---|---|
static class |
SuggestionPopupListener.Adapter
Suggestion popup listener adapter. |
Method Summary | |
---|---|
void |
listSizeChanged(SuggestionPopup suggestionPopup,
int previousListSize)
Called when a suggestion popup's list size has changed. |
void |
suggestionDataChanged(SuggestionPopup suggestionPopup,
List<?> previousSuggestionData)
Called when a suggestion popup's suggestions have changed. |
void |
suggestionRendererChanged(SuggestionPopup suggestionPopup,
ListView.ItemRenderer previousSuggestionRenderer)
Called when a suggestion popup's item renderer has changed. |
Method Detail |
---|
void suggestionDataChanged(SuggestionPopup suggestionPopup, List<?> previousSuggestionData)
suggestionPopup
- previousSuggestionData
- void suggestionRendererChanged(SuggestionPopup suggestionPopup, ListView.ItemRenderer previousSuggestionRenderer)
suggestionPopup
- previousSuggestionRenderer
- void listSizeChanged(SuggestionPopup suggestionPopup, int previousListSize)
suggestionPopup
- previousListSize
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |