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 LookupTypeCallbackValidator

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.setid.piLayout.validator.LookupTypeCallbackValidator
All Implemented Interfaces:
oracle.bali.xml.validator.ValidatorCallback

public class LookupTypeCallbackValidator
extends java.lang.Object
implements oracle.bali.xml.validator.ValidatorCallback

Validator Class for the Lookup Type and View Application properties from the Entity Attributes - Applications pane Property Inspector.

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

Constructor Summary
LookupTypeCallbackValidator(oracle.bali.xml.gui.jdev.JDevXmlContext context)
          Public Constructor.
 
Method Summary
static LookupTypeCallbackValidator createInstance(oracle.bali.xml.model.XmlContext context)
          Create a contextual instance of this class.
 void validateAttribute(org.w3c.dom.Attr attr, org.xml.sax.ErrorHandler errorHandler)
          Validate the supplied attribute.
 void validateDocument(org.w3c.dom.Document document, org.xml.sax.ErrorHandler errorHandler)
          Validate the entire document.
 void validateElement(org.w3c.dom.Element element, org.xml.sax.ErrorHandler errorHandler)
          Validate the specified element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LookupTypeCallbackValidator

public LookupTypeCallbackValidator(oracle.bali.xml.gui.jdev.JDevXmlContext context)
Public Constructor.

Method Detail

createInstance

public static LookupTypeCallbackValidator createInstance(oracle.bali.xml.model.XmlContext context)
Create a contextual instance of this class.

Parameters:
context - The context.
Returns:
a contextual instance.

validateDocument

public void validateDocument(org.w3c.dom.Document document,
                             org.xml.sax.ErrorHandler errorHandler)
Validate the entire document.

Specified by:
validateDocument in interface oracle.bali.xml.validator.ValidatorCallback
Parameters:
document - The document to validate
errorHandler - To report any errors/warnings

validateElement

public void validateElement(org.w3c.dom.Element element,
                            org.xml.sax.ErrorHandler errorHandler)
Validate the specified element. This method also looks at its sibilings to maintain the dependent relationship that exists between View Application and Lookup Type.

Specified by:
validateElement in interface oracle.bali.xml.validator.ValidatorCallback
Parameters:
element - THe element to validate
errorHandler - To report any errors/warnings

validateAttribute

public void validateAttribute(org.w3c.dom.Attr attr,
                              org.xml.sax.ErrorHandler errorHandler)
Validate the supplied attribute.

Specified by:
validateAttribute in interface oracle.bali.xml.validator.ValidatorCallback
Parameters:
attr - The attribute to validate.
errorHandler - To report any errors/warnings

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.