Oracle Data-aware Controls Reference

oracle.dacf.control
Class NavigatingEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byoracle.dacf.control.NavigatingEvent
All Implemented Interfaces:
java.io.Serializable

public class NavigatingEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
NavigatingEvent(Control source, Control target)
           
NavigatingEvent(Control source, Control target, int sourceValidationResult)
           
 
Method Summary
 Control getSourceControl()
           
 int getSourceValidationResult()
          Return the validation result as reported by the ValidationManager.
 Control getTargetControl()
           
 boolean isSourceValid()
           
 java.lang.String toString()
           
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NavigatingEvent

public NavigatingEvent(Control source,
                       Control target)

NavigatingEvent

public NavigatingEvent(Control source,
                       Control target,
                       int sourceValidationResult)
Method Detail

getTargetControl

public final Control getTargetControl()

getSourceControl

public final Control getSourceControl()

isSourceValid

public final boolean isSourceValid()

getSourceValidationResult

public final int getSourceValidationResult()
Return the validation result as reported by the ValidationManager.

The return value will be one of:


toString

public java.lang.String toString()

Oracle Data-aware Controls Reference

 

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