public class SpinnerItemAdapter extends Object implements GriffonPivotAdapter, org.apache.pivot.wtk.SpinnerItemListener
Constructor and Description |
---|
SpinnerItemAdapter() |
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.Spinner arg0,
int arg1) |
void |
itemsCleared(org.apache.pivot.wtk.Spinner arg0) |
void |
itemsRemoved(org.apache.pivot.wtk.Spinner arg0,
int arg1,
int arg2) |
void |
itemsSorted(org.apache.pivot.wtk.Spinner arg0) |
void |
itemUpdated(org.apache.pivot.wtk.Spinner 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.Spinner arg0)
itemsCleared
in interface org.apache.pivot.wtk.SpinnerItemListener
public void itemsSorted(org.apache.pivot.wtk.Spinner arg0)
itemsSorted
in interface org.apache.pivot.wtk.SpinnerItemListener
public void itemInserted(org.apache.pivot.wtk.Spinner arg0, int arg1)
itemInserted
in interface org.apache.pivot.wtk.SpinnerItemListener
public void itemUpdated(org.apache.pivot.wtk.Spinner arg0, int arg1)
itemUpdated
in interface org.apache.pivot.wtk.SpinnerItemListener
public void itemsRemoved(org.apache.pivot.wtk.Spinner arg0, int arg1, int arg2)
itemsRemoved
in interface org.apache.pivot.wtk.SpinnerItemListener