org.apache.pivot.wtk
Class SuggestionPopupItemListener.Adapter

java.lang.Object
  extended by org.apache.pivot.wtk.SuggestionPopupItemListener.Adapter
All Implemented Interfaces:
SuggestionPopupItemListener
Enclosing interface:
SuggestionPopupItemListener

public static class SuggestionPopupItemListener.Adapter
extends Object
implements SuggestionPopupItemListener

Suggestion popup item listener adapter.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.SuggestionPopupItemListener
SuggestionPopupItemListener.Adapter
 
Constructor Summary
SuggestionPopupItemListener.Adapter()
           
 
Method Summary
 void itemInserted(SuggestionPopup suggestionPopup, int index)
          Called when an item is inserted into a list button's list data.
 void itemsCleared(SuggestionPopup suggestionPopup)
          Called when a list button's list data has been cleared.
 void itemsRemoved(SuggestionPopup suggestionPopup, int index, int count)
          Called when items are removed from a list button's list data.
 void itemsSorted(SuggestionPopup suggestionPopup)
          Called when a list button's list data is sorted.
 void itemUpdated(SuggestionPopup suggestionPopup, int index)
          Called when an item is updated within a list button's list data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuggestionPopupItemListener.Adapter

public SuggestionPopupItemListener.Adapter()
Method Detail

itemInserted

public void itemInserted(SuggestionPopup suggestionPopup,
                         int index)
Description copied from interface: SuggestionPopupItemListener
Called when an item is inserted into a list button's list data.

Specified by:
itemInserted in interface SuggestionPopupItemListener

itemsRemoved

public void itemsRemoved(SuggestionPopup suggestionPopup,
                         int index,
                         int count)
Description copied from interface: SuggestionPopupItemListener
Called when items are removed from a list button's list data.

Specified by:
itemsRemoved in interface SuggestionPopupItemListener

itemUpdated

public void itemUpdated(SuggestionPopup suggestionPopup,
                        int index)
Description copied from interface: SuggestionPopupItemListener
Called when an item is updated within a list button's list data.

Specified by:
itemUpdated in interface SuggestionPopupItemListener

itemsCleared

public void itemsCleared(SuggestionPopup suggestionPopup)
Description copied from interface: SuggestionPopupItemListener
Called when a list button's list data has been cleared.

Specified by:
itemsCleared in interface SuggestionPopupItemListener

itemsSorted

public void itemsSorted(SuggestionPopup suggestionPopup)
Description copied from interface: SuggestionPopupItemListener
Called when a list button's list data is sorted.

Specified by:
itemsSorted in interface SuggestionPopupItemListener