|
Business Components | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
| Type | Method |
|---|---|
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 |
public void rangeRefreshed(JUIteratorBinding iter,
RangeRefreshEvent event)
event - a description of the new ranges.
public void rangeScrolled(JUIteratorBinding iter,
ScrollEvent event)
event - a description of the new range.
public void rowInserted(JUIteratorBinding iter,
InsertEvent event)
event - a description of the new Row object.
public void rowDeleted(JUIteratorBinding iter,
DeleteEvent event)
event - a description of the deleted Row object.
public void rowUpdated(JUIteratorBinding iter,
UpdateEvent event)
event - a description of the modified Row object.
public void navigated(JUIteratorBinding iter,
NavigationEvent event)
event - a description of the new and previous current rows.
|
Business Components | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||