void |
SuggestionPopupItemListener.Adapter.itemInserted(SuggestionPopup suggestionPopup,
int index) |
Deprecated.
|
default void |
SuggestionPopupItemListener.itemInserted(SuggestionPopup suggestionPopup,
int index) |
Called when an item is inserted into the suggestion popup's data list.
|
void |
SuggestionPopupItemListener.Listeners.itemInserted(SuggestionPopup suggestionPopup,
int index) |
|
void |
SuggestionPopupItemListener.Adapter.itemsCleared(SuggestionPopup suggestionPopup) |
Deprecated.
|
default void |
SuggestionPopupItemListener.itemsCleared(SuggestionPopup suggestionPopup) |
Called when a list button's list data has been cleared.
|
void |
SuggestionPopupItemListener.Listeners.itemsCleared(SuggestionPopup suggestionPopup) |
|
void |
SuggestionPopupItemListener.Adapter.itemsRemoved(SuggestionPopup suggestionPopup,
int index,
int count) |
Deprecated.
|
default void |
SuggestionPopupItemListener.itemsRemoved(SuggestionPopup suggestionPopup,
int index,
int count) |
Called when items are removed from the suggestion popup's data list.
|
void |
SuggestionPopupItemListener.Listeners.itemsRemoved(SuggestionPopup suggestionPopup,
int index,
int count) |
|
void |
SuggestionPopupItemListener.Adapter.itemsSorted(SuggestionPopup suggestionPopup) |
Deprecated.
|
default void |
SuggestionPopupItemListener.itemsSorted(SuggestionPopup suggestionPopup) |
Called when a list button's list data is sorted.
|
void |
SuggestionPopupItemListener.Listeners.itemsSorted(SuggestionPopup suggestionPopup) |
|
void |
SuggestionPopupItemListener.Adapter.itemUpdated(SuggestionPopup suggestionPopup,
int index) |
Deprecated.
|
default void |
SuggestionPopupItemListener.itemUpdated(SuggestionPopup suggestionPopup,
int index) |
Called when an item is updated within a suggestion popup's data list.
|
void |
SuggestionPopupItemListener.Listeners.itemUpdated(SuggestionPopup suggestionPopup,
int index) |
|
void |
SuggestionPopupListener.Adapter.listSizeChanged(SuggestionPopup suggestionPopup,
int previousListSize) |
Deprecated.
|
void |
SuggestionPopupListener.Listeners.listSizeChanged(SuggestionPopup suggestionPopup,
int previousListSize) |
|
default void |
SuggestionPopupListener.listSizeChanged(SuggestionPopup suggestionPopup,
int previousListSize) |
Called when a suggestion popup's list size has changed.
|
Vote |
SuggestionPopupStateListener.Adapter.previewSuggestionPopupClose(SuggestionPopup suggestionPopup,
boolean result) |
Deprecated.
|
Vote |
SuggestionPopupStateListener.Listeners.previewSuggestionPopupClose(SuggestionPopup suggestionPopup,
boolean result) |
|
default Vote |
SuggestionPopupStateListener.previewSuggestionPopupClose(SuggestionPopup suggestionPopup,
boolean result) |
Called to preview a suggestion popup close event.
|
void |
SuggestionPopupSelectionListener.Adapter.selectedIndexChanged(SuggestionPopup suggestionPopup,
int previousSelectedIndex) |
Deprecated.
|
void |
SuggestionPopupSelectionListener.Listeners.selectedIndexChanged(SuggestionPopup suggestionPopup,
int previousSelectedIndex) |
|
default void |
SuggestionPopupSelectionListener.selectedIndexChanged(SuggestionPopup suggestionPopup,
int previousSelectedIndex) |
Called when a suggestion popup's selected index has changed.
|
void |
SuggestionPopupSelectionListener.Adapter.selectedSuggestionChanged(SuggestionPopup suggestionPopup,
java.lang.Object previousSelectedSuggestion) |
Deprecated.
|
void |
SuggestionPopupSelectionListener.Listeners.selectedSuggestionChanged(SuggestionPopup suggestionPopup,
java.lang.Object previousSelectedSuggestion) |
|
default void |
SuggestionPopupSelectionListener.selectedSuggestionChanged(SuggestionPopup suggestionPopup,
java.lang.Object previousSelectedSuggestion) |
Called when a suggestion popup's selected suggestion has changed.
|
void |
SuggestionPopupListener.Adapter.suggestionDataChanged(SuggestionPopup suggestionPopup,
List<?> previousSuggestionData) |
Deprecated.
|
void |
SuggestionPopupListener.Listeners.suggestionDataChanged(SuggestionPopup suggestionPopup,
List<?> previousSuggestionData) |
|
default void |
SuggestionPopupListener.suggestionDataChanged(SuggestionPopup suggestionPopup,
List<?> previousSuggestionData) |
Called when a suggestion popup's suggestions have changed.
|
default void |
SuggestionPopupCloseListener.suggestionPopupClosed(SuggestionPopup suggestionPopup) |
Called when a suggestion popup has closed.
|
void |
SuggestionPopupStateListener.Adapter.suggestionPopupClosed(SuggestionPopup suggestionPopup) |
Deprecated.
|
void |
SuggestionPopupStateListener.Listeners.suggestionPopupClosed(SuggestionPopup suggestionPopup) |
|
void |
SuggestionPopupStateListener.Adapter.suggestionPopupCloseVetoed(SuggestionPopup suggestionPopup,
Vote reason) |
Deprecated.
|
void |
SuggestionPopupStateListener.Listeners.suggestionPopupCloseVetoed(SuggestionPopup suggestionPopup,
Vote reason) |
|
default void |
SuggestionPopupStateListener.suggestionPopupCloseVetoed(SuggestionPopup suggestionPopup,
Vote reason) |
Called when a suggestion popup close event has been vetoed.
|
void |
SuggestionPopupListener.Adapter.suggestionRendererChanged(SuggestionPopup suggestionPopup,
ListView.ItemRenderer previousSuggestionRenderer) |
Deprecated.
|
void |
SuggestionPopupListener.Listeners.suggestionRendererChanged(SuggestionPopup suggestionPopup,
ListView.ItemRenderer previousSuggestionRenderer) |
|
default void |
SuggestionPopupListener.suggestionRendererChanged(SuggestionPopup suggestionPopup,
ListView.ItemRenderer previousSuggestionRenderer) |
Called when a suggestion popup's item renderer has changed.
|