Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


Uses of Class
oracle.jbo.InsertEvent

Packages that use InsertEvent
oracle.adf.model.binding Contains the abstract implementation of ADFm binding objects. 
oracle.jbo Contains interfaces for client-side applications. 
oracle.jbo.client.remote   
oracle.jbo.common Contains the implementation of components shared by thin clients and the middle tier. 
oracle.jbo.common.ws   
oracle.jbo.server.remote   
oracle.jbo.uicli.binding Contains JClient classes that handle interaction with BC4J objects for various JClient bindings. 
oracle.jbo.uicli.controls Contains classes that implement JClient controls  
oracle.jbo.uicli.jui Contains JClient classes that implement binding of Swing controls with BC4J ViewObject, Attributes or Rows. 

 

Uses of InsertEvent in oracle.adf.model.binding

 

Methods in oracle.adf.model.binding with parameters of type InsertEvent
 void DCIteratorBinding.rowInserted(InsertEvent event)
          If range size of this iterator binding is not 1, this method invokes updateRowInserted method on all instances of DCCtrlValueBinding objects associated with this iterator binding, to notify them of the newly inserted row.
protected  void DCBindingContainer.rowInserted(DCIteratorBinding iter, InsertEvent event)
          Invoked when a DCIteratorBinding receives a rowInserted Event from BC4J RowSetIterator

 

Uses of InsertEvent in oracle.jbo

 

Methods in oracle.jbo with parameters of type InsertEvent
 void RowSetListener.rowInserted(InsertEvent event)
          Invoked when a row has been inserted.

 

Uses of InsertEvent in oracle.jbo.client.remote

 

Methods in oracle.jbo.client.remote with parameters of type InsertEvent
 void ViewUsageImpl.rowInserted(InsertEvent event)
           

 

Uses of InsertEvent in oracle.jbo.common

 

Methods in oracle.jbo.common with parameters of type InsertEvent
 void RowSetHelper.fireRowInserted(InsertEvent event)
           

 

Uses of InsertEvent in oracle.jbo.common.ws

 

Methods in oracle.jbo.common.ws with parameters of type InsertEvent
 void WSRowSetImpl.rowInserted(InsertEvent event)
           

 

Uses of InsertEvent in oracle.jbo.server.remote

 

Methods in oracle.jbo.server.remote with parameters of type InsertEvent
 void RuntimeViewRowSetIteratorInfo.rowInserted(InsertEvent event)
           

 

Uses of InsertEvent in oracle.jbo.uicli.binding

 

Methods in oracle.jbo.uicli.binding with parameters of type InsertEvent
 void JUIteratorBinding.rowInserted(InsertEvent event)
          *** For internal framework use only ***
protected  void JUFormBinding.rowInserted(DCIteratorBinding iter, InsertEvent event)
          Invoked when a JUIteratorBinding receives a rowInserted Event from BC4J RowSetIterator
 void JUCtrlValueBinding.updateRowInserted(InsertEvent event)
          Notification that a new row was inserted in the associated iterator.
 void JUCtrlScrollBinding.rowInserted(InsertEvent event)
           
 void JUCtrlListBinding.rowInserted(InsertEvent event)
          *** For internal framework use only ***
 void JUCtrlHierNodeBinding.updateRowInserted(InsertEvent event)
          Update the display by adding a node to render the inserted row as this node's child.

 

Uses of InsertEvent in oracle.jbo.uicli.controls

 

Methods in oracle.jbo.uicli.controls with parameters of type InsertEvent
 void JUStatusBar.rowInserted(InsertEvent event)
           
 void JUNavigationBar.rowInserted(InsertEvent event)
           

 

Uses of InsertEvent in oracle.jbo.uicli.jui

 

Methods in oracle.jbo.uicli.jui with parameters of type InsertEvent
 void JUTableBinding.updateRowInserted(InsertEvent event)
          When a new row is inserted into the associated Iterator, this method gets invoked by the framework.
 void JUPanelRowSetListener.rowInserted(JUIteratorBinding iter, InsertEvent event)
          Invoked when a row has been inserted.
 void JUPanelRowSetAdapter.rowInserted(JUIteratorBinding iter, InsertEvent event)
          Invoked when a row has been inserted.
protected  void JUPanelBinding.rowInserted(DCIteratorBinding iter, InsertEvent event)
          Invoked when a JUIteratorBinding receives a rowInserted Event from BC4J RowSetIterator

 


Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


 

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