lz.DataRequest
is an abstract class that can be extended to create new kinds
of data requests, which are passed to a lz.DataProvider
when making a request.
Name (CSS property) | Type (tag) | Type (js) | Default | Category |
---|---|---|---|---|
error
|
String | read/write | ||
Used by dataprovider to record error messages | ||||
rawdata
|
String | read/write | ||
Raw data returned by request | ||||
requestor
|
Object | read/write | ||
An optional property that's the object using the DataRequest to pass into the DataProvider's doRequest method. | ||||
src
|
String | read/write | ||
An object which holds the protocol-specific source to load data from | ||||
status
|
String | read/write | ||
The status, one of 'success', 'timeout', 'error', 'ready' or 'loading' | ||||
timeout
|
Number | read/write | ||
The timeout in milliseconds |
Name (CSS property) | Type (tag) | Type (js) | Default | Category |
---|---|---|---|---|
ERROR
|
String | "error" | readonly | |
LOADING
|
String | "loading" | readonly | |
READY
|
String | "ready" | readonly | |
SUCCESS
|
String | "success" | readonly | |
TIMEOUT
|
String | "timeout" | readonly | |
Methods
Copyright © 2002-2010 Laszlo Systems, Inc. All Rights Reserved. Unauthorized use, duplication or distribution is strictly prohibited. This is the proprietary information of Laszlo Systems, Inc. Use is subject to license terms.