OracleJavaScript API Reference for Oracle ADF Faces

 

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

oracle.adfinternal.view.js.laf.dhtml.internalWindow
Class AdfDhtmlPopupWindowFactory

Warning:

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



Field Summary


Fields inherited from oracle.adf.view.js.base.AdfObject

constructor, superclass


Fields inherited from org.ecmascript.object.Object

prototype


Constructor Summary

public
AdfDhtmlPopupWindowFactory()
Abstract Factory responsible for creating the popup windows


Method Summary

public static AdfDhtmlPopupWindow
createPopup(Object hints)
Creates an instance of the popup window based on the hints provided.


Methods inherited from oracle.adf.view.js.base.AdfObject

adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, Init, toDebugString, toString


Field Detail


Constructor Detail


AdfDhtmlPopupWindowFactory

public AdfDhtmlPopupWindowFactory()

Abstract Factory responsible for creating the popup windows

Method Detail


createPopup

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

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

 

Generated on 2011.08.31 02:41 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.