|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SuggestionPopupItemListener
Suggestion popup item listener interface.
| Nested Class Summary | |
|---|---|
static class |
SuggestionPopupItemListener.Adapter
Suggestion popup item listener 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. |
| Method Detail |
|---|
void itemInserted(SuggestionPopup suggestionPopup,
int index)
suggestionPopup - index -
void itemsRemoved(SuggestionPopup suggestionPopup,
int index,
int count)
suggestionPopup - index - count -
void itemUpdated(SuggestionPopup suggestionPopup,
int index)
suggestionPopup - index - void itemsCleared(SuggestionPopup suggestionPopup)
suggestionPopup - void itemsSorted(SuggestionPopup suggestionPopup)
suggestionPopup -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||