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

More...

Inheritance diagram for Ext.Net.TablePanelDirectEvents:
Ext.Net.PanelDirectEvents Ext.Net.ContainerDirectEvents Ext.Net.AbstractComponentDirectEvents Ext.Net.ComponentDirectEvents Ext.Net.BaseItem Ext.Net.IXObject Ext.Net.IBase Ext.Net.GridPanelDirectEvents Ext.Net.TreePanelDirectEvents Ext.Net.PropertyGridDirectEvents

Public Member Functions

 TablePanelDirectEvents ()
 
 TablePanelDirectEvents (Observable parent)
 
- Public Member Functions inherited from Ext.Net.PanelDirectEvents
 PanelDirectEvents ()
 
 PanelDirectEvents (Observable parent)
 
- Public Member Functions inherited from Ext.Net.ContainerDirectEvents
 ContainerDirectEvents ()
 
 ContainerDirectEvents (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 ()
 

Properties

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?? SelectionExtenderDrag [get]
 Fired immediately after the column header menu is created. More...
 
virtual ComponentDirectEvent?? HeaderMenuCreate [get]
 Fired immediately after the column header menu is created. More...
 
virtual ComponentDirectEvent?? BeforeSelectionExtend [get]
 An event fired when an extension block is extended using a drag gesture. Only fired when the SpreadsheetSelectionModel is used and configured with the extensible config. More...
 
virtual ComponentDirectEvent?? BeforeSelect [get]
 Fired before a record is selected. If any listener returns false, the selection is cancelled. Parameters this : Ext.selection.RowModel record : Ext.data.Model The selected record index : Number The row index selected The options object passed to Ext.util.Observable.addListener. 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 More...
 
virtual ComponentDirectEvent?? BeforeContainerKeyPress [get]
 Fires before the keypress 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?? 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 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.RowModel record : Ext.data.Model The deselected record index : Number The row index deselected More...
 
virtual ComponentDirectEvent?? BeforeEdit [get]
 Forwarded event from Ext.grid.plugin.Editing. Fires before editing is triggered. Return false from event handler to stop the editing. Parameters item : Ext.grid.plugin.Editing e : Object An edit event with the following properties: 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 More...
 
virtual ComponentDirectEvent?? BeforeItemKeyPress [get]
 Fires before the keypress 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?? 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 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?? CancelEdit [get]
 Forwarded event from Ext.grid.plugin.Editing. Fires when the user started editing but then cancelled the edit. Parameters item : Ext.grid.plugin.Editing e : Object An edit event with the following properties: grid - The grid record - The record that was edited field - The field name that was edited value - The value being set row - The grid table row column - The grid Column defining the column that was edited. rowIdx - The row index that was edited colIdx - The column index that was edited view - The grid view store - The grid store 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 down while the container is focused, and no item is currently selected. Parameters item : Ext.view.View e : Ext.EventObject The raw event object 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 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 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.RowModel record : Ext.data.Model The deselected record index : Number The row index deselected More...
 
virtual ComponentDirectEvent?? Edit [get]
 Forwarded event from Ext.grid.plugin.Editing. Fires after a editing. Parameters editor : Ext.grid.plugin.Editing e : Object An edit event with the following properties: More...
 
virtual ComponentDirectEvent?? FilterActivate [get]
 Fires when an inactive filter becomes active. More...
 
virtual ComponentDirectEvent?? FilterChange [get]
 Fires whenever the filter set changes. Parameters store : Ext.data.Store filters : Ext.util.Filter[] The associated operation More...
 
virtual ComponentDirectEvent?? FilterDeactivate [get]
 Fires when an active filter becomes inactive. More...
 
virtual ComponentDirectEvent?? GroupChange [get]
 Fired whenever the grouping in the grid changes. Parameters store : Ext.data.Store grouper : Ext.util.Grouper The grouper object. 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 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 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 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?? Reconfigure [get]
 Fires after a reconfigure Parameters item : Ext.panel.Table More...
 
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?? 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?? ScrollerHide [get]
 Fires when a scroller is hidden Parameters scroller : Ext.grid.Scroller orientation : String Orientation, can be 'vertical' or 'horizontal' More...
 
virtual ComponentDirectEvent?? ScrollerShow [get]
 Fires when a scroller is shown Parameters scroller : Ext.grid.Scroller orientation : String Orientation, can be 'vertical' or 'horizontal' More...
 
virtual ComponentDirectEvent?? ColumnHide [get]
 Parameters item : Ext.grid.header.Container The grid's header Container which encapsulates all column headers. More...
 
virtual ComponentDirectEvent?? ColumnMove [get]
 Parameters item : Ext.grid.header.Container The grid's header Container which encapsulates all column headers. More...
 
virtual ComponentDirectEvent?? ColumnResize [get]
 Parameters item : Ext.grid.header.Container The grid's header Container which encapsulates all column headers. More...
 
virtual ComponentDirectEvent?? ColumnShow [get]
 Parameters item : Ext.grid.header.Container The grid's header Container which encapsulates all column headers. More...
 
virtual ComponentDirectEvent?? CellClick [get]
 Fired when table cell is clicked. Parameters item : GridView td : HTMLElement The TD element that was clicked. cellIndex : Number record : Ext.data.Model tr : HTMLElement The TR element that was clicked. rowIndex : Number e : Ext.EventObject More...
 
virtual ComponentDirectEvent?? CellDblClick [get]
 Fired when table cell is double clicked. Parameters item : GridView td : object The TD element that was clicked. cellIndex : object record : object tr : object The TR element that was clicked. rowIndex : object e : object More...
 
virtual ComponentDirectEvent?? LockColumn [get]
 Fires when a column is locked. Parameters item : TablePanel (GridPanel or TreePanel) column : object The column being locked. More...
 
virtual ComponentDirectEvent?? ProcessColumns [get]
 Fires when the configured (or reconfigured) column set is split into two depending on the locked flag. Parameters item : TablePanel (GridPanel or TreePanel) lockedColumns : object The locked columns. normalColumns : object The normal columns. More...
 
virtual ComponentDirectEvent?? SelectionChange [get]
 Fired after a selection change has occurred Parameters item : Ext.selection.Model selected : Array The selected records More...
 
virtual ComponentDirectEvent?? SortChange [get]
 Parameters item : Ext.grid.header.Container The grid's header Container which encapsulates all column headers. More...
 
virtual ComponentDirectEvent?? Select [get]
 Fired after a record is selected Parameters item : Ext.selection.RowModel record : Ext.data.Model The selected record index : Number The row index selected More...
 
virtual ComponentDirectEvent?? UnlockColumn [get]
 Fires when a column is unlocked. Parameters item : TablePanel (GridPanel or TreePanel) column : object The column being unlocked. More...
 
virtual ComponentDirectEvent?? ValidateEdit [get]
 Forwarded event from Ext.grid.plugin.Editing. Fires after editing, but before the value is set in the record. Return false from event handler to cancel the change. Parameters item : Ext.grid.plugin.Editing e : Object An edit event with the following properties: More...
 
virtual ComponentDirectEvent?? ViewReady [get]
 Fires when the grid view is available (use this for selecting a default row). Parameters item : Ext.panel.Table More...
 
override ConfigOptionsCollection ConfigOptions [get]
 
- Properties inherited from Ext.Net.PanelDirectEvents
virtual ComponentDirectEvent?? BeforeClose [get]
 Fires before the user closes the panel. Return false from any listener to stop the close event being fired Parameters item : Ext.panel.Panel More...
 
virtual ComponentDirectEvent?? BeforeCollapse [get]
 Fires before this panel is collapsed. Return false to prevent the collapse. Parameters item : Ext.panel.Panel The Panel being collapsed. direction : string The direction of the collapse. animate : bool True if the collapse is animated, else false. More...
 
virtual ComponentDirectEvent?? BeforeExpand [get]
 Fires before this panel is expanded. Return false to prevent the expand. Parameters item : Ext.panel.Panel The Panel being expanded. animate : bool True if the expand is animated, else false. More...
 
virtual ComponentDirectEvent?? Close [get]
 Fires when the user closes the panel. Parameters item : Ext.panel.Panel More...
 
virtual ComponentDirectEvent?? Collapse [get]
 Fires after the Panel has been collapsed. Parameters item : Ext.panel.Panel More...
 
virtual ComponentDirectEvent?? Expand [get]
 Fires after the Panel has been expanded. Parameters item : Ext.panel.Panel More...
 
virtual ComponentDirectEvent?? GlyphChange [get]
 Fired when the Panel glyph has been changed by the setGlyph method. Parameters item : Ext.button.Button newGlyph : Number/String oldGlyph : Number/String More...
 
virtual ComponentDirectEvent?? TitleChange [get]
 Fires after the Panel title has been set or changed. Parameters item : Ext.panel.Panel The Panel which has had its title changed. newTitle : String The new title. oldTitle : String The previous panel title. More...
 
virtual ComponentDirectEvent?? IconClsChange [get]
 Fires after the Panel icon class has been set or changed. Parameters item : Ext.panel.Panel The Panel which has the iconCls changed. newIconCls : string The new iconCls. oldIconCls : string The previous panel iconCls. More...
 
virtual ComponentDirectEvent?? IconChange [get]
 Fires after the Panel icon has been set or changed. Parameters item : Ext.panel.Panel The Panel which has the icon changed. newIcon : string The path to the new icon image. oldIcon : string The path to the previous panel icon image. More...
 
virtual ComponentDirectEvent?? Float [get]
 Fires after a collapsed Panel has been "floated" by clicking on it's header. Only applicable when the Panel is an item in a Border Layout. Parameters item : Ext.panel.Panel More...
 
virtual ComponentDirectEvent?? Unfloat [get]
 Fires after a "floated" Panel has returned to it's collapsed state as a result of the mouse leaving the Panel. Only applicable when the Panel is an item in a Border Layout. Parameters item : Ext.panel.Panel More...
 
override ConfigOptionsCollection ConfigOptions [get]
 
- Properties inherited from Ext.Net.ContainerDirectEvents
virtual ComponentDirectEvent?? Add [get]
 Fires after any AbstractComponent is added or inserted into the content Container. Listeners will be called with the following arguments: item : Ext.Container component : Ext.AbstractComponent The component that was added index : Number The index at which the component was added to the container's items collection More...
 
virtual ComponentDirectEvent?? AfterLayout [get]
 Fires when the components in this container are arranged by the associated layout manager. Parameters item : Ext.container.Container layout : ContainerLayout The ContainerLayout implementation for this container More...
 
virtual ComponentDirectEvent?? BeforeAdd [get]
 Fires before any AbstractComponent is added or inserted into the content Container. A handler can return false to cancel the add. Parameters item : Ext.container.Container component : Ext.AbstractComponent The component being added index : Number The index at which the component will be added to the container's items collection More...
 
virtual ComponentDirectEvent?? BeforeRemove [get]
 Fires before any AbstractComponent is removed from the content Container. A handler can return false to cancel the remove. Parameters item : Ext.container.Container component : Ext.AbstractComponent The component being removed More...
 
virtual ComponentDirectEvent?? ChildMove [get]
 Fires after any Ext.Component has changed its ordinal position within the container. Parameters this : Ext.container.Container component : Ext.Component The component that was moved prevIndex : Number The previous ordinal position of the Component newIndex : Number The new ordinal position of the Component More...
 
virtual ComponentDirectEvent?? Remove [get]
 Fires after any AbstractComponent is removed from the content Container. item : Ext.container.Container component : Ext.AbstractComponent The component that was removed 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]
 

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

