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

More...

Inheritance diagram for Ext.Net.BaseListener:
Ext.Net.BaseItem Ext.Net.IXObject Ext.Net.IBase Ext.Net.BaseDirectEvent Ext.Net.ComponentListener Ext.Net.ObservableDirectEvent Ext.Net.Listener Ext.Net.MessageBusListener Ext.Net.ComponentDirectEvent Ext.Net.RemoteValidationDirectEvent Ext.Net.DirectEvent Ext.Net.MessageBusDirectEvent

Classes

class  ListenerArgumentAttributeComparer
 

Public Member Functions

HandlerConfig GetListenerConfig ()
 
void ClearListenerConfig ()
 
- 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 Scope [get, set]
 The scope in which to execute the handler function. The handler function's 'this' context. More...
 
virtual string Element [get, set]
 The name of a Component property which references an element to add a listener to. More...
 
virtual string Delegate [get, set]
 A simple selector to filter the target or look for a descendant of the target More...
 
virtual bool StopEvent [get, set]
 True to stop the event. That is stop propagation, and prevent the default action. More...
 
virtual bool PreventDefault [get, set]
 True to prevent the default action. More...
 
virtual bool StopPropagation [get, set]
 True to prevent event propagation. More...
 
virtual bool Normalized [get, set]
 False to pass a browser event to the handler function instead of an Ext.EventObject. More...
 
virtual int Delay [get, set]
 The number of milliseconds to delay the invocation of the handler after the event fires. More...
 
virtual bool HasOwnDelay [get]
 
virtual bool Single [get, set]
 True to add a handler to handle just the next firing of the event, and then remove itself. More...
 
virtual int Buffer [get, set]
 Causes the handler to be scheduled to run in an Ext.util.DelayedTask delayed by the specified number of milliseconds. If the event fires again within that time, the original handler is not invoked, but the new handler is scheduled in its place. 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

◆ ClearListenerConfig()

void Ext.Net.BaseListener.ClearListenerConfig ( )
inline

◆ GetListenerConfig()

HandlerConfig Ext.Net.BaseListener.GetListenerConfig ( )
inline

Property Documentation

◆ Buffer

virtual int Ext.Net.BaseListener.Buffer
getset

Causes the handler to be scheduled to run in an Ext.util.DelayedTask delayed by the specified number of milliseconds. If the event fires again within that time, the original handler is not invoked, but the new handler is scheduled in its place.

◆ ConfigOptions

override ConfigOptionsCollection Ext.Net.BaseListener.ConfigOptions
get

◆ Delay

virtual int Ext.Net.BaseListener.Delay
getset

The number of milliseconds to delay the invocation of the handler after the event fires.

◆ Delegate

virtual string Ext.Net.BaseListener.Delegate
getset

A simple selector to filter the target or look for a descendant of the target

◆ Element

virtual string Ext.Net.BaseListener.Element
getset

The name of a Component property which references an element to add a listener to.

◆ HasOwnDelay

virtual bool Ext.Net.BaseListener.HasOwnDelay
get

◆ Normalized

virtual bool Ext.Net.BaseListener.Normalized
getset

False to pass a browser event to the handler function instead of an Ext.EventObject.

◆ PreventDefault

virtual bool Ext.Net.BaseListener.PreventDefault
getset

True to prevent the default action.

◆ Scope

virtual string Ext.Net.BaseListener.Scope
getset

The scope in which to execute the handler function. The handler function's 'this' context.

◆ Single

virtual bool Ext.Net.BaseListener.Single
getset

True to add a handler to handle just the next firing of the event, and then remove itself.

◆ StopEvent

virtual bool Ext.Net.BaseListener.StopEvent
getset

True to stop the event. That is stop propagation, and prevent the default action.

◆ StopPropagation

virtual bool Ext.Net.BaseListener.StopPropagation
getset

True to prevent event propagation.


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