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

More...

Inheritance diagram for Ext.Net.DataViewListeners:
Ext.Net.AbstractComponentListeners Ext.Net.ComponentListeners Ext.Net.BaseItem Ext.Net.IXObject Ext.Net.IBase Ext.Net.TableViewListeners Ext.Net.GridViewListeners

Properties

virtual ComponentListener?? FocusChange [get]
 Fired when a row is focused. The "this" argument is a Selection Model. More...
 
virtual ComponentListener?? ItemLongPress [get]
 Fires on a longpress event on an item. More...
 
virtual ComponentListener?? BeforeItemLongPress [get]
 Fires before the longpress event on an item is processed. Return false to cancel the default action. More...
 
virtual ComponentListener?? BeforeRefresh [get]
 Fires before the view is refreshed Parameters item : Ext.view.View The DataView object More...
 
virtual ComponentListener?? ItemAdd [get]
 Fires when the nodes associated with an recordset have been added to the underlying store Parameters records : Array[Ext.data.Model] The model instance index : Number The index at which the set of record/nodes starts node : Array[HTMLElement] The node that has just been updated More...
 
virtual ComponentListener?? ItemRemove [get]
 Fires when the node associated with an individual record is removed Parameters record : Ext.data.Model The model instance index : Number The index of the record/node More...
 
virtual ComponentListener?? ItemUpdate [get]
 Fires when the node associated with an individual record is updated Parameters record : Ext.data.Model The model instance index : Number The index of the record/node node : Array[HTMLElement] The node that has just been updated More...
 
virtual ComponentListener?? Refresh [get]
 Fires when the view is refreshed Parameters item : Ext.view.View The DataView object More...
 
virtual ComponentListener?? ViewReady [get]
 Fires when the View's item elements representing Store items has been rendered. If the deferInitialRefresh flag was set (and it is true by default), this will be after initial render, and no items will be available for selection until this event fires. Parameters item : Ext.view.View The DataView object More...
 
virtual ComponentListener?? BeforeContainerClick [get]
 Fires before the click event on the container is processed. Returns false to cancel the default action. Parameters item : Ext.view.View e : Ext.EventObject The raw event object More...
 
virtual ComponentListener?? BeforeContainerContextMenu [get]
 Fires before the contextmenu event on the container is processed. Returns false to cancel the default action. Parameters item : Ext.view.View e : Ext.EventObject The raw event object More...
 
virtual ComponentListener?? BeforeContainerDblClick [get]
 Fires before the dblclick event on the container is processed. Returns false to cancel the default action. Parameters item : Ext.view.View e : Ext.EventObject The raw event object More...
 
virtual ComponentListener?? BeforeContainerKeyDown [get]
 Fires before the keydown event on the container is processed. Returns false to cancel the default action. Parameters item : Ext.view.View e : Ext.EventObject The raw event object. Use getKey() to retrieve the key that was pressed. More...
 
virtual ComponentListener?? BeforeContainerKeyPress [get]
 Fires before the keyup event on the container is processed. Returns false to cancel the default action. Parameters item : Ext.view.View e : Ext.EventObject The raw event object. Use getKey() to retrieve the key that was pressed. More...
 
virtual ComponentListener?? BeforeContainerKeyUp [get]
 Fires before the keyup event on the container is processed. Returns false to cancel the default action. Parameters item : Ext.view.View e : Ext.EventObject The raw event object. Use getKey() to retrieve the key that was pressed. More...
 
virtual ComponentListener?? BeforeContainerMouseDown [get]
 Fires before the mousedown event on the container is processed. Returns false to cancel the default action. Parameters item : Ext.view.View e : Ext.EventObject The raw event object More...
 
virtual ComponentListener?? BeforeContainerMouseOut [get]
 Fires before the mouseout event on the container is processed. Returns false to cancel the default action. Parameters item : Ext.view.View e : Ext.EventObject The raw event object More...
 
virtual ComponentListener?? BeforeContainerMouseOver [get]
 Fires before the mouseover event on the container is processed. Returns false to cancel the default action. Parameters item : Ext.view.View e : Ext.EventObject The raw event object More...
 
