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

More...

Inheritance diagram for Ext.Net.GridViewDirectEvents:
Ext.Net.TableViewDirectEvents Ext.Net.DataViewDirectEvents Ext.Net.AbstractComponentDirectEvents Ext.Net.ComponentDirectEvents Ext.Net.BaseItem Ext.Net.IXObject Ext.Net.IBase

Public Member Functions

 GridViewDirectEvents ()
 
 GridViewDirectEvents (Observable parent)
 
- Public Member Functions inherited from Ext.Net.TableViewDirectEvents
 TableViewDirectEvents ()
 
 TableViewDirectEvents (Observable parent)
 
- Public Member Functions inherited from Ext.Net.DataViewDirectEvents
 DataViewDirectEvents ()
 
 DataViewDirectEvents (Observable parent)
 
- Public Member Functions inherited from Ext.Net.AbstractComponentDirectEvents
 AbstractComponentDirectEvents ()
 
 AbstractComponentDirectEvents (Observable parent)
 
- Public Member Functions inherited from Ext.Net.ComponentDirectEvents
 ComponentDirectEvents ()
 
 ComponentDirectEvents (Observable parent)
 
virtual void ClearDirectEvents ()
 
- 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 ()
 

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)
 
- Properties inherited from Ext.Net.TableViewDirectEvents
virtual ComponentDirectEvent?? RowBodyMouseUp [get]
 Fires when there is a mouse up on a row body element More...
 
virtual ComponentDirectEvent?? RowBodyMouseDown [get]
 Fires when there is a mouse down on a row body element More...
 
virtual ComponentDirectEvent?? RowBodyLongPress [get]
 Fires on a row body element longpress event More...
 
virtual ComponentDirectEvent?? RowBodyKeyUp [get]
 Fires when a key is released while a row body element is currently selected More...
 
virtual ComponentDirectEvent?? RowBodyKeyPress [get]
 Fires when a key is pressed while a row body element is currently selected. More...
 
virtual ComponentDirectEvent?? RowBodyKeyDown [get]
 Fires when a key is pressed down while a row body element is currently selected More...
 
virtual ComponentDirectEvent?? RowBodyDblClick [get]
 Fires when a row body element is double clicked More...
 
virtual ComponentDirectEvent?? RowBodyContextMenu [get]
 Fires when a row body element is right clicked More...
 
virtual ComponentDirectEvent?? RowBodyClick [get]
 Fires when a row body element is clicked More...
 
virtual ComponentDirectEvent?? BeforeRowBodyMouseUp [get]
 Fires before the mouseup event on a row body element is processed. Return false to cancel the default action. More...
 
virtual ComponentDirectEvent?? BeforeRowBodyMouseDown [get]
 Fires before the mousedown event on a row body element is processed. Return false to cancel the default action. More...
 
virtual ComponentDirectEvent?? BeforeRowBodyLongPress [get]
 Fires before the longpress event on a row body element is processed. Return false to cancel the default action. More...
 
virtual ComponentDirectEvent?? BeforeRowBodyKeyUp [get]
 Fires before the keyup event on a row body element is processed. Return false to cancel the default action. More...
 
virtual ComponentDirectEvent?? BeforeRowBodyKeyPress [get]
 Fires before the keypress event on a row body element is processed. Return false to cancel the default action. More...
 
virtual ComponentDirectEvent?? BeforeRowBodyKeyDown [get]
 Fires before the keydown event on a row body element is processed. Return false to cancel the default action. More...
 
virtual ComponentDirectEvent?? BeforeRowBodyDblClick [get]
 Fires before the dblclick event on a row body element is processed. Return false to cancel the default action. More...
 
virtual ComponentDirectEvent?? BeforeRowBodyContextMenu [get]
 Fires before the contextmenu event on a row body element is processed. Return false to cancel the default action. More...
 
virtual ComponentDirectEvent?? BeforeRowBodyClick [get]
 Fires before the click event on a row body element is processed. Return false to cancel the default action. More...
 
virtual ComponentDirectEvent?? BeforeRowExit [get]
 Fired when View is asked to exit Actionable mode in the current row, and proceed to the previous or next row. If the handler returns false, View processing is aborted. More...
 
