OracleJavaScript API Reference for Oracle ADF Faces

 

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

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

Warning:

org.ecmascript.object.Object
   |
   +--oracle.adfinternal.view.js.laf.dhtml.internalWindow.AdfPopupScopingUtils

public class AdfPopupScopingUtils
extends Object



Field Summary

private static Object
_CONTAINER_CLASS
private static Object
_HIDDEN_CONTAINER_CLASS


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfPopupScopingUtils()


Method Summary

private static Object
_getAllScopingContainers()
private static Object
_getScopingContainer(Object element)
public static Object
isOutOfScope(Object element)
public static Object
isScopingContainer(Object element)
public static Object
markAsScopingContainer(Object element)
private static Object
_putContainerInScope(Object containerElement)
private static Object
_removeContainerFromScope(Object containerElement)
public static Object
scope(Object element)
public static Object
unscope(Object element)
private static Object
_unscopeAll()


Field Detail


_CONTAINER_CLASS

private static Object _CONTAINER_CLASS

_HIDDEN_CONTAINER_CLASS

private static Object _HIDDEN_CONTAINER_CLASS

Constructor Detail


AdfPopupScopingUtils

public AdfPopupScopingUtils()

Method Detail


_getAllScopingContainers

private static Object _getAllScopingContainers()

Return:
Object

_getScopingContainer

private static Object _getScopingContainer(Object element)

Parameters:
element    
Return:
Object

isOutOfScope

public static Object isOutOfScope(Object element)

Parameters:
element    
Return:
Object

isScopingContainer

public static Object isScopingContainer(Object element)

Parameters:
element    
Return:
Object

markAsScopingContainer

public static Object markAsScopingContainer(Object element)

Parameters:
element    
Return:
Object

_putContainerInScope

private static Object _putContainerInScope(Object containerElement)

Parameters:
containerElement    
Return:
Object

_removeContainerFromScope

private static Object _removeContainerFromScope(Object containerElement)

Parameters:
containerElement    
Return:
Object

scope

public static Object scope(Object element)

Parameters:
element    
Return:
Object

unscope

public static Object unscope(Object element)

Parameters:
element    
Return:
Object

_unscopeAll

private static Object _unscopeAll()

Return:
Object

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

 

Generated on 2012.08.25 02:16 UTC
Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.