Constructor & Destructor Documentation

◆ TablePanelDirectEvents() [1/2]

Ext.Net.TablePanelDirectEvents.TablePanelDirectEvents ( )
inline

◆ TablePanelDirectEvents() [2/2]

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

Property Documentation

◆ BeforeContainerClick

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.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 ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.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 ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.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 ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.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

◆ BeforeContainerKeyPress

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.BeforeContainerKeyPress
get

Fires before the keypress 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

◆ BeforeContainerKeyUp

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.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

◆ BeforeContainerMouseDown

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.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 ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.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 ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.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 ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.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 ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.BeforeDeselect
get

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

◆ BeforeEdit

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.BeforeEdit
get

Forwarded event from Ext.grid.plugin.Editing. Fires before editing is triggered. Return false from event handler to stop the editing. Parameters item : Ext.grid.plugin.Editing e : Object An edit event with the following properties:

grid - The grid record - The record being edited field - The field name being edited value - The value for the field being edited. row - The grid table row column - The grid Column defining the column that is being edited. rowIdx - The row index that is being edited colIdx - The column index that is being edited cancel - Set this to true to cancel the edit or return false from your handler. originalValue - Alias for value (only when using CellEditing).

◆ BeforeItemClick

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.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 ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.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 ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.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 ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.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

◆ BeforeItemKeyPress

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.BeforeItemKeyPress
get

