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

E22562-01

oracle.apps.fnd.applcore.dt.flex.component.metadata.creator
Class KFFPartialComponentCreator

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.flex.component.metadata.creator.KFFPartialComponentCreator
All Implemented Interfaces:
oracle.bali.xml.util.NodeCreator

public class KFFPartialComponentCreator
extends java.lang.Object
implements oracle.bali.xml.util.NodeCreator

Node creator for creating xml nodes when the component is dragged from the component pallette to the editor.

Author:
David Groves <david.groves@oracle.com>

Constructor Summary
KFFPartialComponentCreator()
           
 
Method Summary
 org.w3c.dom.Node createNode(oracle.bali.xml.model.XmlContext xmlContext, oracle.bali.xml.metadata.XmlKey key, oracle.bali.xml.dom.position.DomPosition position, org.w3c.dom.Node prototypeNode)
          Create a node using the given context and key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KFFPartialComponentCreator

public KFFPartialComponentCreator()
Method Detail

createNode

public org.w3c.dom.Node createNode(oracle.bali.xml.model.XmlContext xmlContext,
                                   oracle.bali.xml.metadata.XmlKey key,
                                   oracle.bali.xml.dom.position.DomPosition position,
                                   org.w3c.dom.Node prototypeNode)
Create a node using the given context and key. PrototypeNode which can be null represents a prototype node that might contains some attributes with initial value specified.

Specified by:
createNode in interface oracle.bali.xml.util.NodeCreator
Parameters:
xmlContext - context to use
key - xmlkey of node to create
position - position in Dom
prototypeNode - node that is to be created
Returns:
Node to insert into jspx tree.

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.