JavaScript API Reference for Oracle ADF Faces
oracle.adfinternal.view.js.laf.dhtml.internalWindow
Class AdfDhtmlPopupWindowFactory
Warning:
- This is an unsupported, internal implementation class.
 
- Use an API class that might provide equivalent functionality instead.
 
- This class will change without notice.
 
- It is not recommended that you use anything in this class.
 
 
org.ecmascript.object.Object
   |
   +--oracle.adf.view.js.base.AdfObject
         |
         +--oracle.adfinternal.view.js.laf.dhtml.internalWindow.AdfDhtmlPopupWindowFactory
public class AdfDhtmlPopupWindowFactory
extends AdfObject
Abstract Factory responsible for creating the popup windows
Methods inherited from oracle.adf.view.js.base.AdfObject
 | 
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, exportPrototypeSymbol, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, Init, toDebugString, toString | 
public AdfDhtmlPopupWindowFactory() 
Abstract Factory responsible for creating the popup windows
 
public static AdfDhtmlPopupWindow createPopup(Object hints) 
Creates an instance of the popup window based on the hints provided.
 
- Parameters:
 
- 
hints | 
 -  | 
a set of popup hints (see AdfDhtmlPopupWindow)
 Default value = null 
 | 
 
- Return:
 
AdfDhtmlPopupWindow - an instance of a popup window that can be displayed using show 
- See also:
 
AdfDhtmlPopupWindow 
 
Generated on 2013.04.22 20:17 UTC
Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.