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

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

public class TableViewSort<S>
extends Object
implements Sort

Author:
William DRAI

Constructor Summary
TableViewSort(javafx.scene.control.TableView<S> tableView, Class<S> exampleDataClass)
           
 
Method Summary
 void build()
           
 boolean[] getDesc()
           
 String[] getOrder()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableViewSort

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

build

public void build()
Specified by:
build in interface Sort

getOrder

public String[] getOrder()
Specified by:
getOrder in interface Sort

getDesc

public boolean[] getDesc()
Specified by:
getDesc in interface Sort