Template Engine

Class OpalLoader

Extends:
EventDispatcher
Requires:
Class
OpalRequest
Event
ErrorEvent
EventDispatcher
http
Defined in:
OpalLoader.js

OpalLoader

Constructor

OpalLoader(request)

Fields

Field

Methods

Method
Inherited from EventDispatcher
addEventListener(type, callbackFunction, context)
Adding listener
Inherited from EventDispatcher
Dispatches event
gets timeout in miliseconds
Inherited from EventDispatcher
Checks if given event type listener is registered
load(request)
makes request to the backend system based on the request object
Inherited from EventDispatcher
Remove group of listeners or all listeners
Inherited from EventDispatcher
removeEventListener(type, callbackFunction)
Remove listener
setRequest(request)
sets request object to process
sets timeout in miliseconds
Class Detail
OpalLoader(request)
Parameters (optional)
request {OpalRequest}
Field Details
data
Method Details
getTimeout() :{Number}
gets timeout in miliseconds
Returns:
{Number}
load(request)
makes request to the backend system based on the request object
Parameters (optional)
request {OpalRequest}
setRequest(request)
sets request object to process
Parameters (optional)
request {OpalRequest}
setTimeout(ms)
sets timeout in miliseconds
Parameters (optional)
ms {Number}
Documentation generated by JsDoc Toolkit 2.4.0 on Wed Aug 17 2011 15:33:34 GMT+0200 (CEST)