Business Components

Uses of Class
oracle.jbo.uicli.jui.JUTableBinding

Packages that use.*
PackageDescription
oracle.jbo.uicli.jui Contains JClient classes that implement binding of Swing controls with BC4J ViewObject, Attributes or Rows. 
 

Uses of JUTableBinding in oracle.jbo.uicli.jui
 

Methods in oracle.jbo.uicli.jui that return JUTableBinding
TypeName
 JUTableBinding JUTableSortModel.getTableBinding()
          Returns the TableModel that this class is sorting.
 

Methods in oracle.jbo.uicli.jui with parameters of type JUTableBinding
TypeName
protected  void JUTableSortModel.setTableBinding(JUTableBinding mdl)
          Sets the TableModel on top of which this sorter works.
static javax.swing.table.TableModel JUTableSortModel.enableColumnSorting(javax.swing.JTable table, JUTableBinding tableBinding, JUTableSortModel sorter)
          JClient method to attach column-sorting model over a Table that's bound to a JUTableBinding.
 

Constructors in oracle.jbo.uicli.jui with parameters of type JUTableBinding
TypeName
JUTableSortModel(JUTableBinding model)
          Constructor that sets up this sorting model on top of the existing Table model.
 


Business Components