Fires before the keypress 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

◆ BeforeItemKeyUp

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.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

◆ BeforeItemMouseDown

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.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 ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.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 ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.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 ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.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

◆ BeforeRowBodyClick

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.BeforeRowBodyClick
get

Fires before the click event on a row body element is processed. Return false to cancel the default action.

◆ BeforeRowBodyContextMenu

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.BeforeRowBodyContextMenu
get

Fires before the contextmenu event on a row body element is processed. Return false to cancel the default action.

◆ BeforeRowBodyDblClick

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.BeforeRowBodyDblClick
get

Fires before the dblclick event on a row body element is processed. Return false to cancel the default action.

◆ BeforeRowBodyKeyDown

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.BeforeRowBodyKeyDown
get

Fires before the keydown event on a row body element is processed. Return false to cancel the default action.

◆ BeforeRowBodyKeyPress

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.BeforeRowBodyKeyPress
get

Fires before the keypress event on a row body element is processed. Return false to cancel the default action.

◆ BeforeRowBodyKeyUp

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.BeforeRowBodyKeyUp
get

Fires before the keyup event on a row body element is processed. Return false to cancel the default action.

◆ BeforeRowBodyLongPress

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.BeforeRowBodyLongPress
get

Fires before the longpress event on a row body element is processed. Return false to cancel the default action.

