|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeleteEvent | |
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 DeleteEvent in oracle.adf.model.binding |
Methods in oracle.adf.model.binding with parameters of type DeleteEvent | |
void |
DCIteratorBinding.rowDeleted(DeleteEvent event)
If range size of this iterator binding is not 1, this method invokes updateRowDeleted method on all instances of DCCtrlValueBinding objects associated with this iterator binding, to notify them of the newly inserted row. |
protected void |
DCBindingContainer.rowDeleted(DCIteratorBinding iter,
DeleteEvent event)
Invoked when a DCIteratorBinding receives a rowDeleted Event from BC4J RowSetIterator |
Uses of DeleteEvent in oracle.jbo |
Methods in oracle.jbo with parameters of type DeleteEvent | |
void |
RowSetListener.rowDeleted(DeleteEvent event)
Invoked when a row has been deleted. |
Uses of DeleteEvent in oracle.jbo.client.remote |
Methods in oracle.jbo.client.remote with parameters of type DeleteEvent | |
void |
ViewUsageImpl.rowDeleted(DeleteEvent event)
|
Uses of DeleteEvent in oracle.jbo.common |
Methods in oracle.jbo.common with parameters of type DeleteEvent | |
void |
RowSetHelper.fireRowDeleted(DeleteEvent event)
|
Uses of DeleteEvent in oracle.jbo.common.ws |
Methods in oracle.jbo.common.ws with parameters of type DeleteEvent | |
void |
WSRowSetImpl.rowDeleted(DeleteEvent event)
|
Uses of DeleteEvent in oracle.jbo.server.remote |
Methods in oracle.jbo.server.remote with parameters of type DeleteEvent | |
void |
RuntimeViewRowSetIteratorInfo.rowDeleted(DeleteEvent event)
|
Uses of DeleteEvent in oracle.jbo.uicli.binding |
Methods in oracle.jbo.uicli.binding with parameters of type DeleteEvent | |
void |
JUIteratorBinding.rowDeleted(DeleteEvent event)
*** For internal framework use only *** |
protected void |
JUFormBinding.rowDeleted(DCIteratorBinding iter,
DeleteEvent event)
Invoked when a JUIteratorBinding receives a rowDeleted Event from BC4J RowSetIterator |
void |
JUCtrlValueBinding.updateRowDeleted(DeleteEvent event)
Notification that a row was deleted in the associated iterator. |
void |
JUCtrlScrollBinding.rowDeleted(DeleteEvent event)
|
void |
JUCtrlListBinding.rowDeleted(DeleteEvent event)
*** For internal framework use only *** |
void |
JUCtrlHierNodeBinding.updateRowDeleted(DeleteEvent event)
Removes a child node that displays the deleted row from amongst this node's children. |
Uses of DeleteEvent in oracle.jbo.uicli.controls |
Methods in oracle.jbo.uicli.controls with parameters of type DeleteEvent | |
void |
JUStatusBar.rowDeleted(DeleteEvent event)
|
void |
JUNavigationBar.rowDeleted(DeleteEvent event)
|
Uses of DeleteEvent in oracle.jbo.uicli.jui |
Methods in oracle.jbo.uicli.jui with parameters of type DeleteEvent | |
void |
JUTreeNodeBinding.updateRowDeleted(DeleteEvent event)
Removes a child node that displays the deleted row from amongst this node's children. |
void |
JUTableBinding.updateRowDeleted(DeleteEvent event)
When a row is deleted in the associated iterator, this method gets invoked by the framework, so that this binding can update the displayed rows in the JTable after stopping the edit function on the current cell (if a cell was being edited). |
void |
JUPanelRowSetListener.rowDeleted(JUIteratorBinding iter,
DeleteEvent event)
Invoked when a row has been deleted. |
void |
JUPanelRowSetAdapter.rowDeleted(JUIteratorBinding iter,
DeleteEvent event)
Invoked when a row has been deleted. |
protected void |
JUPanelBinding.rowDeleted(DCIteratorBinding iter,
DeleteEvent event)
Invoked when a JUIteratorBinding receives a rowDeleted Event from BC4J RowSetIterator |
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.