Interface IRequest

Hierarchy

Index

Properties

Methods

Properties

optional public action?: string

[Config Option] (String)

optional public alias?: Array<string>

[Config Option] (String[])

optional public alternateClassName?: any

[Config Option] (String/String[])

optional public callbackKey?: string

[Config Option] (String)

optional public config?: any

[Config Option] (Object)

optional public disableCaching?: boolean

[Config Option] (Boolean)

optional public extend?: string

[Config Option] (String)

optional public headers?: any

[Config Option] (Object)

optional public inheritableStatics?: any

[Config Option] (Object)

optional public jsonData?: any

[Config Option] (Object)

optional public jsonp?: IJsonP

[Config Option] (Ext.data.JsonP)

optional public method?: string

[Config Option] (String)

optional public mixins?: any

[Config Option] (Object)

optional public operation?: IOperation

[Config Option] (Ext.data.Operation)

optional public params?: any

[Config Option] (Object)

optional public password?: string

[Config Option] (String)

optional public platformConfig?: any

[Config Option] (Object)

optional public proxy?: IProxy

[Config Option] (Ext.data.proxy.Proxy)

optional public self?: IClass

[Property] (Ext.Class)

optional public singleton?: boolean

[Config Option] (Boolean)

optional public statics?: any

[Config Option] (Object)

optional public url?: string

[Config Option] (String)

optional public username?: string

[Config Option] (String)

optional public uses?: Array<string>

[Config Option] (String[])

optional public withCredentials?: boolean

[Config Option] (Boolean)

optional public xmlData?: any

[Config Option] (Object)

Methods

optional public callOverridden(args?: any): any

[Method] Call the original method that was previously overridden with override This method is deprecated as callParent does

Parameters

  • args?: any optional

    Array/Arguments The arguments, either an array or the arguments object from the current method, for example: this.callOverridden(arguments)

Returns

any

Object Returns the result of calling the overridden method

optional public callParent(args?: any): any

[Method] Call the parent method of the current method

Parameters

  • args?: any optional

    Array/Arguments The arguments, either an array or the arguments object from the current method, for example: this.callParent(arguments)

Returns

any

Object Returns the result of calling the parent method

optional public callSuper(args?: any): any

[Method] This method is used by an override to call the superclass method but bypass any overridden method

Parameters

  • args?: any optional

    Array/Arguments The arguments, either an array or the arguments object from the current method, for example: this.callSuper(arguments)

Returns

any

Object Returns the result of calling the superclass method

optional public destroy()

[Method]

optional public getAction(): string

[Method] Returns the value of action

Returns

string

String

optional public getArgs(): any

[Method] Returns the value of args

Returns

any

Object

optional public getCallback(): any

[Method] Returns the value of callback

Returns

any

Object

optional public getCallbackKey(): string

[Method] Returns the value of callbackKey

Returns

string

String

optional public getDirectFn(): any

[Method] Returns the value of directFn

Returns

any

Object

optional public getDisableCaching(): boolean

[Method] Returns the value of disableCaching

Returns

boolean

Boolean

optional public getHeaders(): any

[Method] Returns the value of headers

Returns

any

Object

optional public getInitialConfig(name?: string): any

[Method] Returns the initial configuration passed to constructor

Parameters

  • name?: string optional

    String When supplied, value for particular configuration option is returned, otherwise the full config object is returned.

Returns

any

Object/Mixed

optional public getJsonData(): any

[Method] Returns the value of jsonData

Returns

any

Object

optional public getMethod(): string

[Method] Returns the value of method

Returns

string

String

optional public getOperation(): IOperation

[Method] Returns the value of operation

Returns

IOperation

Ext.data.Operation

optional public getParams(): any

[Method] Returns the value of params

Returns

any

Object

optional public getPassword(): string

[Method] Returns the value of password

Returns

string

String

optional public getProxy(): IProxy

[Method] Returns the value of proxy

Returns

IProxy

Ext.data.proxy.Proxy