◆ BeforeRowBodyMouseDown

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.BeforeRowBodyMouseDown
get

Fires before the mousedown event on a row body element is processed. Return false to cancel the default action.

◆ BeforeRowBodyMouseUp

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.BeforeRowBodyMouseUp
get

Fires before the mouseup event on a row body element is processed. Return false to cancel the default action.

◆ BeforeSelect

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.BeforeSelect
get

Fired before a record is selected. If any listener returns false, the selection is cancelled. Parameters this : Ext.selection.RowModel record : Ext.data.Model The selected record index : Number The row index selected The options object passed to Ext.util.Observable.addListener.

◆ BeforeSelectionExtend

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.BeforeSelectionExtend
get

An event fired when an extension block is extended using a drag gesture. Only fired when the SpreadsheetSelectionModel is used and configured with the extensible config.

◆ CancelEdit

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.CancelEdit
get

Forwarded event from Ext.grid.plugin.Editing. Fires when the user started editing but then cancelled the edit. Parameters item : Ext.grid.plugin.Editing e : Object An edit event with the following properties: grid - The grid record - The record that was edited field - The field name that was edited value - The value being set row - The grid table row column - The grid Column defining the column that was edited. rowIdx - The row index that was edited colIdx - The column index that was edited view - The grid view store - The grid store

◆ CellClick

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.CellClick
get

Fired when table cell is clicked. Parameters item : GridView td : HTMLElement The TD element that was clicked. cellIndex : Number record : Ext.data.Model tr : HTMLElement The TR element that was clicked. rowIndex : Number e : Ext.EventObject

◆ CellDblClick

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.CellDblClick
get

Fired when table cell is double clicked. Parameters item : GridView td : object The TD element that was clicked. cellIndex : object record : object tr : object The TR element that was clicked. rowIndex : object e : object

◆ ColumnHide

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.ColumnHide
get

Parameters item : Ext.grid.header.Container The grid's header Container which encapsulates all column headers.

column : Ext.grid.column.Column The Column header Component which provides the column definition

◆ ColumnMove

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.ColumnMove
get

