OracleJavaScript API Reference for Oracle ADF Faces

 

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

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

Warning:

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

public class AdfAutoDismissalManager
extends AdfObject
Screen reader implementation of the auto dismissal manager. In screen reader mode, only the popup is visible. Intercepting events that would dismiss the popup is not valid. In FF, the browser attention identifier keys (F-keys) cause a blur that will auto dismiss the popup. Hotkeys are commonly used with JAWS.



Field Summary


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

constructor, superclass


Fields inherited from org.ecmascript.object.Object

prototype


Constructor Summary

public
AdfAutoDismissalManager()
Screen reader implementation of the auto dismissal manager.


Method Summary

public Object
addBehavior(Object component, Object hints)
public Object
cancelBlurTimeout()
public Object
changeBehavior(Object component, Object hints)
public Object
closeAll()
public Object
dismiss(Object target)
public Object
dispose()
public Object
getBehaviorCount()
public Object
hasComponent(Object component)
public Object
hasComponents()
protected Object
Init()
Initializes the instance.
public Object
removeBehavior(Object component)


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

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


Field Detail


Constructor Detail


AdfAutoDismissalManager

public AdfAutoDismissalManager()

Screen reader implementation of the auto dismissal manager. In screen reader mode, only the popup is visible. Intercepting events that would dismiss the popup is not valid. In FF, the browser attention identifier keys (F-keys) cause a blur that will auto dismiss the popup. Hotkeys are commonly used with JAWS.

Method Detail


addBehavior

public Object addBehavior(Object component,
                          Object hints)

Parameters:
component    
hints    
Return:
Object

cancelBlurTimeout

public Object cancelBlurTimeout()

Return:
Object

changeBehavior

public Object changeBehavior(Object component,
                             Object hints)

Parameters:
component    
hints    
Return:
Object

closeAll

public Object closeAll()

Return:
Object

dismiss

public Object dismiss(Object target)

Parameters:
target    
Return:
Object

dispose

public Object dispose()

Return:
Object

getBehaviorCount

public Object getBehaviorCount()

Return:
Object

hasComponent

public Object hasComponent(Object component)

Parameters:
component    
Return:
Object

hasComponents

public Object hasComponents()

Return:
Object

Init

protected Object Init()

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

Return:
Object
Overrides:
AdfObject.Init()

removeBehavior

public Object removeBehavior(Object component)

Parameters:
component    
Return:
Object

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

 

Generated on 2014.03.27 12:59 UTC
Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.