JavaScript API Reference for Oracle ADF Faces
oracle.adfinternal.view.js.laf.dhtml.internalWindow
Class AdfDhtmlZOrderLayer
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.AdfDhtmlZOrderLayer
public class AdfDhtmlZOrderLayer
extends AdfObject
Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
Constructor Summary
 | 
public | 
AdfDhtmlZOrderLayer(String containerElementId) 
- 
Copyright (c) 2007, 2011, Oracle and/or its affiliates. 
 
 
 | 
Methods inherited from oracle.adf.view.js.base.AdfObject
 | 
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, exportPrototypeSymbol, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString, toString | 
private Object _containerElementId 
private Object _elements 
private Object _elementsCount 
private static Object _MINIMAL_Z_INDEX 
public AdfDhtmlZOrderLayer(String containerElementId) 
Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
 
- Parameters:
 
- 
containerElementId | 
 -  | 
client id of the layer container element | 
 
 
public Object addElement(HTMLElement element,
                         HTMLElement priorElement) 
- Parameters:
 
- 
element | 
 -  | 
dom element added to the container | 
priorElement | 
 -  | 
optional existing element that element should be inserted before | 
 
- Return:
 
Object 
 
public Object getContainerElement() 
- Return:
 
Object 
 
public Number getContainerElementCount() 
- Return:
 
Number - number of elements managed under the container 
 
public Object getId() 
- Return:
 
Object 
 
protected Object Init(Object containerElementId) 
Initializes the instance. Subclasses of AdfObject must call their superclass' Init
 
- Parameters:
 
- 
 
- Return:
 
Object 
- Overrides:
 
AdfObject.Init() 
 
public Object raiseToFront(Object raisingElement) 
- Parameters:
 
- 
 
- Return:
 
Object 
 
public Object removeElement(Object element) 
- Parameters:
 
- 
 
- Return:
 
Object 
 
private Object _updateElement(Object elementIndex) 
- Parameters:
 
- 
 
- Return:
 
Object 
 
public Object visitElements(Object callback) 
Used to visit elements in a layer by passing in a callback function. The function must have two actual parameters. The first parameter is a reference to "this" layer. The second parameter is the element. The function should return a boolean value that indicates visiting elements should stop.
 
- Parameters:
 
- 
 
- Return:
 
Object 
 
Generated on 2013.04.22 20:17 UTC
Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.