Parameters item : Ext.grid.header.Container The grid's header Container which encapsulates all column headers.

column : Ext.grid.column.Column The Column header Component which provides the column definition

fromIdx : Number toIdx : Number

◆ ColumnResize

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.ColumnResize
get

Parameters item : Ext.grid.header.Container The grid's header Container which encapsulates all column headers.

column : Ext.grid.column.Column The Column header Component which provides the column definition

width : Number

◆ ColumnShow

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.ColumnShow
get

Parameters item : Ext.grid.header.Container The grid's header Container which encapsulates all column headers.

column : Ext.grid.column.Column The Column header Component which provides the column definition

◆ ConfigOptions

override ConfigOptionsCollection Ext.Net.TablePanelDirectEvents.ConfigOptions
get

◆ ContainerClick

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.ContainerClick
get

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

◆ ContainerContextMenu

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.ContainerContextMenu
get

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

◆ ContainerDblClick

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.ContainerDblClick
get

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

◆ ContainerKeyDown

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.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

◆ ContainerKeyPress

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.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

◆ ContainerKeyUp

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.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

◆ ContainerMouseOut

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.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 ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.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 ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.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 ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.Deselect
get

Fired after a record is deselected Parameters item : Ext.selection.RowModel record : Ext.data.Model The deselected record index : Number The row index deselected

◆ Edit

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.Edit
get

Forwarded event from Ext.grid.plugin.Editing. Fires after a editing. Parameters editor : Ext.grid.plugin.Editing e : Object An edit event with the following properties:

grid - The grid record - The record that was edited field - The field name that was edited value - The value being set row - The grid table row column - The grid Column defining the column that was edited. rowIdx - The row index that was edited colIdx - The column index that was edited originalValue - The original value for the field, before the edit (only when using CellEditing) originalValues - The original values for the field, before the edit (only when using RowEditing) newValues - The new values being set (only when using RowEditing) view - The grid view (only when using RowEditing) store - The grid store (only when using RowEditing)

◆ FilterActivate

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.FilterActivate
get

Fires when an inactive filter becomes active.

◆ FilterChange

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.FilterChange
get

Fires whenever the filter set changes. Parameters store : Ext.data.Store filters : Ext.util.Filter[] The associated operation

◆ FilterDeactivate

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.FilterDeactivate
get

Fires when an active filter becomes inactive.

◆ GroupChange

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.GroupChange
get

Fired whenever the grouping in the grid changes. Parameters store : Ext.data.Store grouper : Ext.util.Grouper The grouper object.

◆ HeaderMenuCreate

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.HeaderMenuCreate
get

Fired immediately after the column header menu is created.

◆ ItemClick

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.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 ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.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 ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.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 ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.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

◆ ItemKeyPress

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.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

◆ ItemKeyUp

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.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

◆ ItemMouseDown

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.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 ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.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 ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.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 ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.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

◆ LockColumn

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.LockColumn
get

Fires when a column is locked. Parameters item : TablePanel (GridPanel or TreePanel) column : object The column being locked.

◆ ProcessColumns

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.ProcessColumns
get

Fires when the configured (or reconfigured) column set is split into two depending on the locked flag. Parameters item : TablePanel (GridPanel or TreePanel) lockedColumns : object The locked columns. normalColumns : object The normal columns.

◆ Reconfigure

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.Reconfigure
get

Fires after a reconfigure Parameters item : Ext.panel.Table

◆ RowBodyClick

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.RowBodyClick
get

Fires when a row body element is clicked

◆ RowBodyContextMenu

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.RowBodyContextMenu
get

Fires when a row body element is right clicked

◆ RowBodyDblClick

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.RowBodyDblClick
get

Fires when a row body element is double clicked

◆ RowBodyKeyDown

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.RowBodyKeyDown
get

Fires when a key is pressed down while a row body element is currently selected

◆ RowBodyKeyPress

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.RowBodyKeyPress
get

Fires when a key is pressed while a row body element is currently selected.

◆ RowBodyKeyUp

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.RowBodyKeyUp
get

Fires when a key is released while a row body element is currently selected

◆ RowBodyLongPress

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.RowBodyLongPress
get

Fires on a row body element longpress event

◆ RowBodyMouseDown

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.RowBodyMouseDown
get

Fires when there is a mouse down on a row body element

◆ RowBodyMouseUp

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.RowBodyMouseUp
get

Fires when there is a mouse up on a row body element

◆ RowClick

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.RowClick
get

Fires when a row is clicked.

Parameters: item : Ext.view.Table record : Ext.data.Model The record that belongs to the row node : HTMLElement The row's element index : Number The row's index e : Ext.EventObject The raw event object

◆ RowContextMenu

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.RowContextMenu
get

Fires when a row is right clicked.

Parameters: item : Ext.view.Table record : Ext.data.Model The record that belongs to the row node : HTMLElement The row's element index : Number The row's index e : Ext.EventObject The raw event object

◆ RowDblClick

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.RowDblClick
get

Fires when a row is double clicked.

Parameters: item : Ext.view.Table record : Ext.data.Model The record that belongs to the row node : HTMLElement The row's element index : Number The row's index e : Ext.EventObject The raw event object

◆ RowKeyDown

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.RowKeyDown
get

Fired when the keydown event is captured on the row.

Parameters: item : Ext.view.Table record : Ext.data.Model The record that belongs to the row node : HTMLElement The row's element index : Number The row's index e : Ext.EventObject The raw event object

◆ RowMouseDown

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.RowMouseDown
get

Fires when there is a mouse down on a row

Parameters: item : Ext.view.Table record : Ext.data.Model The record that belongs to the row node : HTMLElement The row's element index : Number The row's index e : Ext.EventObject The raw event object

◆ RowMouseUp

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.RowMouseUp
get

Fires when there is a mouse up on a row

Parameters: item : Ext.view.Table record : Ext.data.Model The record that belongs to the row node : HTMLElement The row's element index : Number The row's index e : Ext.EventObject The raw event object

◆ ScrollerHide

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.ScrollerHide
get

Fires when a scroller is hidden Parameters scroller : Ext.grid.Scroller orientation : String Orientation, can be 'vertical' or 'horizontal'

◆ ScrollerShow

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.ScrollerShow
get

Fires when a scroller is shown Parameters scroller : Ext.grid.Scroller orientation : String Orientation, can be 'vertical' or 'horizontal'

◆ Select

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.Select
get

Fired after a record is selected Parameters item : Ext.selection.RowModel record : Ext.data.Model The selected record index : Number The row index selected

◆ SelectionChange

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.SelectionChange
get

Fired after a selection change has occurred Parameters item : Ext.selection.Model selected : Array The selected records

◆ SelectionExtenderDrag

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.SelectionExtenderDrag
get

Fired immediately after the column header menu is created.

◆ SortChange

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.SortChange
get

Parameters item : Ext.grid.header.Container The grid's header Container which encapsulates all column headers.

column : Ext.grid.column.Column The Column header Component which provides the column definition

direction : String

◆ UnlockColumn

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.UnlockColumn
get

Fires when a column is unlocked. Parameters item : TablePanel (GridPanel or TreePanel) column : object The column being unlocked.

◆ ValidateEdit

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.ValidateEdit
get

Forwarded event from Ext.grid.plugin.Editing. Fires after editing, but before the value is set in the record. Return false from event handler to cancel the change. Parameters item : Ext.grid.plugin.Editing e : Object An edit event with the following properties:

grid - The grid record - The record being edited field - The field name being edited value - The value being set row - The grid table row column - The grid Column defining the column that is being edited. rowIdx - The row index that is being edited colIdx - The column index that is being edited cancel - Set this to true to cancel the edit or return false from your handler. originalValue - The original value for the field, before the edit (only when using CellEditing) originalValues - The original values for the field, before the edit (only when using RowEditing) newValues - The new values being set (only when using RowEditing) view - The grid view (only when using RowEditing) store - The grid store (only when using RowEditing)

◆ ViewReady

virtual ComponentDirectEvent?? Ext.Net.TablePanelDirectEvents.ViewReady
get

Fires when the grid view is available (use this for selecting a default row). Parameters item : Ext.panel.Table


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