oracle.dacf.control
Class NavigatingEvent
java.lang.Object
java.util.EventObject
oracle.dacf.control.NavigatingEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class NavigatingEvent
- extends java.util.EventObject
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
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 |
NavigatingEvent
public NavigatingEvent(Control source,
Control target)
NavigatingEvent
public NavigatingEvent(Control source,
Control target,
int sourceValidationResult)
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:
- ValidationManager.VALID
- ValidationManager.ATTRIBUTE_INVALID
- ValidationManager.ROW_INVALID
- ValidationManager.ROWSET_INVALID
- ValidationManager.SESSION_INVALID
toString
public java.lang.String toString()
Copyright © 1997, 2003, Oracle. All rights reserved.