virtual ComponentDirectEvent?? UIEvent [get]
 
virtual ComponentDirectEvent?? BodyScroll [get]
 
virtual ComponentDirectEvent?? RowClick [get]
 Fires when a row is clicked. More...
 
virtual ComponentDirectEvent?? RowContextMenu [get]
 Fires when a row is right clicked. More...
 
virtual ComponentDirectEvent?? RowDblClick [get]
 Fires when a row is double clicked. More...
 
virtual ComponentDirectEvent?? RowFocus [get]
 
virtual ComponentDirectEvent?? RowKeyDown [get]
 Fired when the keydown event is captured on the row. More...
 
virtual ComponentDirectEvent?? RowMouseDown [get]
 Fires when there is a mouse down on a row More...
 
virtual ComponentDirectEvent?? RowMouseUp [get]
 Fires when there is a mouse up on a row More...
 
virtual ComponentDirectEvent?? CellFocus [get]
 
virtual ComponentDirectEvent?? BeforeCellMouseDown [get]
 
virtual ComponentDirectEvent?? BeforeCellMouseUp [get]
 
virtual ComponentDirectEvent?? BeforeCellClick [get]
 
virtual ComponentDirectEvent?? BeforeCellDblClick [get]
 
virtual ComponentDirectEvent?? BeforeCellContextMenu [get]
 
virtual ComponentDirectEvent?? BeforeCellKeyDown [get]
 
virtual ComponentDirectEvent?? CellMouseDown [get]
 
virtual ComponentDirectEvent?? CellMouseUp [get]
 
virtual ComponentDirectEvent?? CellClick [get]
 
virtual ComponentDirectEvent?? CellDblClick [get]
 
virtual ComponentDirectEvent?? CellContextMenu [get]
 
virtual ComponentDirectEvent?? CellKeyDown [get]
 
override ComponentDirectEvent?? BeforeDrop [get]
 Fired when a drop gesture has been triggered by a mouseup event in a valid drop position in the View. More...
 
override ComponentDirectEvent?? Drop [get]
 Fired when a drop gesture has been triggered by a mouseup event in a valid drop position in the View. More...
 
virtual ComponentDirectEvent?? GroupClick [get]
 Parameters item : Ext.view.Table node : HTMLElement group : String The name of the group e : Ext.EventObject More...
 
virtual ComponentDirectEvent?? GroupCollapse [get]
 Parameters item : Ext.view.Table node : HTMLElement group : String The name of the group More...
 
virtual ComponentDirectEvent?? GroupContextMenu [get]
 Parameters item : Ext.view.Table node : HTMLElement group : String The name of the group e : Ext.EventObject More...
 
virtual ComponentDirectEvent?? GroupDblClick [get]
 Parameters item : Ext.view.Table node : HTMLElement group : String The name of the group e : Ext.EventObject More...
 
virtual ComponentDirectEvent?? GroupExpand [get]
 Parameters item : Ext.view.Table node : HTMLElement group : String The name of the group More...
 
override ConfigOptionsCollection ConfigOptions [get]
 
- Properties inherited from Ext.Net.DataViewDirectEvents
virtual ComponentDirectEvent?? FocusChange [get]
 Fired when a row is focused. The "this" argument is a Selection Model. More...
 
virtual ComponentDirectEvent?? ItemLongPress [get]
 Fires on a longpress event on an item. More...
 
virtual ComponentDirectEvent?? BeforeItemLongPress [get]
 Fires before the longpress event on an item is processed. Return false to cancel the default action. More...
 
virtual ComponentDirectEvent?? BeforeRefresh [get]
 Fires before the view is refreshed Parameters item : Ext.view.View The DataView object More...
 
virtual ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? Refresh [get]
 Fires when the view is refreshed Parameters item : Ext.view.View The DataView object More...
 
virtual ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? ContainerClick [get]
 Fires when the container is clicked. Parameters item : Ext.view.View e : Ext.EventObject The raw event object More...
 
virtual ComponentDirectEvent?? ContainerContextMenu [get]
 Fires when the container is right clicked. Parameters item : Ext.view.View e : Ext.EventObject The raw event object More...
 