virtual ComponentListener?? BeforeContainerMouseUp [get]
 Fires before the mouseup event on the container is processed. Returns false to cancel the default action. Parameters item : Ext.view.View e : Ext.EventObject The raw event object More...
 
virtual ComponentListener?? BeforeDeselect [get]
 Fired before a record is deselected. If any listener returns false, the deselection is cancelled. Parameters item : Ext.selection.DataViewModel record : Ext.data.Model The deselected record More...
 
virtual ComponentListener?? BeforeItemClick [get]
 Fires before the click event on an item is processed. Returns false to cancel the default action. Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item node : HTMLElement The item's element index : Number The item's index e : Ext.EventObject The raw event object More...
 
virtual ComponentListener?? BeforeItemContextMenu [get]
 Fires before the contextmenu event on an item is processed. Returns false to cancel the default action. Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item node : HTMLElement The item's element index : Number The item's index e : Ext.EventObject The raw event object More...
 
virtual ComponentListener?? BeforeItemDblClick [get]
 Fires before the dblclick event on an item is processed. Returns false to cancel the default action. Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item node : HTMLElement The item's element index : Number The item's index e : Ext.EventObject The raw event object More...
 
virtual ComponentListener?? BeforeItemKeyDown [get]
 Fires before the keydown event on an item is processed. Returns false to cancel the default action. Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item node : HTMLElement The item's element index : Number The item's index e : Ext.EventObject The raw event object. Use getKey() to retrieve the key that was pressed. More...
 
virtual ComponentListener?? BeforeItemKeyPress [get]
 Fires before the keyup event on an item is processed. Returns false to cancel the default action. Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item node : HTMLElement The item's element index : Number The item's index e : Ext.EventObject The raw event object. Use getKey() to retrieve the key that was pressed. More...
 
virtual ComponentListener?? BeforeItemKeyUp [get]
 Fires before the keyup event on an item is processed. Returns false to cancel the default action. Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item node : HTMLElement The item's element index : Number The item's index e : Ext.EventObject The raw event object. Use getKey() to retrieve the key that was pressed. More...
 
virtual ComponentListener?? BeforeItemMouseDown [get]
 Fires before the mousedown event on an item is processed. Returns false to cancel the default action. Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item node : HTMLElement The item's element index : Number The item's index e : Ext.EventObject The raw event object More...
 
virtual ComponentListener?? BeforeItemMouseEnter [get]
 Fires before the mouseenter event on an item is processed. Returns false to cancel the default action. Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item node : HTMLElement The item's element index : Number The item's index e : Ext.EventObject The raw event object More...
 
virtual ComponentListener?? BeforeItemMouseLeave [get]
 Fires before the mouseleave event on an item is processed. Returns false to cancel the default action. Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item node : HTMLElement The item's element index : Number The item's index e : Ext.EventObject The raw event object More...
 
virtual ComponentListener?? BeforeItemMouseUp [get]
 Fires before the mouseup event on an item is processed. Returns false to cancel the default action. Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item node : HTMLElement The item's element index : Number The item's index e : Ext.EventObject The raw event object More...
 
virtual ComponentListener?? BeforeSelect [get]
 Fired before a record is selected. If any listener returns false, the selection is cancelled. Parameters item : Ext.selection.DataViewModel record : Ext.data.Model The selected record More...
 
virtual ComponentListener?? ContainerClick [get]
 Fires when the container is clicked. Parameters item : Ext.view.View e : Ext.EventObject The raw event object More...
 
virtual ComponentListener?? ContainerContextMenu [get]
 Fires when the container is right clicked. Parameters item : Ext.view.View e : Ext.EventObject The raw event object More...
 
virtual ComponentListener?? ContainerDblClick [get]
 Fires when the container is double clicked. Parameters item : Ext.view.View e : Ext.EventObject The raw event object More...
 
virtual ComponentListener?? ContainerKeyDown [get]
 Fires when a key is pressed down while the container is focused, and no item is currently selected. Parameters item : Ext.view.View e : Ext.EventObject The raw event object. Use getKey() to retrieve the key that was pressed. More...
 
virtual ComponentListener?? ContainerKeyPress [get]
 Fires when a key is pressed while the container is focused, and no item is currently selected. Parameters item : Ext.view.View e : Ext.EventObject The raw event object. Use getKey() to retrieve the key that was pressed. More...
 
virtual ComponentListener?? ContainerKeyUp [get]
 Fires when a key is released while the container is focused, and no item is currently selected. Parameters item : Ext.view.View e : Ext.EventObject The raw event object. Use getKey() to retrieve the key that was pressed. More...
 
virtual ComponentListener?? ContainerMouseOut [get]
 Fires when you move the mouse out of the container. Parameters item : Ext.view.View e : Ext.EventObject The raw event object More...
 
virtual ComponentListener?? ContainerMouseOver [get]
 Fires when you move the mouse over the container. Parameters item : Ext.view.View e : Ext.EventObject The raw event object More...
 
virtual ComponentListener?? ContainerMouseUp [get]
 Fires when there is a mouse up on the container Parameters item : Ext.view.View e : Ext.EventObject The raw event object More...
 
virtual ComponentListener?? Deselect [get]
 Fired after a record is deselected. Parameters item : Ext.selection.DataViewModel record : Ext.data.Model The deselected record More...
 
virtual ComponentListener?? HighlightItem [get]
 Fires when a node is highlighted using keyboard navigation, or mouseover. Parameters item : Ext.view.View node : Ext.Element The highlighted node. More...
 
virtual ComponentListener?? ItemClick [get]
 Fires when an item is clicked. Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item node : HTMLElement The item's element index : Number The item's index e : Ext.EventObject The raw event object More...
 
virtual ComponentListener?? ItemContextMenu [get]
 Fires when an item is right clicked. Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item node : HTMLElement The item's element index : Number The item's index e : Ext.EventObject The raw event object More...
 
virtual ComponentListener?? ItemDblClick [get]
 Fires when an item is double clicked. Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item node : HTMLElement The item's element index : Number The item's index e : Ext.EventObject The raw event object More...
 
virtual ComponentListener?? ItemKeyDown [get]
 Fires when a key is pressed down while an item is currently selected. Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item node : HTMLElement The item's element index : Number The item's index e : Ext.EventObject The raw event object. Use getKey() to retrieve the key that was pressed. More...
 
virtual ComponentListener?? ItemKeyPress [get]
 Fires when a key is pressed while an item is currently selected. Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item node : HTMLElement The item's element index : Number The item's index e : Ext.EventObject The raw event object. Use getKey() to retrieve the key that was pressed. More...
 
virtual ComponentListener?? ItemKeyUp [get]
 Fires when a key is released while an item is currently selected. Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item node : HTMLElement The item's element index : Number The item's index e : Ext.EventObject The raw event object. Use getKey() to retrieve the key that was pressed. More...
 
virtual ComponentListener?? ItemMouseDown [get]
 Fires when there is a mouse down on an item Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item node : HTMLElement The item's element index : Number The item's index e : Ext.EventObject The raw event object More...
 
virtual ComponentListener?? ItemMouseEnter [get]
 Fires when the mouse enters an item. Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item node : HTMLElement The item's element index : Number The item's index e : Ext.EventObject The raw event object More...
 
virtual ComponentListener?? ItemMouseLeave [get]
 Fires when the mouse leaves an item. Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item node : HTMLElement The item's element index : Number The item's index e : Ext.EventObject The raw event object More...
 
virtual ComponentListener?? ItemMouseUp [get]
 Fires when there is a mouse up on an item Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item node : HTMLElement The item's element index : Number The item's index e : Ext.EventObject The raw event object More...
 
virtual ComponentListener?? Select [get]
 Fired after a record is selected. Parameters item : Ext.selection.DataViewModel record : Ext.data.Model The selected record More...
 
virtual ComponentListener?? SelectionChange [get]
 Fired after a selection change has occurred. Parameters item : Ext.selection.DataViewModel selected : Ext.data.Model[] The selected records More...
 
virtual ComponentListener?? UnhighlightItem [get]
 Fires when a node is unhighlighted using keyboard navigation, or mouseout. Parameters item : Ext.view.View node : Ext.Element The previously highlighted node. More...
 
virtual ComponentListener?? BeforeDrop [get]
 Fires before droping an item Parameters More...
 
virtual ComponentListener?? Drop [get]
 Fires after droping an item Parameters More...
 
virtual ComponentListener?? BeforeItemRemove [get]
 Fires before the item removing Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item index : Number The item's index More...
 
virtual ComponentListener?? BeforeItemUpdate [get]
 Fires before the item updating Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item index : Number The item's index More...
 
override ConfigOptionsCollection ConfigOptions [get]
 
- Properties inherited from Ext.Net.AbstractComponentListeners
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

Property Documentation

◆ BeforeContainerClick

virtual ComponentListener?? Ext.Net.DataViewListeners.BeforeContainerClick
get

Fires before the click event on the container is processed. Returns false to cancel the default action. Parameters item : Ext.view.View e : Ext.EventObject The raw event object

◆ BeforeContainerContextMenu

virtual ComponentListener?? Ext.Net.DataViewListeners.BeforeContainerContextMenu
get

Fires before the contextmenu event on the container is processed. Returns false to cancel the default action. Parameters item : Ext.view.View e : Ext.EventObject The raw event object

◆ BeforeContainerDblClick

virtual ComponentListener?? Ext.Net.DataViewListeners.BeforeContainerDblClick
get

Fires before the dblclick event on the container is processed. Returns false to cancel the default action. Parameters item : Ext.view.View e : Ext.EventObject The raw event object

◆ BeforeContainerKeyDown

virtual ComponentListener?? Ext.Net.DataViewListeners.BeforeContainerKeyDown
get

Fires before the keydown event on the container is processed. Returns false to cancel the default action. Parameters item : Ext.view.View e : Ext.EventObject The raw event object. Use getKey() to retrieve the key that was pressed.

◆ BeforeContainerKeyPress

virtual ComponentListener?? Ext.Net.DataViewListeners.BeforeContainerKeyPress
get

Fires before the keyup event on the container is processed. Returns false to cancel the default action. Parameters item : Ext.view.View e : Ext.EventObject The raw event object. Use getKey() to retrieve the key that was pressed.

◆ BeforeContainerKeyUp

virtual ComponentListener?? Ext.Net.DataViewListeners.BeforeContainerKeyUp
get

Fires before the keyup event on the container is processed. Returns false to cancel the default action. Parameters item : Ext.view.View e : Ext.EventObject The raw event object. Use getKey() to retrieve the key that was pressed.

◆ BeforeContainerMouseDown

virtual ComponentListener?? Ext.Net.DataViewListeners.BeforeContainerMouseDown
get

Fires before the mousedown event on the container is processed. Returns false to cancel the default action. Parameters item : Ext.view.View e : Ext.EventObject The raw event object

◆ BeforeContainerMouseOut

virtual ComponentListener?? Ext.Net.DataViewListeners.BeforeContainerMouseOut
get

Fires before the mouseout event on the container is processed. Returns false to cancel the default action. Parameters item : Ext.view.View e : Ext.EventObject The raw event object

◆ BeforeContainerMouseOver

virtual ComponentListener?? Ext.Net.DataViewListeners.BeforeContainerMouseOver
get

Fires before the mouseover event on the container is processed. Returns false to cancel the default action. Parameters item : Ext.view.View e : Ext.EventObject The raw event object

◆ BeforeContainerMouseUp

virtual ComponentListener?? Ext.Net.DataViewListeners.BeforeContainerMouseUp
get

Fires before the mouseup event on the container is processed. Returns false to cancel the default action. Parameters item : Ext.view.View e : Ext.EventObject The raw event object

◆ BeforeDeselect

virtual ComponentListener?? Ext.Net.DataViewListeners.BeforeDeselect
get

Fired before a record is deselected. If any listener returns false, the deselection is cancelled. Parameters item : Ext.selection.DataViewModel record : Ext.data.Model The deselected record

◆ BeforeDrop

virtual ComponentListener?? Ext.Net.DataViewListeners.BeforeDrop
get

Fires before droping an item Parameters

  • node
  • data
  • overRecord
  • currentPosition
  • processDrop

Note : Create a closure to perform the operation which the event handler may use. Users may now return false from the beforedrop handler, and perform any kind of asynchronous processing such as an Ext.Msg.confirm, or an Ajax request, and complete the drop gesture at some point in the future by calling this function.

◆ BeforeItemClick

virtual ComponentListener?? Ext.Net.DataViewListeners.BeforeItemClick
get

Fires before the click event on an item is processed. Returns false to cancel the default action. Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item node : HTMLElement The item's element index : Number The item's index e : Ext.EventObject The raw event object

◆ BeforeItemContextMenu

virtual ComponentListener?? Ext.Net.DataViewListeners.BeforeItemContextMenu
get

Fires before the contextmenu event on an item is processed. Returns false to cancel the default action. Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item node : HTMLElement The item's element index : Number The item's index e : Ext.EventObject The raw event object

◆ BeforeItemDblClick

virtual ComponentListener?? Ext.Net.DataViewListeners.BeforeItemDblClick
get

Fires before the dblclick event on an item is processed. Returns false to cancel the default action. Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item node : HTMLElement The item's element index : Number The item's index e : Ext.EventObject The raw event object

◆ BeforeItemKeyDown

virtual ComponentListener?? Ext.Net.DataViewListeners.BeforeItemKeyDown
get

Fires before the keydown event on an item is processed. Returns false to cancel the default action. Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item node : HTMLElement The item's element index : Number The item's index e : Ext.EventObject The raw event object. Use getKey() to retrieve the key that was pressed.

◆ BeforeItemKeyPress

virtual ComponentListener?? Ext.Net.DataViewListeners.BeforeItemKeyPress
get

Fires before the keyup event on an item is processed. Returns false to cancel the default action. Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item node : HTMLElement The item's element index : Number The item's index e : Ext.EventObject The raw event object. Use getKey() to retrieve the key that was pressed.

◆ BeforeItemKeyUp

virtual ComponentListener?? Ext.Net.DataViewListeners.BeforeItemKeyUp
get

Fires before the keyup event on an item is processed. Returns false to cancel the default action. Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item node : HTMLElement The item's element index : Number The item's index e : Ext.EventObject The raw event object. Use getKey() to retrieve the key that was pressed.

◆ BeforeItemLongPress

virtual ComponentListener?? Ext.Net.DataViewListeners.BeforeItemLongPress
get

Fires before the longpress event on an item is processed. Return false to cancel the default action.

◆ BeforeItemMouseDown

virtual ComponentListener?? Ext.Net.DataViewListeners.BeforeItemMouseDown
get

Fires before the mousedown event on an item is processed. Returns false to cancel the default action. Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item node : HTMLElement The item's element index : Number The item's index e : Ext.EventObject The raw event object

◆ BeforeItemMouseEnter

virtual ComponentListener?? Ext.Net.DataViewListeners.BeforeItemMouseEnter
get

Fires before the mouseenter event on an item is processed. Returns false to cancel the default action. Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item node : HTMLElement The item's element index : Number The item's index e : Ext.EventObject The raw event object

◆ BeforeItemMouseLeave

virtual ComponentListener?? Ext.Net.DataViewListeners.BeforeItemMouseLeave
get

Fires before the mouseleave event on an item is processed. Returns false to cancel the default action. Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item node : HTMLElement The item's element index : Number The item's index e : Ext.EventObject The raw event object

◆ BeforeItemMouseUp

virtual ComponentListener?? Ext.Net.DataViewListeners.BeforeItemMouseUp
get

Fires before the mouseup event on an item is processed. Returns false to cancel the default action. Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item node : HTMLElement The item's element index : Number The item's index e : Ext.EventObject The raw event object

◆ BeforeItemRemove

virtual ComponentListener?? Ext.Net.DataViewListeners.BeforeItemRemove
get

Fires before the item removing Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item index : Number The item's index

◆ BeforeItemUpdate

virtual ComponentListener?? Ext.Net.DataViewListeners.BeforeItemUpdate
get

Fires before the item updating Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item index : Number The item's index

◆ BeforeRefresh

virtual ComponentListener?? Ext.Net.DataViewListeners.BeforeRefresh
get

Fires before the view is refreshed Parameters item : Ext.view.View The DataView object

◆ BeforeSelect

virtual ComponentListener?? Ext.Net.DataViewListeners.BeforeSelect
get

