org.granite.client.tide.collections.javafx
Class TableViewSortAdapter<S>

java.lang.Object
  extended by org.granite.client.tide.collections.javafx.TableViewSortAdapter<S>
All Implemented Interfaces:
SortAdapter

public class TableViewSortAdapter<S>
extends Object
implements SortAdapter

Author:
William DRAI

Constructor Summary
TableViewSortAdapter(javafx.scene.control.TableView<S> tableView, Class<S> exampleDataClass)
           
 
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
 

Constructor Detail

TableViewSortAdapter

public TableViewSortAdapter(javafx.scene.control.TableView<S> tableView,
                            Class<S> exampleDataClass)
Method Detail

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