Uses of Interface
org.granite.client.tide.collections.javafx.Sort

Packages that use Sort
org.granite.client.tide.collections   
org.granite.client.tide.collections.javafx   
 

Uses of Sort in org.granite.client.tide.collections
 

Fields in org.granite.client.tide.collections declared as Sort
protected  Sort AbstractPagedCollection.sort
           
 

Methods in org.granite.client.tide.collections with parameters of type Sort
 void AbstractPagedCollection.setSort(Sort sort)
           
 

Uses of Sort in org.granite.client.tide.collections.javafx
 

Classes in org.granite.client.tide.collections.javafx that implement Sort
 class TableViewSort<S>