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

E22562-03

oracle.apps.fnd.applcore.dt.patterns.metadata.creator.userAssistance
Class ApplicationsUACreator

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.patterns.metadata.creator.userAssistance.ApplicationsUACreator
All Implemented Interfaces:
oracle.bali.xml.util.NodeCreator

public class ApplicationsUACreator
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
ApplicationsUACreator()
           
 
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.
 boolean showCreateDialog(ApplicationsUAPanel panel)
          Show the creator dialog.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationsUACreator

public ApplicationsUACreator()
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.

showCreateDialog

public boolean showCreateDialog(ApplicationsUAPanel panel)
Show the creator dialog.

Parameters:
panel - panel to show in dialog.
Returns:
true if user pressed ok, false otherwise.

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.