Fired before a record is selected. If any listener returns false, the selection is cancelled. Parameters item : Ext.selection.DataViewModel record : Ext.data.Model The selected record

◆ ConfigOptions

override ConfigOptionsCollection Ext.Net.DataViewListeners.ConfigOptions
get

◆ ContainerClick

virtual ComponentListener?? Ext.Net.DataViewListeners.ContainerClick
get

Fires when the container is clicked. Parameters item : Ext.view.View e : Ext.EventObject The raw event object

◆ ContainerContextMenu

virtual ComponentListener?? Ext.Net.DataViewListeners.ContainerContextMenu
get

Fires when the container is right clicked. Parameters item : Ext.view.View e : Ext.EventObject The raw event object

◆ ContainerDblClick

virtual ComponentListener?? Ext.Net.DataViewListeners.ContainerDblClick
get

Fires when the container is double clicked. Parameters item : Ext.view.View e : Ext.EventObject The raw event object

◆ ContainerKeyDown

virtual ComponentListener?? Ext.Net.DataViewListeners.ContainerKeyDown
get

Fires when a key is pressed down while the container is focused, and no item is currently selected. Parameters item : Ext.view.View e : Ext.EventObject The raw event object. Use getKey() to retrieve the key that was pressed.

◆ ContainerKeyPress

virtual ComponentListener?? Ext.Net.DataViewListeners.ContainerKeyPress
get

Fires when a key is pressed while the container is focused, and no item is currently selected. Parameters item : Ext.view.View e : Ext.EventObject The raw event object. Use getKey() to retrieve the key that was pressed.

◆ ContainerKeyUp

virtual ComponentListener?? Ext.Net.DataViewListeners.ContainerKeyUp
get

Fires when a key is released while the container is focused, and no item is currently selected. Parameters item : Ext.view.View e : Ext.EventObject The raw event object. Use getKey() to retrieve the key that was pressed.

◆ ContainerMouseOut

virtual ComponentListener?? Ext.Net.DataViewListeners.ContainerMouseOut
get

Fires when you move the mouse out of the container. Parameters item : Ext.view.View e : Ext.EventObject The raw event object

◆ ContainerMouseOver

virtual ComponentListener?? Ext.Net.DataViewListeners.ContainerMouseOver
get

Fires when you move the mouse over the container. Parameters item : Ext.view.View e : Ext.EventObject The raw event object

◆ ContainerMouseUp

virtual ComponentListener?? Ext.Net.DataViewListeners.ContainerMouseUp
get

Fires when there is a mouse up on the container Parameters item : Ext.view.View e : Ext.EventObject The raw event object

◆ Deselect

virtual ComponentListener?? Ext.Net.DataViewListeners.Deselect
get

Fired after a record is deselected. Parameters item : Ext.selection.DataViewModel record : Ext.data.Model The deselected record

◆ Drop

virtual ComponentListener?? Ext.Net.DataViewListeners.Drop
get

Fires after droping an item Parameters

  • node
  • data
  • overRecord
  • currentPosition

◆ FocusChange

virtual ComponentListener?? Ext.Net.DataViewListeners.FocusChange
get

Fired when a row is focused. The "this" argument is a Selection Model.

◆ HighlightItem

virtual ComponentListener?? Ext.Net.DataViewListeners.HighlightItem
get

Fires when a node is highlighted using keyboard navigation, or mouseover. Parameters item : Ext.view.View node : Ext.Element The highlighted node.

◆ ItemAdd

virtual ComponentListener?? Ext.Net.DataViewListeners.ItemAdd
get

Fires when the nodes associated with an recordset have been added to the underlying store Parameters records : Array[Ext.data.Model] The model instance index : Number The index at which the set of record/nodes starts node : Array[HTMLElement] The node that has just been updated

◆ ItemClick

virtual ComponentListener?? Ext.Net.DataViewListeners.ItemClick
get

Fires when an item is clicked. Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item node : HTMLElement The item's element index : Number The item's index e : Ext.EventObject The raw event object

◆ ItemContextMenu

virtual ComponentListener?? Ext.Net.DataViewListeners.ItemContextMenu
get

Fires when an item is right clicked. Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item node : HTMLElement The item's element index : Number The item's index e : Ext.EventObject The raw event object

