org.granite.client.tide.collections.javafx
Class TableViewSortAdapter<S>
java.lang.Object
org.granite.client.tide.collections.javafx.TableViewSortAdapter<S>
- All Implemented Interfaces:
- SortAdapter
public class TableViewSortAdapter<S>
- extends Object
- implements SortAdapter
- Author:
- William DRAI
|
Method Summary |
void |
apply(org.granite.tide.data.model.SortInfo sortInfo)
|
void |
retrieve(org.granite.tide.data.model.SortInfo sortInfo)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableViewSortAdapter
public TableViewSortAdapter(javafx.scene.control.TableView<S> tableView,
Class<S> exampleDataClass)
apply
public void apply(org.granite.tide.data.model.SortInfo sortInfo)
- Specified by:
apply in interface SortAdapter
retrieve
public void retrieve(org.granite.tide.data.model.SortInfo sortInfo)
- Specified by:
retrieve in interface SortAdapter