OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adfinternal.view.js.laf.dhtml.rich
Class AdfDhtmlPageProcessingIndicator

Warning:

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

public class AdfDhtmlPageProcessingIndicator
extends AdfObject
AdfDhtmlPageProcessingIndicator is used to display a processing indicator when an Asynchronous XML HTTP Request Adfcommunication is being performed with the server.



Field Summary

private Object
_backgroundColor
private Object
_displayed
private Object
_element


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

constructor, superclass


Fields inherited from org.ecmascript.object.Object

prototype


Constructor Summary

public
AdfDhtmlPageProcessingIndicator()
AdfDhtmlPageProcessingIndicator is used to display a processing indicator when an Asynchronous XML HTTP Request Adfcommunication is being performed with the server.


Method Summary

private Object
_createDOMElement(Object ownerDoc)
private static Object
_createInstance()
public Object
display(Object show, Object ownerDoc)
Displays/Hides the processing indicator
public Object
getBackgroundColor()
Returns the background color associated with the processing indicator.
public static Object
getInstance(Object procText)
Returns the singleton instance of the processing indicator
protected Object
Init()
Initializes the instance.
protected static Object
InitClass()
public Object
isDisplayed()
Indicates whether the processing indicator is displayed or not
private Object
_position(Object ownerDoc)


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

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


Field Detail


_backgroundColor

private Object _backgroundColor

_displayed

private Object _displayed

_element

private Object _element

Constructor Detail


AdfDhtmlPageProcessingIndicator

public AdfDhtmlPageProcessingIndicator()

AdfDhtmlPageProcessingIndicator is used to display a processing indicator when an Asynchronous XML HTTP Request Adfcommunication is being performed with the server.

Method Detail


_createDOMElement

private Object _createDOMElement(Object ownerDoc)

Parameters:
ownerDoc    
Return:
Object

_createInstance

private static Object _createInstance()

Return:
Object

display

public Object display(Object show,
                      Object ownerDoc)

Displays/Hides the processing indicator

Parameters:
show  -  indicates whether to display/hide the processing indicator
ownerDoc    
Return:
Object

getBackgroundColor

public Object getBackgroundColor()

Returns the background color associated with the processing indicator. NOTE: this value is skinned through CSS computed style until we have a skinning strategy in place.

Return:
Object - The background color specified in the CSS for the processing indicator.

getInstance

public static Object getInstance(Object procText)

Returns the singleton instance of the processing indicator

Parameters:
procText  -  Text for the processing indicator
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

isDisplayed

public Object isDisplayed()

Indicates whether the processing indicator is displayed or not

Return:
Object - boolean indicating if the processing indicator is displayed or not

_position

private Object _position(Object ownerDoc)

Parameters:
ownerDoc    
Return:
Object

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

 

Generated on 2010.12.10 19:37 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.