|
Business Components | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use.* | |
| Package | Description |
|---|---|
| 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 | |
| Type | Name |
|---|---|
JUTableBinding |
JUTableSortModel.getTableBinding()
Returns the TableModel that this class is sorting. |
| Methods in oracle.jbo.uicli.jui with parameters of type JUTableBinding | |
| Type | Name |
|---|---|
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 | |
| Type | Name |
|---|---|
JUTableSortModel(JUTableBinding model)
Constructor that sets up this sorting model on top of the existing Table model. |
|
|
Business Components | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||