OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adfinternal.view.js.laf.dhtml.screenReader
Class AdfDhtmlPositionManager

Warning:

org.ecmascript.object.Object
   |
   +--oracle.adf.view.js.base.AdfObject
         |
         +--oracle.adfinternal.view.js.laf.dhtml.screenReader.AdfDhtmlPositionManager

public class AdfDhtmlPositionManager
extends AdfObject
Screen reader implementation of the position manager. We don't explicitly position popups in screen reader mode, in part because align elements are hidden during popup scoping, which makes positioning relative to align elements difficult. Popups are positioned at 0, 0 by default, which is suffficient for screen reader usage.



Field Summary

public static Object
BOTTOM
public static Object
CENTER
public static Object
LEFT
public static Object
MIDDLE
public static Object
MIN_WIDTH
public static Object
RIGHT
public static Object
TOP


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

constructor, superclass


Fields inherited from org.ecmascript.object.Object

prototype


Constructor Summary

public
AdfDhtmlPositionManager()
Screen reader implementation of the position manager.


Method Summary

public Object
addFloatingElement(Object floatingElement, Object alignmentHint)
public Object
addFloatingElementByPosition(Object floatingElement, Object pos)
public Object
dispose()
public Object
findFloatingElement(Object childDomElement)
public Object
getComputedBehavior(Object index)
public Object
getElementCount()
protected Object
Init()
Initializes the instance.
protected static Object
InitClass()
public Object
managesElement(Object element)
public Object
removeElement(Object index)
public Object
resizeFloatingElement(Object childDomElement)
public Object
validatePosition(Object index)


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

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


Field Detail


BOTTOM

public static Object BOTTOM

CENTER

public static Object CENTER

LEFT

public static Object LEFT

MIDDLE

public static Object MIDDLE

MIN_WIDTH

public static Object MIN_WIDTH

RIGHT

public static Object RIGHT

TOP

public static Object TOP

Constructor Detail


AdfDhtmlPositionManager

public AdfDhtmlPositionManager()

Screen reader implementation of the position manager. We don't explicitly position popups in screen reader mode, in part because align elements are hidden during popup scoping, which makes positioning relative to align elements difficult. Popups are positioned at 0, 0 by default, which is suffficient for screen reader usage.

Method Detail


addFloatingElement

public Object addFloatingElement(Object floatingElement,
                                 Object alignmentHint)

Parameters:
floatingElement    
alignmentHint    
Return:
Object

addFloatingElementByPosition

public Object addFloatingElementByPosition(Object floatingElement,
                                           Object pos)

Parameters:
floatingElement    
pos    
Return:
Object

dispose

public Object dispose()

Return:
Object

findFloatingElement

public Object findFloatingElement(Object childDomElement)

Parameters:
childDomElement    
Return:
Object

getComputedBehavior

public Object getComputedBehavior(Object index)

Parameters:
index    
Return:
Object

getElementCount

public Object getElementCount()

Return:
Object

Init

protected Object Init()

Initializes the instance. Subclasses of AdfObject must call their superclass' Init

Return:
Object
Overrides:
AdfObject.Init()

InitClass

protected static Object InitClass()

Return:
Object

managesElement

public Object managesElement(Object element)

Parameters:
element    
Return:
Object

removeElement

public Object removeElement(Object index)

Parameters:
index    
Return:
Object

resizeFloatingElement

public Object resizeFloatingElement(Object childDomElement)

Parameters:
childDomElement    
Return:
Object

validatePosition

public Object validatePosition(Object index)

Parameters:
index    
Return:
Object

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

 

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