Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.dt.patterns.metadata.creator.dialogDetails
Class ApplicationsDialogDetailsCreator

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

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

ApplicationDialogDetailsCreator is a creator panel class for conditionally checking which UI to be shown.


Constructor Summary
ApplicationsDialogDetailsCreator()
           
 
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)
          createNode method, makes appropriate calls to create the Dialogs shown when the Dialog Details Component is selected.
static boolean showDialogDetailsPanel(java.awt.Component panel, java.lang.String text, boolean button)
          Method to encapsulate the Dialog Details Panel into the JEWTDialog.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationsDialogDetailsCreator

public ApplicationsDialogDetailsCreator()
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)
createNode method, makes appropriate calls to create the Dialogs shown when the Dialog Details Component is selected.

Specified by:
createNode in interface oracle.bali.xml.util.NodeCreator
Parameters:
xmlContext - xml context
key - Xml Key
position - Dom Position
prototypeNode - Component Element
Returns:
a node details dialog representing the user choices.

showDialogDetailsPanel

public static boolean showDialogDetailsPanel(java.awt.Component panel,
                                             java.lang.String text,
                                             boolean button)
Method to encapsulate the Dialog Details Panel into the JEWTDialog.

Parameters:
panel - Panel Object
text - String value
button - button value.
Returns:
boolean success value

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.