|
Business Components | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RowSetManagementListener | |
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.common.ws | |
oracle.jbo.server | Contains the implementation of middle tier components. |
oracle.jbo.uicli.binding | Contains JClient classes that handle interaction with BC4J objects for various JClient bindings. |
Uses of RowSetManagementListener in oracle.jbo |
Methods in oracle.jbo with parameters of type RowSetManagementListener | |
void |
RowSetIterator.addManagementListener(RowSetManagementListener listener)
Adds a subscriber (listener) to be notified of RowSetManagementListener
events generated by this Row Set Iterator. |
void |
RowSetIterator.removeManagementListener(RowSetManagementListener listener)
Removes a subscriber (listener) for RowSetManagementListener
events generated by this row set iterator. |
Uses of RowSetManagementListener in oracle.jbo.common |
Methods in oracle.jbo.common with parameters of type RowSetManagementListener | |
void |
RowSetHelper.addManagementListener(RowSetManagementListener target)
|
void |
RowSetHelper.removeManagementListener(RowSetManagementListener target)
|
Uses of RowSetManagementListener in oracle.jbo.common.ws |
Methods in oracle.jbo.common.ws with parameters of type RowSetManagementListener | |
void |
WSRowSetIteratorBase.addManagementListener(RowSetManagementListener listener)
|
void |
WSRowSetIteratorBase.removeManagementListener(RowSetManagementListener listener)
|
Uses of RowSetManagementListener in oracle.jbo.server |
Methods in oracle.jbo.server with parameters of type RowSetManagementListener | |
void |
ViewObjectImpl.addManagementListener(RowSetManagementListener listener)
|
void |
ViewObjectImpl.removeManagementListener(RowSetManagementListener listener)
|
void |
ViewRowSetImpl.addManagementListener(RowSetManagementListener listener)
|
void |
ViewRowSetImpl.removeManagementListener(RowSetManagementListener listener)
|
Uses of RowSetManagementListener in oracle.jbo.uicli.binding |
Classes in oracle.jbo.uicli.binding that implement RowSetManagementListener | |
class |
JUIteratorBinding
JUIteratorBinding is the binding class that interacts with BC4J RowIterator objects to iterate over rows and provide the current row(s) to display to various control bindings. |
|
Business Components | |||||||||
PREV NEXT | FRAMES NO FRAMES |