| Package | Description | 
|---|---|
| oracle.jbo.uicli.jui | 
 Contains JClient classes that implement binding of Swing controls with BC4J ViewObject, Attributes or Rows. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static javax.swing.table.TableModel | 
JUTableBinding.createAttributeListBinding(JUPanelBinding formBinding,
                          javax.swing.JTable control,
                          java.lang.String voInstanceName,
                          java.lang.String voIterName,
                          java.lang.String voIterBindingName,
                          java.lang.String[] attrNames,
                          boolean columnSort,
                          JUTableSortModel sorter)
Creates an instance of JUTableBinding to return. 
 | 
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. 
 |