Uses of Interface
org.omnaest.utils.structure.table.view.TableView

Packages that use TableView
org.omnaest.utils.structure.table.concrete.internal.selection   
org.omnaest.utils.structure.table.subspecification   
org.omnaest.utils.structure.table.view   
org.omnaest.utils.structure.table.view.concrete   
 

Uses of TableView in org.omnaest.utils.structure.table.concrete.internal.selection
 

Methods in org.omnaest.utils.structure.table.concrete.internal.selection that return TableView
 TableView<E> SelectionImpl.asTableView()
           
 

Uses of TableView in org.omnaest.utils.structure.table.subspecification
 

Methods in org.omnaest.utils.structure.table.subspecification that return TableView
 TableView<E> TableSelectable.Selection.asTableView()
          Creates a TableView of the TableSelectable.Selection.
 

Uses of TableView in org.omnaest.utils.structure.table.view
 

Methods in org.omnaest.utils.structure.table.view that return TableView
 TableView<E> TableView.refresh()
          Recalculates the underlying TableSelectable.Selection and updates the TableView with the new results
 

Methods in org.omnaest.utils.structure.table.view with parameters of type TableView
 boolean TableView.equals(TableView<E> tableView)
           
 

Uses of TableView in org.omnaest.utils.structure.table.view.concrete
 

Classes in org.omnaest.utils.structure.table.view.concrete that implement TableView
 class TableViewImpl<E>
           
 

Methods in org.omnaest.utils.structure.table.view.concrete that return TableView
 TableView<E> TableViewImpl.refresh()
           
 

Methods in org.omnaest.utils.structure.table.view.concrete with parameters of type TableView
 boolean TableViewImpl.equals(TableView<E> tableView)
           
 



Copyright © 2011. All Rights Reserved.