Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


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

Packages that use JUTableBinding
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
 JUTableBinding JUTableSortModel.getTableBinding()
          Returns the TableModel that this class is sorting.

 

Methods in oracle.jbo.uicli.jui with parameters of type JUTableBinding
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
JUTableSortModel(JUTableBinding model)
          Constructor that sets up this sorting model on top of the existing Table model.

 


Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


 

Copyright © 1997, 2005, Oracle. All rights reserved.