|
Business Components | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use.* | |
| Package | Description |
|---|---|
| oracle.jbo | Contains interfaces for client-side applications. |
| oracle.jbo.common | Contains the implementation of components shared by thin clients and the middle tier. |
| oracle.jbo.uicli.binding | Contains JClient classes that handle interaction with BC4J objects for various JClient bindings. |
| Uses of RowSetManagementEvent in oracle.jbo |
| Methods in oracle.jbo with parameters of type RowSetManagementEvent | |
| Type | Name |
|---|---|
void |
RowSetManagementListener.iteratorReset(RowSetManagementEvent event)
Invoked when the row set is reset. |
void |
RowSetManagementListener.iteratorClosed(RowSetManagementEvent event)
Invoked when the row set is closed. |
| Uses of RowSetManagementEvent in oracle.jbo.common |
| Methods in oracle.jbo.common with parameters of type RowSetManagementEvent | |
| Type | Name |
|---|---|
void |
RowSetHelper.fireMgmtIteratorReset(RowSetManagementEvent event)
|
void |
RowSetHelper.fireMgmtIteratorClosed(RowSetManagementEvent event)
|
| Uses of RowSetManagementEvent in oracle.jbo.uicli.binding |
| Methods in oracle.jbo.uicli.binding with parameters of type RowSetManagementEvent | |
| Type | Name |
|---|---|
void |
JUIteratorBinding.iteratorReset(RowSetManagementEvent event)
*** For internal framework use only *** Notifies all control bindings that the BC4J iterator has been reset and there is no current row at this time. |
void |
JUIteratorBinding.iteratorClosed(RowSetManagementEvent event)
*** For internal framework use only *** Resets the internal state of this binding object and marks it as unusable. |
|
Business Components | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||