|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.pivot.support.adapters.ListViewItemAdapter
public class ListViewItemAdapter extends Object
| Field Summary | |
|---|---|
private Closure |
itemInserted
|
private Closure |
itemUpdated
|
private Closure |
itemsCleared
|
private Closure |
itemsRemoved
|
private Closure |
itemsSorted
|
| Constructor Summary | |
ListViewItemAdapter()
|
|
| Method Summary | |
|---|---|
Closure
|
getItemInserted()
|
Closure
|
getItemUpdated()
|
Closure
|
getItemsCleared()
|
Closure
|
getItemsRemoved()
|
Closure
|
getItemsSorted()
|
void
|
itemInserted(org.apache.pivot.wtk.ListView arg0, int arg1)
|
void
|
itemUpdated(org.apache.pivot.wtk.ListView arg0, int arg1)
|
void
|
itemsCleared(org.apache.pivot.wtk.ListView arg0)
|
void
|
itemsRemoved(org.apache.pivot.wtk.ListView arg0, int arg1, int arg2)
|
void
|
itemsSorted(org.apache.pivot.wtk.ListView arg0)
|
void
|
setItemInserted(Closure itemInserted)
|
void
|
setItemUpdated(Closure itemUpdated)
|
void
|
setItemsCleared(Closure itemsCleared)
|
void
|
setItemsRemoved(Closure itemsRemoved)
|
void
|
setItemsSorted(Closure itemsSorted)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private Closure itemInserted
private Closure itemUpdated
private Closure itemsCleared
private Closure itemsRemoved
private Closure itemsSorted
| Constructor Detail |
|---|
ListViewItemAdapter()
| Method Detail |
|---|
public Closure getItemInserted()
public Closure getItemUpdated()
public Closure getItemsCleared()
public Closure getItemsRemoved()
public Closure getItemsSorted()
public void itemInserted(org.apache.pivot.wtk.ListView arg0, int arg1)
public void itemUpdated(org.apache.pivot.wtk.ListView arg0, int arg1)
public void itemsCleared(org.apache.pivot.wtk.ListView arg0)
public void itemsRemoved(org.apache.pivot.wtk.ListView arg0, int arg1, int arg2)
public void itemsSorted(org.apache.pivot.wtk.ListView arg0)
public void setItemInserted(Closure itemInserted)
public void setItemUpdated(Closure itemUpdated)
public void setItemsCleared(Closure itemsCleared)
public void setItemsRemoved(Closure itemsRemoved)
public void setItemsSorted(Closure itemsSorted)
Groovy Documentation