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

More...

Inheritance diagram for Ext.Net.EventMask:
Ext.Net.LoadMask Ext.Net.BaseItem Ext.Net.IXObject Ext.Net.IBase

Properties

override string Msg [get, set]
 
virtual MaskTarget Target [get, set]
 
virtual string CustomTarget [get, set]
 
virtual int MinDelay [get, set]
 
virtual ? bool? ShowDurationMessages [get, set]
 True to show duration messages. By default, this setting equals to the ResourceManager's ShowDirectEventDurationMessagesByDefault C# property or DirectEvent's showDurationMessages global JavaScript property. There is also the ResourceManager's ForbidDirectEventDurationMessages C# property and DirectEvent's forbidDurationMessages global JavaScript property. If it is true, then the ShowDurationMessages property doesn't produce any effect. More...
 
virtual DurationMessageCollection?? DurationMessages [get]
 The configs of delay messages More...
 
override ConfigOptionsCollection ConfigOptions [get]
 
- Properties inherited from Ext.Net.LoadMask
virtual bool ShowMask [get, set]
 True to create a single-use mask that is automatically destroyed after loading (useful for page loads), False to persist the mask element reference for multiple uses (e.g., for paged data widgets). Defaults to false. More...
 
virtual string Msg [get, set]
 The text to display in a centered loading message box. Defaults to: "Loading..." More...
 
virtual string MsgCls [get, set]
 The CSS class to apply to the loading message element (defaults to 'x-mask-loading'). More...
 
virtual string StoreID [get, set]
 Optional Store to which the mask is bound. The mask is displayed when a load request is issued, and hidden on either load success, or load fail. More...
 
virtual bool UseMsg [get, set]
 Whether or not to use a loading message class or simply mask the bound element. Defaults to: true More...
 
override bool IsDefault [get]
 
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

- Public Member Functions inherited from Ext.Net.LoadMask
 LoadMask ()
 
LoadMask.Builder ToBuilder ()
 
override IControlBuilder ToNativeBuilder ()
 
 LoadMask (Config config)
 
- 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 ()
 
- Static Public Member Functions inherited from Ext.Net.LoadMask
static implicit operator LoadMask (LoadMask.Config config)
 
- Protected Member Functions inherited from Ext.Net.BaseItem
 BaseItem (Control owner)
 
 BaseItem ()
 
virtual void OwnerUpdate (Control owner)
 
virtual void OnDataBinding (EventArgs e)
 

Detailed Description

Property Documentation

◆ ConfigOptions

override ConfigOptionsCollection Ext.Net.EventMask.ConfigOptions
get

◆ CustomTarget

virtual string Ext.Net.EventMask.CustomTarget
getset

◆ DurationMessages

virtual DurationMessageCollection?? Ext.Net.EventMask.DurationMessages
get

The configs of delay messages

◆ MinDelay

virtual int Ext.Net.EventMask.MinDelay
getset

◆ Msg

override string Ext.Net.EventMask.Msg
getset

◆ ShowDurationMessages

virtual ? bool? Ext.Net.EventMask.ShowDurationMessages
getset

True to show duration messages. By default, this setting equals to the ResourceManager's ShowDirectEventDurationMessagesByDefault C# property or DirectEvent's showDurationMessages global JavaScript property. There is also the ResourceManager's ForbidDirectEventDurationMessages C# property and DirectEvent's forbidDurationMessages global JavaScript property. If it is true, then the ShowDurationMessages property doesn't produce any effect.

◆ Target

virtual MaskTarget Ext.Net.EventMask.Target
getset


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