public class TableViewRowAdapter extends Object implements GriffonPivotAdapter, TableViewRowListener
TableViewRowListener.Adapter| Constructor and Description |
|---|
TableViewRowAdapter() |
| Modifier and Type | Method and Description |
|---|---|
CallableWithArgs<Void> |
getRowInserted() |
CallableWithArgs<Void> |
getRowsCleared() |
CallableWithArgs<Void> |
getRowsRemoved() |
CallableWithArgs<Void> |
getRowsSorted() |
CallableWithArgs<Void> |
getRowUpdated() |
void |
rowInserted(TableView arg0,
int arg1) |
void |
rowsCleared(TableView arg0) |
void |
rowsRemoved(TableView arg0,
int arg1,
int arg2) |
void |
rowsSorted(TableView arg0) |
void |
rowUpdated(TableView arg0,
int arg1) |
void |
setRowInserted(CallableWithArgs<Void> rowInserted) |
void |
setRowsCleared(CallableWithArgs<Void> rowsCleared) |
void |
setRowsRemoved(CallableWithArgs<Void> rowsRemoved) |
void |
setRowsSorted(CallableWithArgs<Void> rowsSorted) |
void |
setRowUpdated(CallableWithArgs<Void> rowUpdated) |
public CallableWithArgs<Void> getRowsCleared()
public CallableWithArgs<Void> getRowsSorted()
public CallableWithArgs<Void> getRowsRemoved()
public CallableWithArgs<Void> getRowUpdated()
public CallableWithArgs<Void> getRowInserted()
public void setRowsCleared(CallableWithArgs<Void> rowsCleared)
public void setRowsSorted(CallableWithArgs<Void> rowsSorted)
public void setRowsRemoved(CallableWithArgs<Void> rowsRemoved)
public void setRowUpdated(CallableWithArgs<Void> rowUpdated)
public void setRowInserted(CallableWithArgs<Void> rowInserted)
public void rowsCleared(TableView arg0)
rowsCleared in interface TableViewRowListenerpublic void rowsSorted(TableView arg0)
rowsSorted in interface TableViewRowListenerpublic void rowsRemoved(TableView arg0, int arg1, int arg2)
rowsRemoved in interface TableViewRowListenerpublic void rowUpdated(TableView arg0, int arg1)
rowUpdated in interface TableViewRowListenerpublic void rowInserted(TableView arg0, int arg1)
rowInserted in interface TableViewRowListener