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

More...

Inheritance diagram for Ext.Net.ComponentListener:
Ext.Net.BaseListener Ext.Net.IAutoPostBack Ext.Net.BaseItem Ext.Net.IXObject Ext.Net.IBase Ext.Net.Listener Ext.Net.MessageBusListener

Public Member Functions

virtual void Clear ()
 
override string ToString ()
 
string ToString (CultureInfo culture)
 
- Public Member Functions inherited from Ext.Net.BaseListener
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 bool AutoPostBack [get, set]
 True to initiate a postback. More...
 
virtual string PostBackEvent [get, set]
 
virtual bool CausesValidation [get, set]
 Gets or sets a value indicating whether validation is performed when the control is set to validate when a postback occurs. More...
 
virtual string ValidationGroup [get, set]
 Gets or Sets the Controls ValidationGroup More...
 
virtual string EventArgument [get, set]
 PostBackEvent Argument More...
 
virtual string PostBackFunction [get]
 
virtual string Fn [get, set]
 The handler function the event invokes. This function is passed the following parameters: evt : EventObject The EventObject describing the event. t : Element The Element which was the target of the event. Note that this may be filtered by using the delegate option. o : Object The options object from the addListener call. More...
 
virtual string Handler [get, set]
 The JavaScript logic to be called when this Listener fires. The Handler will be automatically wrapped in a proper function(){} template and passed the correct arguments for this event. More...
 
virtual string BroadcastOnBus [get, set]
 
virtual List< string >? ArgumentsListProxy [get]
 
override bool IsDefault [get]
 
virtual bool IsAlmostDefault [get]
 Are all the properties still set with their default values, except .Fn or .Handler. More...
 
override ConfigOptionsCollection ConfigOptions [get]
 
- Properties inherited from Ext.Net.BaseListener
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]
 
- Properties inherited from Ext.Net.IAutoPostBack
bool AutoPostBack [get, set]
 
bool CausesValidation [get, set]
 
string ValidationGroup [get, set]
 
string PostBackEvent [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

◆ Clear()

virtual void Ext.Net.ComponentListener.Clear ( )
inlinevirtual

◆ ToString() [1/2]

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

◆ ToString() [2/2]

string Ext.Net.ComponentListener.ToString ( CultureInfo  culture)
inline

Property Documentation

◆ ArgumentsListProxy

virtual List<string>? Ext.Net.ComponentListener.ArgumentsListProxy
getprotected

◆ AutoPostBack

virtual bool Ext.Net.ComponentListener.AutoPostBack
getset

True to initiate a postback.

◆ BroadcastOnBus

virtual string Ext.Net.ComponentListener.BroadcastOnBus
getset

◆ CausesValidation

virtual bool Ext.Net.ComponentListener.CausesValidation
getset

Gets or sets a value indicating whether validation is performed when the control is set to validate when a postback occurs.

◆ ConfigOptions

override ConfigOptionsCollection Ext.Net.ComponentListener.ConfigOptions
get

◆ EventArgument

virtual string Ext.Net.ComponentListener.EventArgument
getset

PostBackEvent Argument

◆ Fn

virtual string Ext.Net.ComponentListener.Fn
getset

The handler function the event invokes. This function is passed the following parameters: evt : EventObject The EventObject describing the event. t : Element The Element which was the target of the event. Note that this may be filtered by using the delegate option. o : Object The options object from the addListener call.

◆ Handler

virtual string Ext.Net.ComponentListener.Handler
getset

The JavaScript logic to be called when this Listener fires. The Handler will be automatically wrapped in a proper function(){} template and passed the correct arguments for this event.

◆ IsAlmostDefault

virtual bool Ext.Net.ComponentListener.IsAlmostDefault
get

Are all the properties still set with their default values, except .Fn or .Handler.

◆ IsDefault

override bool Ext.Net.ComponentListener.IsDefault
get

◆ PostBackEvent

virtual string Ext.Net.ComponentListener.PostBackEvent
getset

◆ PostBackFunction

virtual string Ext.Net.ComponentListener.PostBackFunction
getprotected

◆ ValidationGroup

virtual string Ext.Net.ComponentListener.ValidationGroup
getset

Gets or Sets the Controls ValidationGroup


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