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

/summary> More...

Inheritance diagram for Ext.Net.AbstractComponentListeners:
Ext.Net.ComponentListeners Ext.Net.BaseItem Ext.Net.IXObject Ext.Net.IBase Ext.Net.AbstractCalendarViewListeners Ext.Net.ButtonListeners Ext.Net.CalloutListeners Ext.Net.ColorButtonListeners Ext.Net.ColorPickerListeners Ext.Net.ColumnListeners Ext.Net.ContainerListeners Ext.Net.DataViewListeners Ext.Net.DatePickerListeners Ext.Net.FieldListeners Ext.Net.ImageListeners Ext.Net.InlineEditorListeners Ext.Net.MenuItemListeners Ext.Net.MonthPickerListeners Ext.Net.PagingToolbarListeners Ext.Net.ProgressBarListeners Ext.Net.StatusBarListeners Ext.Net.TagLabelListeners Ext.Net.ToolListeners

Properties

virtual ComponentListener?? FocusEnter [get]
 Fires when focus enters this Component's hierarchy. More...
 
virtual ComponentListener?? FocusLeave [get]
 Fires when focus leaves this Component's hierarchy. More...
 
virtual ComponentListener?? Activate [get]
 Fires after a AbstractComponent has been visually activated. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentListener?? Added [get]
 Fires after a AbstractComponent had been added to a Container. Parameters item : Ext.AbstractComponent container : Ext.container.Container Parent Container pos : Number position of AbstractComponent More...
 
virtual ComponentListener?? AfterLayoutAnimation [get]
 This event fires after a component's layout has been updated by a layout that included animation (e.g., a panel in an accordion layout). More...
 
virtual ComponentListener?? AfterRender [get]
 Fires after the component rendering is finished. More...
 
virtual ComponentListener?? BeforeActivate [get]
 Fires before a AbstractComponent has been visually activated. Returning false from an event listener can prevent the activate from occurring. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentListener?? BeforeDeactivate [get]
 Fires before a AbstractComponent has been visually deactivated. Returning false from an event listener can prevent the deactivate from occurring. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentListener?? BeforeDestroy [get]
 Fires before the component is destroyed. Return false from an event handler to stop the destroy. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentListener?? BeforeHide [get]
 Fires before the component is hidden when calling the hide method. Return false from an event handler to stop the hide. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentListener?? BeforeRender [get]
 Fires before the component is rendered. Return false from an event handler to stop the render. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentListener?? BeforeShow [get]
 Fires before the component is shown when calling the show method. Return false from an event handler to stop the show. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentListener?? Deactivate [get]
 Fires after a AbstractComponent has been visually deactivated. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentListener?? Destroy [get]
 Fires after the component is destroyed. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentListener?? Disable [get]
 Fires after the component is disabled. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentListener?? Enable [get]
 Fires after the component is enabled. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentListener?? Hide [get]
 Fires after the component is hidden. Fires after the component is hidden when calling the hide method. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentListener?? Move [get]
 Fires after the component is moved. Parameters item : Ext.AbstractComponent x : Number The new x position y : Number The new y position More...
 
virtual ComponentListener?? Removed [get]
 Fires when a component is removed from an Ext.container.Container Parameters item : Ext.AbstractComponent ownerCt : Ext.container.Container Container which holds the component More...
 
virtual ComponentListener?? Render [get]
 Fires after the component markup is rendered. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentListener?? Resize [get]
 Fires after the component is resized. Parameters item : Ext.AbstractComponent adjWidth : Number The box-adjusted width that was set adjHeight : Number The box-adjusted height that was set More...
 
virtual ComponentListener?? Show [get]
 Fires after the component is shown when calling the show method. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentListener?? BeforeStateRestore [get]
 Fires before the state of the component is restored. Return false to stop the restore. Parameters item : Ext.AbstractComponent state : object The hash of state values More...
 
virtual ComponentListener?? BeforeStateSave [get]
 Fires before the state of the component is saved to the configured state provider. Return false to stop the save. Parameters item : Ext.AbstractComponent state : object The hash of state values More...
 
virtual ComponentListener?? StateRestore [get]
 Fires after the state of the component is restored. Parameters item : Ext.AbstractComponent state : object The hash of state values More...
 
virtual ComponentListener?? StateSave [get]
 Fires after the state of the component is saved to the configured state provider. Parameters item : Ext.AbstractComponent state : object The hash of state values More...
 
virtual ComponentListener?? Blur [get]
 Fires when this Component loses focus. Parameters item : Ext.AbstractComponent e : Ext.EventObject blur event. More...
 
