Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.UpdateOptions Class Reference

More...

Inheritance diagram for Ext.Net.UpdateOptions:
Ext.Net.BaseItem Ext.Net.IXObject Ext.Net.IBase

Public Member Functions

override string ToString ()
 
- Public Member Functions inherited from Ext.Net.BaseItem
virtual bool HasExplicitValue (string name)
 
void EnsureDataBind ()
 
virtual void Call (string name)
 
virtual void Call (string name, params object[] args)
 
virtual void AddScript (string script)
 
virtual void AddScript (string script, params object[] args)
 
virtual bool IsEmptyObject ()
 
Apply< T > (IApply config)
 
BaseItem Apply (object config)
 
virtual void LoadViewState (object state)
 
virtual object SaveViewState ()
 
virtual void TrackViewState ()
 
void SetDirty ()
 
virtual void DataBind ()
 
virtual IControlBuilder ToNativeBuilder ()
 

Properties

virtual string Url [get, set]
 The URL to request or a function which returns the URL. More...
 
virtual HttpMethod Method [get, set]
 The HTTP method to use. Defaults to POST if params are present, or GET if not. More...
 
virtual string Params [get, set]
 The parameters to pass to the server. More...
 
virtual bool Scripts [get, set]
 If true any <script> tags embedded in the response text will be extracted and executed. If this option is specified, the callback will be called after the execution of the scripts. More...
 
virtual string Callback [get, set]
 A function to be called when the response from the server arrives.(el : Ext.Element, success : Boolean, response : XMLHttpRequest, options : Object) More...
 
virtual bool DiscardUrl [get, set]
 If not passed as false the URL of this request becomes the default URL for this UpdateOptions object, and will be subsequently used in refresh calls. More...
 
virtual int Timeout [get, set]
 The timeout to use when waiting for a response. More...
 
virtual bool Nocache [get, set]
 If not passed as false the URL of this request becomes the default URL for this UpdateOptions object, and will be subsequently used in refresh calls. More...
 
virtual string Text [get, set]
 Text for loading indicator More...
 
override ConfigOptionsCollection ConfigOptions [get]
 
- Properties inherited from Ext.Net.BaseItem
virtual string InstanceOf [get]
 
ItemState State [get]
 
virtual DefaultValueMode DefaultValueMode [get, set]
 
virtual bool DesignMode [get]
 
bool AutoDataBind [get, set]
 
ResourceManager ResourceManager [get]
 
virtual Control Owner [get, set]
 The Owner Control for this Listener. More...
 
virtual bool IsDefault [get]
 Does this object currently represent it's default state. More...
 
bool IsTrackingViewState [get]
 
EventHandlerList Events [get]
 
EventHandler DataBinding
 
Control?? BindingContainer [get]
 
virtual ConfigItemCollection?? CustomConfig [get]
 Collection of custom js config More...
 
virtual ConfigOptionsCollection ConfigOptions [get]
 
virtual ConfigOptionsExtraction ConfigOptionsExtraction [get]
 
System.Web.Mvc.HtmlHelper?? HtmlHelper [get, set]
 
- Properties inherited from Ext.Net.IXObject
ConfigOptionsCollection ConfigOptions [get]
 
ConfigOptionsExtraction ConfigOptionsExtraction [get]
 
DefaultValueMode DefaultValueMode [get, set]
 

Additional Inherited Members

- Protected Member Functions inherited from Ext.Net.BaseItem
 BaseItem (Control owner)
 
 BaseItem ()
 
virtual void OwnerUpdate (Control owner)
 
virtual void OnDataBinding (EventArgs e)
 

Detailed Description

Member Function Documentation

◆ ToString()

override string Ext.Net.UpdateOptions.ToString ( )
inline

Property Documentation

◆ Callback

virtual string Ext.Net.UpdateOptions.Callback
getset

A function to be called when the response from the server arrives.(el : Ext.Element, success : Boolean, response : XMLHttpRequest, options : Object)

◆ ConfigOptions

override ConfigOptionsCollection Ext.Net.UpdateOptions.ConfigOptions
get

◆ DiscardUrl

virtual bool Ext.Net.UpdateOptions.DiscardUrl
getset

If not passed as false the URL of this request becomes the default URL for this UpdateOptions object, and will be subsequently used in refresh calls.

◆ Method

virtual HttpMethod Ext.Net.UpdateOptions.Method
getset

The HTTP method to use. Defaults to POST if params are present, or GET if not.

◆ Nocache

virtual bool Ext.Net.UpdateOptions.Nocache
getset

If not passed as false the URL of this request becomes the default URL for this UpdateOptions object, and will be subsequently used in refresh calls.

◆ Params

virtual string Ext.Net.UpdateOptions.Params
getset

The parameters to pass to the server.

◆ Scripts

virtual bool Ext.Net.UpdateOptions.Scripts
getset

If true any <script> tags embedded in the response text will be extracted and executed. If this option is specified, the callback will be called after the execution of the scripts.

◆ Text

virtual string Ext.Net.UpdateOptions.Text
getset

Text for loading indicator

◆ Timeout

virtual int Ext.Net.UpdateOptions.Timeout
getset

The timeout to use when waiting for a response.

◆ Url

virtual string Ext.Net.UpdateOptions.Url
getset

The URL to request or a function which returns the URL.


The documentation for this class was generated from the following files: