|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JUPanelRowSetListener
Implemented by classes that are interested in performing typically lightweight, client-side validation for an attribute, a row, or the whole transaction.
When the Event Inspector is used to generate PanelValidationEvent code on a PanelBinding object, it adds this interface to the list of interfaces the concerned class implements and also implements the three event methods.
| 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. |
| Method Detail |
|---|
void rangeRefreshed(JUIteratorBinding iter,
RangeRefreshEvent event)
event - a description of the new ranges.
void rangeScrolled(JUIteratorBinding iter,
ScrollEvent event)
event - a description of the new range.
void rowInserted(JUIteratorBinding iter,
InsertEvent event)
event - a description of the new Row object.
void rowDeleted(JUIteratorBinding iter,
DeleteEvent event)
event - a description of the deleted Row object.
void rowUpdated(JUIteratorBinding iter,
UpdateEvent event)
event - a description of the modified Row object.
void navigated(JUIteratorBinding iter,
NavigationEvent event)
event - 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.4.0) E10653-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||