|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pivot.wtk.SuggestionPopupListener.Adapter
public static class SuggestionPopupListener.Adapter
Suggestion popup listener adapter.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.SuggestionPopupListener |
---|
SuggestionPopupListener.Adapter |
Constructor Summary | |
---|---|
SuggestionPopupListener.Adapter()
|
Method Summary | |
---|---|
void |
listSizeChanged(SuggestionPopup suggestionPopup,
int previousListSize)
Called when a suggestion popup's list size has changed. |
void |
selectedIndexChanged(SuggestionPopup suggestionPopup,
int previousSelectedIndex)
Called when a suggestion popup's selected index has changed. |
void |
suggestionRendererChanged(SuggestionPopup suggestionPopup,
ListView.ItemRenderer previousSuggestionRenderer)
Called when a suggestion popup's item renderer has changed. |
void |
suggestionsChanged(SuggestionPopup suggestionPopup,
List<?> previousSuggestions)
Called when a suggestion popup's suggestions have changed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SuggestionPopupListener.Adapter()
Method Detail |
---|
public void suggestionsChanged(SuggestionPopup suggestionPopup, List<?> previousSuggestions)
SuggestionPopupListener
suggestionsChanged
in interface SuggestionPopupListener
public void suggestionRendererChanged(SuggestionPopup suggestionPopup, ListView.ItemRenderer previousSuggestionRenderer)
SuggestionPopupListener
suggestionRendererChanged
in interface SuggestionPopupListener
public void selectedIndexChanged(SuggestionPopup suggestionPopup, int previousSelectedIndex)
SuggestionPopupListener
selectedIndexChanged
in interface SuggestionPopupListener
public void listSizeChanged(SuggestionPopup suggestionPopup, int previousListSize)
SuggestionPopupListener
listSizeChanged
in interface SuggestionPopupListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |