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

More...

Inheritance diagram for Ext.Net.KeyNav.Config:
Ext.Net.Observable.Config Ext.Net.BaseControl.Config Ext.Net.IApply

Static Public Member Functions

static implicit operator KeyNav.Builder (KeyNav.Config config)
 
- Static Public Member Functions inherited from Ext.Net.BaseControl.Config
static Config ToConfig (string config)
 
static TConfig ToConfig< TConfig > (string config)
 

Properties

virtual bool ComponentEvent [get, set]
 True to listen component event instead underlying element More...
 
virtual EventAction DefaultEventAction [get, set]
 The method to call on the Ext.EventObject after this KeyNav intercepts a key. Valid values are Ext.EventObject.stopEvent, Ext.EventObject.preventDefault and Ext.EventObject.stopPropagation. More...
 
virtual bool Disabled [get, set]
 True to disable this KeyNav instance (defaults to false) More...
 
virtual string EventName [get, set]
 The event to listen for to pick up key events. Defaults to: "keypress" More...
 
virtual bool ForceKeyDown [get, set]
 Handle the keydown event instead of keypress. KeyNav automatically does this for IE since IE does not propagate special keys on keypress, but setting this to true will force other browsers to also handle keydown instead of keypress. Defaults to: false More...
 
virtual string ComponentElement [get, set]
 Element name of target component (can be used if KeyNav belongs to a component) More...
 
virtual bool IgnoreInputFields [get, set]
 Configure this as true if there are any input fields within the target, and this KeyNav should not process events from input fields, (<input>, <textarea> and elements withcontentEditable="true"). Defaults to: false More...
 
virtual ? int Priority [get, set]
 The priority to set on this KeyNav's listener. Listeners with a higher priority are fired before those with lower priority. More...
 
JFunction ProcessEvent [get]
 
virtual string ProcessEventScope [get, set]
 The scope (this context) in which the processEvent method is executed. More...
 
virtual string Target [get, set]
 The element to bind to More...
 
JFunction Space [get]
 
JFunction Left [get]
 
JFunction Right [get]
 
JFunction Up [get]
 
JFunction Down [get]
 
JFunction PageUp [get]
 
JFunction PageDown [get]
 
JFunction Del [get]
 
JFunction Home [get]
 
JFunction End [get]
 
JFunction Enter [get]
 
JFunction Esc [get]
 
JFunction Tab [get]
 
- Properties inherited from Ext.Net.Observable.Config
ConfigItemCollection CustomConfig [get]
 Collection of custom js config More...
 
MessageBusListeners MessageBusListeners [get]
 
MessageBusDirectEvents MessageBusDirectEvents [get]
 
- Properties inherited from Ext.Net.BaseControl.Config
virtual string ItemID [get, set]
 An itemId can be used as an alternative way to get a reference to a component when no object reference is available. More...
 
virtual bool Disabled [get, set]
 
virtual short TabIndex [get, set]
 
virtual bool IsInForm [get, set]
 
virtual Unit Height [get, set]
 
virtual Unit Width [get, set]
 
virtual string ToolTip [get, set]
 
virtual bool RegisterAllResources [get, set]
 
virtual bool AutoDataBind [get, set]
 
virtual IDMode IDMode [get, set]
 
virtual LazyMode LazyMode [get, set]
 
virtual string Namespace [get, set]
 
List< ClientResourceItemResourceItems [get]
 

Additional Inherited Members

- Public Member Functions inherited from Ext.Net.BaseControl.Config
override string ToString ()
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
new Type GetType ()
 
object ApplyIf (object obj)
 
Apply< T > (object obj)
 
object Apply (object obj)
 
virtual string ToScript ()
 

Detailed Description

Member Function Documentation

◆ operator KeyNav.Builder()

static implicit Ext.Net.KeyNav.Config.operator KeyNav.Builder ( KeyNav.Config  config)
inlinestatic

Property Documentation

◆ ComponentElement

virtual string Ext.Net.KeyNav.Config.ComponentElement
getset

Element name of target component (can be used if KeyNav belongs to a component)

◆ ComponentEvent

virtual bool Ext.Net.KeyNav.Config.ComponentEvent
getset

True to listen component event instead underlying element

◆ DefaultEventAction

virtual EventAction Ext.Net.KeyNav.Config.DefaultEventAction
getset

The method to call on the Ext.EventObject after this KeyNav intercepts a key. Valid values are Ext.EventObject.stopEvent, Ext.EventObject.preventDefault and Ext.EventObject.stopPropagation.

◆ Del

JFunction Ext.Net.KeyNav.Config.Del
get

◆ Disabled

virtual bool Ext.Net.KeyNav.Config.Disabled
getset

True to disable this KeyNav instance (defaults to false)

◆ Down

JFunction Ext.Net.KeyNav.Config.Down
get

◆ End

JFunction Ext.Net.KeyNav.Config.End
get

◆ Enter

JFunction Ext.Net.KeyNav.Config.Enter
get

◆ Esc

JFunction Ext.Net.KeyNav.Config.Esc
get

◆ EventName

virtual string Ext.Net.KeyNav.Config.EventName
getset

The event to listen for to pick up key events. Defaults to: "keypress"

◆ ForceKeyDown

virtual bool Ext.Net.KeyNav.Config.ForceKeyDown
getset

Handle the keydown event instead of keypress. KeyNav automatically does this for IE since IE does not propagate special keys on keypress, but setting this to true will force other browsers to also handle keydown instead of keypress. Defaults to: false

◆ Home

JFunction Ext.Net.KeyNav.Config.Home
get

◆ IgnoreInputFields

virtual bool Ext.Net.KeyNav.Config.IgnoreInputFields
getset

Configure this as true if there are any input fields within the target, and this KeyNav should not process events from input fields, (<input>, <textarea> and elements withcontentEditable="true"). Defaults to: false

◆ Left

JFunction Ext.Net.KeyNav.Config.Left
get

◆ PageDown

JFunction Ext.Net.KeyNav.Config.PageDown
get

◆ PageUp

JFunction Ext.Net.KeyNav.Config.PageUp
get

◆ Priority

virtual ? int Ext.Net.KeyNav.Config.Priority
getset

The priority to set on this KeyNav's listener. Listeners with a higher priority are fired before those with lower priority.

◆ ProcessEvent

JFunction Ext.Net.KeyNav.Config.ProcessEvent
get

◆ ProcessEventScope

virtual string Ext.Net.KeyNav.Config.ProcessEventScope
getset

The scope (this context) in which the processEvent method is executed.

◆ Right

JFunction Ext.Net.KeyNav.Config.Right
get

◆ Space

JFunction Ext.Net.KeyNav.Config.Space
get

◆ Tab

JFunction Ext.Net.KeyNav.Config.Tab
get

◆ Target

virtual string Ext.Net.KeyNav.Config.Target
getset

The element to bind to

◆ Up

JFunction Ext.Net.KeyNav.Config.Up
get


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