public class ListButtonItemAdapter extends Object implements GriffonPivotAdapter, ListButtonItemListener
ListButtonItemListener.Adapter
Constructor and Description |
---|
ListButtonItemAdapter() |
Modifier and Type | Method and Description |
---|---|
CallableWithArgs<Void> |
getItemInserted() |
CallableWithArgs<Void> |
getItemsCleared() |
CallableWithArgs<Void> |
getItemsRemoved() |
CallableWithArgs<Void> |
getItemsSorted() |
CallableWithArgs<Void> |
getItemUpdated() |
void |
itemInserted(ListButton arg0,
int arg1) |
void |
itemsCleared(ListButton arg0) |
void |
itemsRemoved(ListButton arg0,
int arg1,
int arg2) |
void |
itemsSorted(ListButton arg0) |
void |
itemUpdated(ListButton 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(ListButton arg0)
itemsCleared
in interface ListButtonItemListener
public void itemsSorted(ListButton arg0)
itemsSorted
in interface ListButtonItemListener
public void itemInserted(ListButton arg0, int arg1)
itemInserted
in interface ListButtonItemListener
public void itemUpdated(ListButton arg0, int arg1)
itemUpdated
in interface ListButtonItemListener
public void itemsRemoved(ListButton arg0, int arg1, int arg2)
itemsRemoved
in interface ListButtonItemListener