public class SuggestionPopupItemAdapter extends Object implements GriffonPivotAdapter, SuggestionPopupItemListener
SuggestionPopupItemListener.Adapter
Constructor and Description |
---|
SuggestionPopupItemAdapter() |
Modifier and Type | Method and Description |
---|---|
CallableWithArgs<Void> |
getItemInserted() |
CallableWithArgs<Void> |
getItemsCleared() |
CallableWithArgs<Void> |
getItemsRemoved() |
CallableWithArgs<Void> |
getItemsSorted() |
CallableWithArgs<Void> |
getItemUpdated() |
void |
itemInserted(SuggestionPopup arg0,
int arg1) |
void |
itemsCleared(SuggestionPopup arg0) |
void |
itemsRemoved(SuggestionPopup arg0,
int arg1,
int arg2) |
void |
itemsSorted(SuggestionPopup arg0) |
void |
itemUpdated(SuggestionPopup arg0,
int arg1) |
void |
setItemInserted(CallableWithArgs<Void> itemInserted) |
void |
setItemsCleared(CallableWithArgs<Void> itemsCleared) |
void |
setItemsRemoved(CallableWithArgs<Void> itemsRemoved) |
void |
setItemsSorted(CallableWithArgs<Void> itemsSorted) |
void |
setItemUpdated(CallableWithArgs<Void> itemUpdated) |
public CallableWithArgs<Void> getItemsCleared()
public CallableWithArgs<Void> getItemsSorted()
public CallableWithArgs<Void> getItemInserted()
public CallableWithArgs<Void> getItemUpdated()
public CallableWithArgs<Void> getItemsRemoved()
public void setItemsCleared(CallableWithArgs<Void> itemsCleared)
public void setItemsSorted(CallableWithArgs<Void> itemsSorted)
public void setItemInserted(CallableWithArgs<Void> itemInserted)
public void setItemUpdated(CallableWithArgs<Void> itemUpdated)
public void setItemsRemoved(CallableWithArgs<Void> itemsRemoved)
public void itemsCleared(SuggestionPopup arg0)
itemsCleared
in interface SuggestionPopupItemListener
public void itemsSorted(SuggestionPopup arg0)
itemsSorted
in interface SuggestionPopupItemListener
public void itemInserted(SuggestionPopup arg0, int arg1)
itemInserted
in interface SuggestionPopupItemListener
public void itemUpdated(SuggestionPopup arg0, int arg1)
itemUpdated
in interface SuggestionPopupItemListener
public void itemsRemoved(SuggestionPopup arg0, int arg1, int arg2)
itemsRemoved
in interface SuggestionPopupItemListener