|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.pivot.support.adapters.TableViewRowAdapter
public class TableViewRowAdapter extends Object
| Field Summary | |
|---|---|
private Closure |
rowInserted
|
private Closure |
rowUpdated
|
private Closure |
rowsCleared
|
private Closure |
rowsRemoved
|
private Closure |
rowsSorted
|
| Constructor Summary | |
TableViewRowAdapter()
|
|
| Method Summary | |
|---|---|
Closure
|
getRowInserted()
|
Closure
|
getRowUpdated()
|
Closure
|
getRowsCleared()
|
Closure
|
getRowsRemoved()
|
Closure
|
getRowsSorted()
|
void
|
rowInserted(org.apache.pivot.wtk.TableView arg0, int arg1)
|
void
|
rowUpdated(org.apache.pivot.wtk.TableView arg0, int arg1)
|
void
|
rowsCleared(org.apache.pivot.wtk.TableView arg0)
|
void
|
rowsRemoved(org.apache.pivot.wtk.TableView arg0, int arg1, int arg2)
|
void
|
rowsSorted(org.apache.pivot.wtk.TableView arg0)
|
void
|
setRowInserted(Closure rowInserted)
|
void
|
setRowUpdated(Closure rowUpdated)
|
void
|
setRowsCleared(Closure rowsCleared)
|
void
|
setRowsRemoved(Closure rowsRemoved)
|
void
|
setRowsSorted(Closure rowsSorted)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private Closure rowInserted
private Closure rowUpdated
private Closure rowsCleared
private Closure rowsRemoved
private Closure rowsSorted
| Constructor Detail |
|---|
TableViewRowAdapter()
| Method Detail |
|---|
public Closure getRowInserted()
public Closure getRowUpdated()
public Closure getRowsCleared()
public Closure getRowsRemoved()
public Closure getRowsSorted()
public void rowInserted(org.apache.pivot.wtk.TableView arg0, int arg1)
public void rowUpdated(org.apache.pivot.wtk.TableView arg0, int arg1)
public void rowsCleared(org.apache.pivot.wtk.TableView arg0)
public void rowsRemoved(org.apache.pivot.wtk.TableView arg0, int arg1, int arg2)
public void rowsSorted(org.apache.pivot.wtk.TableView arg0)
public void setRowInserted(Closure rowInserted)
public void setRowUpdated(Closure rowUpdated)
public void setRowsCleared(Closure rowsCleared)
public void setRowsRemoved(Closure rowsRemoved)
public void setRowsSorted(Closure rowsSorted)
Groovy Documentation