optional public getRecords(): any

[Method] Returns the value of records

Returns

any

Object

optional public getScope(): any

[Method] Returns the value of scope

Returns

any

Object

optional public getTimeout(): number

[Method] Returns the value of timeout

Returns

number

Number

optional public getUrl(): string

[Method] Returns the value of url

Returns

string

String

optional public getUseDefaultXhrHeader(): any

[Method] Returns the value of useDefaultXhrHeader

Returns

any

Object

optional public getUsername(): string

[Method] Returns the value of username

Returns

string

String

optional public getWithCredentials(): boolean

[Method] Returns the value of withCredentials

Returns

boolean

Boolean

optional public getXmlData(): any

[Method] Returns the value of xmlData

Returns

any

Object

optional public initConfig(instanceConfig?: any): any

[Method] Initialize configuration for this class

Parameters

  • instanceConfig?: any optional

    Object

Returns

any

Object mixins The mixin prototypes as key - value pairs

optional public setAction(action?: string)

[Method] Sets the value of action

Parameters

  • action?: string optional

    String The new value.

optional public setArgs(args?: any)

[Method] Sets the value of args

Parameters

  • args?: any optional

    Object The new value.

optional public setCallback(callback?: any)

[Method] Sets the value of callback

Parameters

  • callback?: any optional

    Object The new value.

optional public setCallbackKey(callbackKey?: string)

[Method] Sets the value of callbackKey

Parameters

  • callbackKey?: string optional

    String The new value.

optional public setDirectFn(directFn?: any)

[Method] Sets the value of directFn

Parameters

  • directFn?: any optional

    Object The new value.

optional public setDisableCaching(disableCaching?: boolean)

[Method] Sets the value of disableCaching

Parameters

  • disableCaching?: boolean optional

    Boolean The new value.

optional public setHeaders(headers?: any)

[Method] Sets the value of headers

Parameters

  • headers?: any optional

    Object The new value.

optional public setJsonData(jsonData?: any)

[Method] Sets the value of jsonData

Parameters

  • jsonData?: any optional

    Object The new value.

optional public setMethod(method?: string)

[Method] Sets the value of method

Parameters

  • method?: string optional

    String The new value.

optional public setOperation(operation?: IOperation)

[Method] Sets the value of operation

Parameters

  • operation?: IOperation optional

    Ext.data.Operation The new value.

optional public setParams(params?: any)

[Method] Sets the value of params

Parameters

  • params?: any optional

    Object The new value.

optional public setPassword(password?: string)

[Method] Sets the value of password

Parameters

  • password?: string optional

    String The new value.

optional public setProxy(proxy?: IProxy)

[Method] Sets the value of proxy

Parameters

  • proxy?: IProxy optional

    Ext.data.proxy.Proxy The new value.

optional public setRecords(records?: any)

[Method] Sets the value of records

Parameters

  • records?: any optional

    Object The new value.

optional public setScope(scope?: any)

[Method] Sets the value of scope

Parameters

  • scope?: any optional

    Object The new value.

optional public setTimeout(timeout?: number)

[Method] Sets the value of timeout

Parameters

  • timeout?: number optional

    Number The new value.

optional public setUrl(url?: string)

[Method] Sets the value of url

Parameters

  • url?: string optional

    String The new value.

optional public setUseDefaultXhrHeader(useDefaultXhrHeader?: any)

[Method] Sets the value of useDefaultXhrHeader

Parameters

  • useDefaultXhrHeader?: any optional

    Object The new value.

optional public setUsername(username?: string)

[Method] Sets the value of username

Parameters

  • username?: string optional

    String The new value.

optional public setWithCredentials(withCredentials?: boolean)

[Method] Sets the value of withCredentials

Parameters

  • withCredentials?: boolean optional

    Boolean The new value.

optional public setXmlData(xmlData?: any)

[Method] Sets the value of xmlData

Parameters

  • xmlData?: any optional

    Object The new value.