Groovy Documentation

griffon.pivot.support.adapters
[Java] Class ListViewItemAdapter

java.lang.Object
  griffon.pivot.support.adapters.ListViewItemAdapter
All Implemented Interfaces:
GriffonPivotAdapter, org.apache.pivot.wtk.ListViewItemListener

public class ListViewItemAdapter
extends Object

Authors:
Andres Almiray


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

itemInserted

private Closure itemInserted


itemUpdated

private Closure itemUpdated


itemsCleared

private Closure itemsCleared


itemsRemoved

private Closure itemsRemoved


itemsSorted

private Closure itemsSorted


 
Constructor Detail

ListViewItemAdapter

ListViewItemAdapter()


 
Method Detail

getItemInserted

public Closure getItemInserted()


getItemUpdated

public Closure getItemUpdated()


getItemsCleared

public Closure getItemsCleared()


getItemsRemoved

public Closure getItemsRemoved()


getItemsSorted

public Closure getItemsSorted()


itemInserted

public void itemInserted(org.apache.pivot.wtk.ListView arg0, int arg1)


itemUpdated

public void itemUpdated(org.apache.pivot.wtk.ListView arg0, int arg1)


itemsCleared

public void itemsCleared(org.apache.pivot.wtk.ListView arg0)


itemsRemoved

public void itemsRemoved(org.apache.pivot.wtk.ListView arg0, int arg1, int arg2)


itemsSorted

public void itemsSorted(org.apache.pivot.wtk.ListView arg0)


setItemInserted

public void setItemInserted(Closure itemInserted)


setItemUpdated

public void setItemUpdated(Closure itemUpdated)


setItemsCleared

public void setItemsCleared(Closure itemsCleared)


setItemsRemoved

public void setItemsRemoved(Closure itemsRemoved)


setItemsSorted

public void setItemsSorted(Closure itemsSorted)


 

Groovy Documentation