public class TableViewSortAdapter extends Object implements GriffonPivotAdapter, TableViewSortListener
TableViewSortListener.Adapter| Constructor and Description |
|---|
TableViewSortAdapter() |
| Modifier and Type | Method and Description |
|---|---|
CallableWithArgs<Void> |
getSortAdded() |
CallableWithArgs<Void> |
getSortChanged() |
CallableWithArgs<Void> |
getSortRemoved() |
CallableWithArgs<Void> |
getSortUpdated() |
void |
setSortAdded(CallableWithArgs<Void> sortAdded) |
void |
setSortChanged(CallableWithArgs<Void> sortChanged) |
void |
setSortRemoved(CallableWithArgs<Void> sortRemoved) |
void |
setSortUpdated(CallableWithArgs<Void> sortUpdated) |
void |
sortAdded(TableView arg0,
String arg1) |
void |
sortChanged(TableView arg0) |
void |
sortRemoved(TableView arg0,
String arg1,
SortDirection arg2) |
void |
sortUpdated(TableView arg0,
String arg1,
SortDirection arg2) |
public CallableWithArgs<Void> getSortChanged()
public CallableWithArgs<Void> getSortAdded()
public CallableWithArgs<Void> getSortUpdated()
public CallableWithArgs<Void> getSortRemoved()
public void setSortChanged(CallableWithArgs<Void> sortChanged)
public void setSortAdded(CallableWithArgs<Void> sortAdded)
public void setSortUpdated(CallableWithArgs<Void> sortUpdated)
public void setSortRemoved(CallableWithArgs<Void> sortRemoved)
public void sortChanged(TableView arg0)
sortChanged in interface TableViewSortListenerpublic void sortAdded(TableView arg0, String arg1)
sortAdded in interface TableViewSortListenerpublic void sortUpdated(TableView arg0, String arg1, SortDirection arg2)
sortUpdated in interface TableViewSortListenerpublic void sortRemoved(TableView arg0, String arg1, SortDirection arg2)
sortRemoved in interface TableViewSortListener