JavaScript API Reference for Oracle ADF Faces
oracle.adfinternal.view.js.laf.dhtml.screenReader
Class AdfAutoDismissalManager
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.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.
Methods inherited from oracle.adf.view.js.base.AdfObject
 | 
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, exportPrototypeSymbol, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString, toString | 
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.
 
public Object addBehavior(Object component,
                          Object hints) 
- Parameters:
 
- 
 
- Return:
 
Object 
 
public Object cancelBlurTimeout() 
- Return:
 
Object 
 
public Object changeBehavior(Object component,
                             Object hints) 
- Parameters:
 
- 
 
- Return:
 
Object 
 
public Object closeAll() 
- Return:
 
Object 
 
public Object dismiss(Object target) 
- Parameters:
 
- 
 
- Return:
 
Object 
 
public Object dispose() 
- Return:
 
Object 
 
public Object getBehaviorCount() 
- Return:
 
Object 
 
public Object hasComponent(Object component) 
- Parameters:
 
- 
 
- Return:
 
Object 
 
public Object hasComponents() 
- Return:
 
Object 
 
protected Object Init() 
Initializes the instance. Subclasses of AdfObject must call their superclass' Init
 
- Return:
 
Object 
- Overrides:
 
AdfObject.Init() 
 
public Object removeBehavior(Object component) 
- Parameters:
 
- 
 
- Return:
 
Object 
 
Generated on 2013.04.22 20:17 UTC
Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.