|
Oracle Data-aware Controls Reference | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectoracle.dacf.dataset.ValidationAdapter
This class provides a null implementation of the ValidationListener
interface. Listeners that are not interested in receiving
all the ValidationEvents should subclass from
ValidationAdapter and override the appropriate methods.
| Constructor Summary | |
ValidationAdapter()
|
|
| Method Summary | |
void |
validateAttribute(ValidationEvent event)
Called to validate column level data changes. |
void |
validateRow(ValidationEvent event)
Called to validate row level data changes. |
void |
validateRowSet(ValidationEvent event)
Called to validate queryview level data changes. |
void |
validateSession(ValidationEvent event)
Called to validate session level data changes. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ValidationAdapter()
| Method Detail |
public void validateAttribute(ValidationEvent event)
throws ValidationException
validateAttribute in interface ValidationListenerevent - the event.
ValidationException - if the data is invalid.
public void validateRow(ValidationEvent event)
throws ValidationException
validateRow in interface ValidationListenerevent - the event.
ValidationException - if the data is invalid.
public void validateRowSet(ValidationEvent event)
throws ValidationException
validateRowSet in interface ValidationListenerevent - the event.
ValidationException - if the data is invalid.
public void validateSession(ValidationEvent event)
throws ValidationException
validateSession in interface ValidationListenerevent - the event.
ValidationException - if the data is invalid.
|
Oracle Data-aware Controls Reference | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997, 2003, Oracle. All rights reserved.