|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pivot.wtk.SuggestionPopupItemListener.Adapter
public static class SuggestionPopupItemListener.Adapter
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 |
---|
public SuggestionPopupItemListener.Adapter()
Method Detail |
---|
public void itemInserted(SuggestionPopup suggestionPopup, int index)
SuggestionPopupItemListener
itemInserted
in interface SuggestionPopupItemListener
public void itemsRemoved(SuggestionPopup suggestionPopup, int index, int count)
SuggestionPopupItemListener
itemsRemoved
in interface SuggestionPopupItemListener
public void itemUpdated(SuggestionPopup suggestionPopup, int index)
SuggestionPopupItemListener
itemUpdated
in interface SuggestionPopupItemListener
public void itemsCleared(SuggestionPopup suggestionPopup)
SuggestionPopupItemListener
itemsCleared
in interface SuggestionPopupItemListener
public void itemsSorted(SuggestionPopup suggestionPopup)
SuggestionPopupItemListener
itemsSorted
in interface SuggestionPopupItemListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |