Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

oracle.apps.fnd.applcore.dt.setid.piLayout.validator
Class DeterminateAttributeValidator

java.lang.Object
  extended by oracle.bali.xml.util.XmlContextVetoableChangeAdapter
      extended by oracle.apps.fnd.applcore.dt.setid.piLayout.validator.DeterminateAttributeValidator
All Implemented Interfaces:
java.beans.VetoableChangeListener, java.util.EventListener

public class DeterminateAttributeValidator
extends oracle.bali.xml.util.XmlContextVetoableChangeAdapter

A validation class that for implementing validation on Determinate Attribute field.

Author:
Michael Luetchford <michael.luetchford@oracle.com>

Constructor Summary
DeterminateAttributeValidator()
          Default constructor.
 
Method Summary
protected  void vetoableChange(oracle.bali.xml.model.XmlContext xmlContext, org.w3c.dom.Node node, java.lang.String string, java.lang.Object oldValue, java.lang.Object newValue)
          This method provides a validation method that will clear values dependent on this node.
 
Methods inherited from class oracle.bali.xml.util.XmlContextVetoableChangeAdapter
vetoableChange
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeterminateAttributeValidator

public DeterminateAttributeValidator()
Default constructor.

Method Detail

vetoableChange

protected void vetoableChange(oracle.bali.xml.model.XmlContext xmlContext,
                              org.w3c.dom.Node node,
                              java.lang.String string,
                              java.lang.Object oldValue,
                              java.lang.Object newValue)
This method provides a validation method that will clear values dependent on this node. NB This does not get called when the value is reset to default.

Specified by:
vetoableChange in class oracle.bali.xml.util.XmlContextVetoableChangeAdapter
Parameters:
xmlContext - The xml context.
node - The node under investigation.
string - The string value.
oldValue - The old value.
newValue - The new value.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.