Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


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.
 void JUTableLOVEditor.setTableBinding(JUTableBinding tableBinding)
           
 void JUTableFormatEditor.setTableBinding(JUTableBinding tableBinding)
           
 void JUTableComboBoxRenderer.setTableBinding(JUTableBinding tableBinding)
           
 void JUTableCellRenderer.setTableBinding(JUTableBinding tableBinding)
           
 void JUTableCellEditor.setTableBinding(JUTableBinding tableBinding)
           

 

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 Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


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