|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
oracle.dacf.dataset.ValidationEvent
ValidationEvents are fired by an InfoObject
in order to:
A ValidationEvent describes:
ValidationEvents are veteoable and are fired before the navigation events. A listener (which implements the ValidationListener interface) can veto the ValidationEvent by throwing a ValidationException. Vetoing the event disapproves the navigation change.
InfoObject
,
ValidationManager
,
ValidationListener
,
ValidationException
,
Serialized FormField Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
ValidationEvent(java.lang.Object source,
javax.infobus.DataItem dataItem,
java.lang.String childItemName,
int level)
Constructs a ValidationEvent object. |
Method Summary | |
java.lang.String |
getChildItemName()
Returns the name of this DataItem's child, typically a column, which also must be validated. |
javax.infobus.DataItem |
getDataItem()
Returns the DataItem published by the InfoObject being validated. |
int |
getLevel()
Returns the level of validation to be performed. |
java.lang.String |
toString()
Returns a string representation of the validation event. |
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 |
public ValidationEvent(java.lang.Object source, javax.infobus.DataItem dataItem, java.lang.String childItemName, int level)
source
- object firing the event.level
- level of validation to be performed. Validation levels
range from InfoObject.LEVEL_COLUMN to
InfoObject.LEVEL_APPLICATION.Method Detail |
public final java.lang.String getChildItemName()
public final int getLevel()
public final javax.infobus.DataItem getDataItem()
public java.lang.String toString()
|
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.