Oracle Data-aware Controls Reference

oracle.dacf.dataset
Class ValidationAdapter

java.lang.Object
  extended byoracle.dacf.dataset.ValidationAdapter
All Implemented Interfaces:
java.util.EventListener, ValidationListener

public class ValidationAdapter
extends java.lang.Object
implements ValidationListener

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

ValidationAdapter

public ValidationAdapter()
Method Detail

validateAttribute

public void validateAttribute(ValidationEvent event)
                       throws ValidationException
Called to validate column level data changes.

Specified by:
validateAttribute in interface ValidationListener
Parameters:
event - the event.
Throws:
ValidationException - if the data is invalid.

validateRow

public void validateRow(ValidationEvent event)
                 throws ValidationException
Called to validate row level data changes.

Specified by:
validateRow in interface ValidationListener
Parameters:
event - the event.
Throws:
ValidationException - if the data is invalid.

validateRowSet

public void validateRowSet(ValidationEvent event)
                    throws ValidationException
Called to validate queryview level data changes.

Specified by:
validateRowSet in interface ValidationListener
Parameters:
event - the event.
Throws:
ValidationException - if the data is invalid.

validateSession

public void validateSession(ValidationEvent event)
                     throws ValidationException
Called to validate session level data changes.

Specified by:
validateSession in interface ValidationListener
Parameters:
event - the event.
Throws:
ValidationException - if the data is invalid.

Oracle Data-aware Controls Reference

 

Copyright © 1997, 2003, Oracle. All rights reserved.