Business Components

Uses of Class
oracle.jbo.InsertEvent

Packages that use.*
PackageDescription
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. 
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.jbo
 

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

Uses of InsertEvent in oracle.jbo.common
 

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

Uses of InsertEvent in oracle.jbo.uicli.binding
 

Methods in oracle.jbo.uicli.binding with parameters of type InsertEvent
TypeName
 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 JUIteratorBinding.rowInserted(InsertEvent event)
          *** For internal framework use only ***
 

Uses of InsertEvent in oracle.jbo.uicli.controls
 

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

Uses of InsertEvent in oracle.jbo.uicli.jui
 

Methods in oracle.jbo.uicli.jui with parameters of type InsertEvent
TypeName
 void JUGraphBinding.updateRowInserted(InsertEvent event)
           
 void JUTableBinding.updateRowInserted(InsertEvent event)
          When a new row is inserted into the associated Iterator, this method gets invoked by the framework.
 void JUMasterDetailGraphBinding.updateRowInserted(InsertEvent event)
           
 void JUTreeNodeBinding.updateRowInserted(InsertEvent event)
          Update the display by adding a node to render the inserted row as this node's child.
 


Business Components