Module:libextPackage:wrap.ext.dataParent:DataProxyCopyright (c) 2007, 2008 Point5U, LLC
Milescript - ExtJS Wrapper Library: Project Home | Documentation

wrap.ext.data.HttpProxy

Inheritance : Object : Observable : DataProxy

Definition for Ext.data.HttpProxy class -- INSERT Ext LICENSE HERE -- Revision History - 10/31/2007 RC - Created

Constructors

Signature
public HttpProxy(Connection conn)

Methods

NameSignature
getConnectionConnection getConnection()
loadvoid load(Object params, DataReader reader, Function callback, Object scope, Object arg)

Properties

NameTypeComment
conn
wrap.ext.data.Connection

Constructors

public HttpProxy(Connection conn)

Parameters

NameTypeDescription
connwrap.ext.data.Connection



Methods

getConnection

Connection getConnection()

Returns
wrap.ext.data.Connection

load

void load(Object params, DataReader reader, Function callback, Object scope, Object arg)

Parameters

NameTypeDescription
paramscore.Object
readerwrap.ext.data.DataReader
callbackcore.Function
scopecore.Object
argcore.Object

Module:libextPackage:wrap.ext.dataParent:DataProxyCopyright (c) 2007, 2008 Point5U, LLC
Milescript - ExtJS Wrapper Library: Project Home | Documentation