OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adfinternal.view.js.component.rich
Class AdfDialogServicePopupContainer

Warning:

org.ecmascript.object.Object
   |
   +--org.apache.myjs.trinidad.component.AdfUIObject
         |
         +--oracle.adfinternal.view.js.component.rich.AdfDialogServicePopupContainer

public class AdfDialogServicePopupContainer
extends AdfUIObject
Copyright (c) 2008, 2009, Oracle and/or its affiliates. All rights reserved.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfDialogServicePopupContainer()
Copyright (c) 2008, 2009, Oracle and/or its affiliates.


Method Summary

String
__getAllPopupNames()
String
__getAllWindowNames()
private void
_getPopupNames(Object state)
Visits each open dialog building a list of inline popup window names that are currently open.
private void
_getWindowNames(Object state)
Visits each open dialog building a list of browser window names that are currently open.


Field Detail


Constructor Detail


AdfDialogServicePopupContainer

public AdfDialogServicePopupContainer()

Copyright (c) 2008, 2009, Oracle and/or its affiliates. All rights reserved.

Method Detail


__getAllPopupNames

String __getAllPopupNames()

Return:
String - comma delimited list of open popup dialog window names

__getAllWindowNames

String __getAllWindowNames()

Return:
String - comma delimited list of open dialog window names

_getPopupNames

private void _getPopupNames(Object state)

Visits each open dialog building a list of inline popup window names that are currently open.

Parameters:
state  -  token for each open dialog
Return:
void - null

_getWindowNames

private void _getWindowNames(Object state)

Visits each open dialog building a list of browser window names that are currently open.

Parameters:
state  -  token for each open dialog
Return:
void - null

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

 

Generated on 2009.09.25 03:44 UTC
Copyright (c) 1998, 2009, Oracle and/or its affiliates. All rights reserved.