public class SuggestionPopupItemAdapter extends Object implements GriffonPivotAdapter, org.apache.pivot.wtk.SuggestionPopupItemListener
| 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(org.apache.pivot.wtk.SuggestionPopup arg0,
            int arg1) | 
| void | itemsCleared(org.apache.pivot.wtk.SuggestionPopup arg0) | 
| void | itemsRemoved(org.apache.pivot.wtk.SuggestionPopup arg0,
            int arg1,
            int arg2) | 
| void | itemsSorted(org.apache.pivot.wtk.SuggestionPopup arg0) | 
| void | itemUpdated(org.apache.pivot.wtk.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(org.apache.pivot.wtk.SuggestionPopup arg0)
itemsCleared in interface org.apache.pivot.wtk.SuggestionPopupItemListenerpublic void itemsSorted(org.apache.pivot.wtk.SuggestionPopup arg0)
itemsSorted in interface org.apache.pivot.wtk.SuggestionPopupItemListenerpublic void itemInserted(org.apache.pivot.wtk.SuggestionPopup arg0,
                         int arg1)
itemInserted in interface org.apache.pivot.wtk.SuggestionPopupItemListenerpublic void itemUpdated(org.apache.pivot.wtk.SuggestionPopup arg0,
                        int arg1)
itemUpdated in interface org.apache.pivot.wtk.SuggestionPopupItemListenerpublic void itemsRemoved(org.apache.pivot.wtk.SuggestionPopup arg0,
                         int arg1,
                         int arg2)
itemsRemoved in interface org.apache.pivot.wtk.SuggestionPopupItemListener