virtual ComponentListener?? Focus [get]
 Fires when this Component receives focus. Parameters item : Ext.AbstractComponent e : Ext.EventObject focus event. More...
 
virtual ComponentListener?? BoxReady [get]
 Fires one time - after the component has been layed out for the first time at its initial size. Parameters item : Ext.Component width : Number The initial width height : Number The initial height More...
 
virtual ComponentListener?? DoubleTap [get]
 A simple event recognizer which knows when you double tap. Parameters item : Ext.Component e : Event More...
 
virtual ComponentListener?? Drag [get]
 
virtual ComponentListener?? EdgeSwipe [get]
 
virtual ComponentListener?? LongPress [get]
 
virtual ComponentListener?? Pinch [get]
 
virtual ComponentListener?? Rotate [get]
 
virtual ComponentListener?? Swipe [get]
 
virtual ComponentListener?? Tap [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.ComponentListeners
virtual void ClearListeners ()
 
- 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 ()
 
- Protected Member Functions inherited from Ext.Net.BaseItem
 BaseItem (Control owner)
 
 BaseItem ()
 
virtual void OwnerUpdate (Control owner)
 
virtual void OnDataBinding (EventArgs e)
 

Detailed Description

/summary>

Property Documentation

◆ Activate

virtual ComponentListener?? Ext.Net.AbstractComponentListeners.Activate
get

Fires after a AbstractComponent has been visually activated. Parameters item : Ext.AbstractComponent

◆ Added

virtual ComponentListener?? Ext.Net.AbstractComponentListeners.Added
get

Fires after a AbstractComponent had been added to a Container. Parameters item : Ext.AbstractComponent container : Ext.container.Container Parent Container pos : Number position of AbstractComponent

◆ AfterLayoutAnimation

virtual ComponentListener?? Ext.Net.AbstractComponentListeners.AfterLayoutAnimation
get

This event fires after a component's layout has been updated by a layout that included animation (e.g., a panel in an accordion layout).

Available since: 4.0.0

Parameters item : Ext.Component

◆ AfterRender

virtual ComponentListener?? Ext.Net.AbstractComponentListeners.AfterRender
get

Fires after the component rendering is finished.

The afterrender event is fired after this AbstractComponent has been rendered, been postprocesed by any afterRender method defined for the AbstractComponent, and, if stateful, after state has been restored.

Parameters item : Ext.AbstractComponent

◆ BeforeActivate

virtual ComponentListener?? Ext.Net.AbstractComponentListeners.BeforeActivate
get

Fires before a AbstractComponent has been visually activated. Returning false from an event listener can prevent the activate from occurring. Parameters item : Ext.AbstractComponent

◆ BeforeDeactivate

virtual ComponentListener?? Ext.Net.AbstractComponentListeners.BeforeDeactivate
get

Fires before a AbstractComponent has been visually deactivated. Returning false from an event listener can prevent the deactivate from occurring. Parameters item : Ext.AbstractComponent

◆ BeforeDestroy

virtual ComponentListener?? Ext.Net.AbstractComponentListeners.BeforeDestroy
get

Fires before the component is destroyed. Return false from an event handler to stop the destroy. Parameters item : Ext.AbstractComponent

◆ BeforeHide

virtual ComponentListener?? Ext.Net.AbstractComponentListeners.BeforeHide
get

Fires before the component is hidden when calling the hide method. Return false from an event handler to stop the hide. Parameters item : Ext.AbstractComponent

◆ BeforeRender

virtual ComponentListener?? Ext.Net.AbstractComponentListeners.BeforeRender
get

Fires before the component is rendered. Return false from an event handler to stop the render. Parameters item : Ext.AbstractComponent

◆ BeforeShow

virtual ComponentListener?? Ext.Net.AbstractComponentListeners.BeforeShow
get

Fires before the component is shown when calling the show method. Return false from an event handler to stop the show. Parameters item : Ext.AbstractComponent

◆ BeforeStateRestore

virtual ComponentListener?? Ext.Net.AbstractComponentListeners.BeforeStateRestore
get

Fires before the state of the component is restored. Return false to stop the restore. Parameters item : Ext.AbstractComponent state : object The hash of state values

◆ BeforeStateSave

virtual ComponentListener?? Ext.Net.AbstractComponentListeners.BeforeStateSave
get

Fires before the state of the component is saved to the configured state provider. Return false to stop the save. Parameters item : Ext.AbstractComponent state : object The hash of state values

◆ Blur

virtual ComponentListener?? Ext.Net.AbstractComponentListeners.Blur
get

Fires when this Component loses focus. Parameters item : Ext.AbstractComponent e : Ext.EventObject blur event.

◆ BoxReady

virtual ComponentListener?? Ext.Net.AbstractComponentListeners.BoxReady
get

Fires one time - after the component has been layed out for the first time at its initial size. Parameters item : Ext.Component width : Number The initial width height : Number The initial height

◆ ConfigOptions

override ConfigOptionsCollection Ext.Net.AbstractComponentListeners.ConfigOptions
get

◆ Deactivate

virtual ComponentListener?? Ext.Net.AbstractComponentListeners.Deactivate
get

Fires after a AbstractComponent has been visually deactivated. Parameters item : Ext.AbstractComponent

◆ Destroy

virtual ComponentListener?? Ext.Net.AbstractComponentListeners.Destroy
get

Fires after the component is destroyed. Parameters item : Ext.AbstractComponent

◆ Disable

virtual ComponentListener?? Ext.Net.AbstractComponentListeners.Disable
get

Fires after the component is disabled. Parameters item : Ext.AbstractComponent

◆ DoubleTap

virtual ComponentListener?? Ext.Net.AbstractComponentListeners.DoubleTap
get

A simple event recognizer which knows when you double tap. Parameters item : Ext.Component e : Event

◆ Drag

virtual ComponentListener?? Ext.Net.AbstractComponentListeners.Drag
get

◆ EdgeSwipe

virtual ComponentListener?? Ext.Net.AbstractComponentListeners.EdgeSwipe
get

◆ Enable

virtual ComponentListener?? Ext.Net.AbstractComponentListeners.Enable
get

Fires after the component is enabled. Parameters item : Ext.AbstractComponent

◆ Focus

virtual ComponentListener?? Ext.Net.AbstractComponentListeners.Focus
get

Fires when this Component receives focus. Parameters item : Ext.AbstractComponent e : Ext.EventObject focus event.

◆ FocusEnter

virtual ComponentListener?? Ext.Net.AbstractComponentListeners.FocusEnter
get

Fires when focus enters this Component's hierarchy.

◆ FocusLeave

virtual ComponentListener?? Ext.Net.AbstractComponentListeners.FocusLeave
get

Fires when focus leaves this Component's hierarchy.

◆ Hide

virtual ComponentListener?? Ext.Net.AbstractComponentListeners.Hide
get

Fires after the component is hidden. Fires after the component is hidden when calling the hide method. Parameters item : Ext.AbstractComponent

◆ LongPress

virtual ComponentListener?? Ext.Net.AbstractComponentListeners.LongPress
get

◆ Move

virtual ComponentListener?? Ext.Net.AbstractComponentListeners.Move
get

Fires after the component is moved. Parameters item : Ext.AbstractComponent x : Number The new x position y : Number The new y position

◆ Pinch

virtual ComponentListener?? Ext.Net.AbstractComponentListeners.Pinch
get

◆ Removed

virtual ComponentListener?? Ext.Net.AbstractComponentListeners.Removed
get

Fires when a component is removed from an Ext.container.Container Parameters item : Ext.AbstractComponent ownerCt : Ext.container.Container Container which holds the component

◆ Render

virtual ComponentListener?? Ext.Net.AbstractComponentListeners.Render
get

Fires after the component markup is rendered. Parameters item : Ext.AbstractComponent

◆ Resize

virtual ComponentListener?? Ext.Net.AbstractComponentListeners.Resize
get

Fires after the component is resized. Parameters item : Ext.AbstractComponent adjWidth : Number The box-adjusted width that was set adjHeight : Number The box-adjusted height that was set

◆ Rotate

virtual ComponentListener?? Ext.Net.AbstractComponentListeners.Rotate
get

◆ Show

virtual ComponentListener?? Ext.Net.AbstractComponentListeners.Show
get

Fires after the component is shown when calling the show method. Parameters item : Ext.AbstractComponent

◆ StateRestore

virtual ComponentListener?? Ext.Net.AbstractComponentListeners.StateRestore
get

Fires after the state of the component is restored. Parameters item : Ext.AbstractComponent state : object The hash of state values

◆ StateSave

virtual ComponentListener?? Ext.Net.AbstractComponentListeners.StateSave
get

Fires after the state of the component is saved to the configured state provider. Parameters item : Ext.AbstractComponent state : object The hash of state values

◆ Swipe

virtual ComponentListener?? Ext.Net.AbstractComponentListeners.Swipe
get

◆ Tap

virtual ComponentListener?? Ext.Net.AbstractComponentListeners.Tap
get


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