| 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.9.0) E52932-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  
oracle.jbo.uicli.jui.JUPanelRowSetAdapter
public class JUPanelRowSetAdapter
Default implementation for JUPanelValidationListener interface. This implementation simply prints a diagnostic message for each event it receives. JClient design time creates a subclass of this adapter with overridden methods as per an application's choice when the Event Inspector is used to generate JUPanelValidationEvent listener code.
| Constructor Summary | |
|---|---|
JUPanelRowSetAdapter() | 
|
| Method Summary | |
|---|---|
 void | 
navigated(JUIteratorBinding iter, NavigationEvent event)Invoked when the current-row designation changes.  | 
 void | 
rangeRefreshed(JUIteratorBinding iter, RangeRefreshEvent event)Invoked when the range changes.  | 
 void | 
rangeScrolled(JUIteratorBinding iter, ScrollEvent event)Invoked when the range is scrolled.  | 
 void | 
rowDeleted(JUIteratorBinding iter, DeleteEvent event)Invoked when a row has been deleted.  | 
 void | 
rowInserted(JUIteratorBinding iter, InsertEvent event)Invoked when a row has been inserted.  | 
 void | 
rowUpdated(JUIteratorBinding iter, UpdateEvent event)Invoked when an attribute of the row has been changed.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public JUPanelRowSetAdapter()
| Method Detail | 
|---|
public void rangeRefreshed(JUIteratorBinding iter,
                           RangeRefreshEvent event)
rangeRefreshed in interface JUPanelRowSetListenerevent - a description of the new ranges.
public void rangeScrolled(JUIteratorBinding iter,
                          ScrollEvent event)
rangeScrolled in interface JUPanelRowSetListenerevent - a description of the new range.
public void rowInserted(JUIteratorBinding iter,
                        InsertEvent event)
rowInserted in interface JUPanelRowSetListenerevent - a description of the new Row object.
public void rowDeleted(JUIteratorBinding iter,
                       DeleteEvent event)
rowDeleted in interface JUPanelRowSetListenerevent - a description of the deleted Row object.
public void rowUpdated(JUIteratorBinding iter,
                       UpdateEvent event)
rowUpdated in interface JUPanelRowSetListenerevent - a description of the modified Row object.
public void navigated(JUIteratorBinding iter,
                      NavigationEvent event)
navigated in interface JUPanelRowSetListenerevent - a description of the new and previous current rows.
  | 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.9.0) E52932-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||