virtual ComponentDirectEvent?? ContainerDblClick [get]
 Fires when the container is double clicked. Parameters item : Ext.view.View e : Ext.EventObject The raw event object More...
 
virtual ComponentDirectEvent?? ContainerKeyDown [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 ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? Deselect [get]
 Fired after a record is deselected. Parameters item : Ext.selection.DataViewModel record : Ext.data.Model The deselected record More...
 
virtual ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? Select [get]
 Fired after a record is selected. Parameters item : Ext.selection.DataViewModel record : Ext.data.Model The selected record More...
 
virtual ComponentDirectEvent?? SelectionChange [get]
 Fired after a selection change has occurred. Parameters item : Ext.selection.DataViewModel selected : Ext.data.Model[] The selected records More...
 
virtual ComponentDirectEvent?? 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 ComponentDirectEvent?? BeforeDrop [get]
 Fires before droping an item Parameters More...
 
virtual ComponentDirectEvent?? Drop [get]
 Fires after droping an item Parameters More...
 
virtual ComponentDirectEvent?? 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 ComponentDirectEvent?? 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.AbstractComponentDirectEvents
virtual ComponentDirectEvent?? FocusEnter [get]
 Fires when focus enters this Component's hierarchy. More...
 
virtual ComponentDirectEvent?? FocusLeave [get]
 Fires when focus leaves this Component's hierarchy. More...
 
virtual ComponentDirectEvent?? Activate [get]
 Fires after a AbstractComponent has been visually activated. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? AfterRender [get]
 Fires after the component rendering is finished. More...
 
virtual ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? BeforeDestroy [get]
 Fires before the component is destroyed. Return false from an event handler to stop the destroy. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentDirectEvent?? 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 ComponentDirectEvent?? BeforeRender [get]
 Fires before the component is rendered. Return false from an event handler to stop the render. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentDirectEvent?? 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 ComponentDirectEvent?? Deactivate [get]
 Fires after a AbstractComponent has been visually deactivated. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentDirectEvent?? Destroy [get]
 Fires after the component is destroyed. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentDirectEvent?? Disable [get]
 Fires after the component is disabled. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentDirectEvent?? Enable [get]
 Fires after the component is enabled. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? Render [get]
 Fires after the component markup is rendered. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentDirectEvent?? 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 ComponentDirectEvent?? Show [get]
 Fires after the component is shown when calling the show method. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentDirectEvent?? 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 ComponentDirectEvent?? 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 ComponentDirectEvent?? StateRestore [get]
 Fires after the state of the component is restored. Parameters item : Ext.AbstractComponent state : object The hash of state values More...
 
virtual ComponentDirectEvent?? 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 ComponentDirectEvent?? Blur [get]
 Fires when this Component loses focus. Parameters item : Ext.AbstractComponent e : Ext.EventObject blur event. More...
 
virtual ComponentDirectEvent?? Focus [get]
 Fires when this Component receives focus. Parameters item : Ext.AbstractComponent e : Ext.EventObject focus event. More...
 
virtual ComponentDirectEvent?? 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 ComponentDirectEvent?? DoubleTap [get]
 A simple event recognizer which knows when you double tap. Parameters item : Ext.Component e : Event More...
 
virtual ComponentDirectEvent?? Drag [get]
 
virtual ComponentDirectEvent?? EdgeSwipe [get]
 
virtual ComponentDirectEvent?? LongPress [get]
 
virtual ComponentDirectEvent?? Pinch [get]
 
virtual ComponentDirectEvent?? Rotate [get]
 
virtual ComponentDirectEvent?? Swipe [get]
 
virtual ComponentDirectEvent?? Tap [get]
 
override ConfigOptionsCollection ConfigOptions [get]
 
- Properties inherited from Ext.Net.ComponentDirectEvents
virtual Observable Parent [get, set]
 
- 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]
 

Detailed Description

Constructor & Destructor Documentation

◆ GridViewDirectEvents() [1/2]

Ext.Net.GridViewDirectEvents.GridViewDirectEvents ( )
inline

◆ GridViewDirectEvents() [2/2]

Ext.Net.GridViewDirectEvents.GridViewDirectEvents ( Observable  parent)
inline


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