org.apache.pivot.wtk
Class SuggestionPopupListener.Adapter
java.lang.Object
org.apache.pivot.wtk.SuggestionPopupListener.Adapter
- All Implemented Interfaces:
- SuggestionPopupListener
- Enclosing interface:
- SuggestionPopupListener
public static class SuggestionPopupListener.Adapter
- extends Object
- implements SuggestionPopupListener
Suggestion popup listener adapter.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SuggestionPopupListener.Adapter
public SuggestionPopupListener.Adapter()
suggestionDataChanged
public void suggestionDataChanged(SuggestionPopup suggestionPopup,
List<?> previousSuggestionData)
- Description copied from interface:
SuggestionPopupListener
- Called when a suggestion popup's suggestions have changed.
- Specified by:
suggestionDataChanged
in interface SuggestionPopupListener
suggestionRendererChanged
public void suggestionRendererChanged(SuggestionPopup suggestionPopup,
ListView.ItemRenderer previousSuggestionRenderer)
- Description copied from interface:
SuggestionPopupListener
- Called when a suggestion popup's item renderer has changed.
- Specified by:
suggestionRendererChanged
in interface SuggestionPopupListener
listSizeChanged
public void listSizeChanged(SuggestionPopup suggestionPopup,
int previousListSize)
- Description copied from interface:
SuggestionPopupListener
- Called when a suggestion popup's list size has changed.
- Specified by:
listSizeChanged
in interface SuggestionPopupListener