◆ ItemDblClick

virtual ComponentListener?? Ext.Net.DataViewListeners.ItemDblClick
get

Fires when an item is double clicked. Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item node : HTMLElement The item's element index : Number The item's index e : Ext.EventObject The raw event object

◆ ItemKeyDown

virtual ComponentListener?? Ext.Net.DataViewListeners.ItemKeyDown
get

Fires when a key is pressed down while an item is currently selected. Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item node : HTMLElement The item's element index : Number The item's index e : Ext.EventObject The raw event object. Use getKey() to retrieve the key that was pressed.

◆ ItemKeyPress

virtual ComponentListener?? Ext.Net.DataViewListeners.ItemKeyPress
get

Fires when a key is pressed while an item is currently selected. Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item node : HTMLElement The item's element index : Number The item's index e : Ext.EventObject The raw event object. Use getKey() to retrieve the key that was pressed.

◆ ItemKeyUp

virtual ComponentListener?? Ext.Net.DataViewListeners.ItemKeyUp
get

Fires when a key is released while an item is currently selected. Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item node : HTMLElement The item's element index : Number The item's index e : Ext.EventObject The raw event object. Use getKey() to retrieve the key that was pressed.

◆ ItemLongPress

virtual ComponentListener?? Ext.Net.DataViewListeners.ItemLongPress
get

Fires on a longpress event on an item.

◆ ItemMouseDown

virtual ComponentListener?? Ext.Net.DataViewListeners.ItemMouseDown
get

Fires when there is a mouse down on an item Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item node : HTMLElement The item's element index : Number The item's index e : Ext.EventObject The raw event object

◆ ItemMouseEnter

virtual ComponentListener?? Ext.Net.DataViewListeners.ItemMouseEnter
get

Fires when the mouse enters an item. Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item node : HTMLElement The item's element index : Number The item's index e : Ext.EventObject The raw event object

◆ ItemMouseLeave

virtual ComponentListener?? Ext.Net.DataViewListeners.ItemMouseLeave
get

Fires when the mouse leaves an item. Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item node : HTMLElement The item's element index : Number The item's index e : Ext.EventObject The raw event object

◆ ItemMouseUp

virtual ComponentListener?? Ext.Net.DataViewListeners.ItemMouseUp
get

Fires when there is a mouse up on an item Parameters item : Ext.view.View record : Ext.data.Model The record that belongs to the item node : HTMLElement The item's element index : Number The item's index e : Ext.EventObject The raw event object

◆ ItemRemove

virtual ComponentListener?? Ext.Net.DataViewListeners.ItemRemove
get

Fires when the node associated with an individual record is removed Parameters record : Ext.data.Model The model instance index : Number The index of the record/node

◆ ItemUpdate

virtual ComponentListener?? Ext.Net.DataViewListeners.ItemUpdate
get

Fires when the node associated with an individual record is updated Parameters record : Ext.data.Model The model instance index : Number The index of the record/node node : Array[HTMLElement] The node that has just been updated

◆ Refresh

virtual ComponentListener?? Ext.Net.DataViewListeners.Refresh
get

Fires when the view is refreshed Parameters item : Ext.view.View The DataView object

◆ Select

virtual ComponentListener?? Ext.Net.DataViewListeners.Select
get

Fired after a record is selected. Parameters item : Ext.selection.DataViewModel record : Ext.data.Model The selected record

◆ SelectionChange

virtual ComponentListener?? Ext.Net.DataViewListeners.SelectionChange
get

Fired after a selection change has occurred. Parameters item : Ext.selection.DataViewModel selected : Ext.data.Model[] The selected records

◆ UnhighlightItem

virtual ComponentListener?? Ext.Net.DataViewListeners.UnhighlightItem
get

Fires when a node is unhighlighted using keyboard navigation, or mouseout. Parameters item : Ext.view.View node : Ext.Element The previously highlighted node.

◆ ViewReady

virtual ComponentListener?? Ext.Net.DataViewListeners.ViewReady
get

Fires when the View's item elements representing Store items has been rendered. If the deferInitialRefresh flag was set (and it is true by default), this will be after initial render, and no items will be available for selection until this event fires. Parameters item : Ext.view.View The DataView object


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