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

More...

Inheritance diagram for Ext.Net.KeyMap.Config:
Ext.Net.LazyObservable.Config Ext.Net.Observable.Config Ext.Net.BaseControl.Config Ext.Net.IApply

Static Public Member Functions

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

Properties

KeyBindingCollection Binding [get]
 Either a single object describing a handling function for s specified key (or set of keys), or an array of such objects. More...
 
virtual string EventName [get, set]
 The event to listen for to pick up key events. Defaults to: "keydown" More...
 
virtual bool ComponentEvent [get, set]
 True to listen component event instead underlying element More...
 
virtual string ComponentElement [get, set]
 Element name of target component (can be used if KeyMap 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 KeyMap'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 object on which to listen for the event specified by the eventName config option. More...
 
- 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 KeyMap.Builder()

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

Property Documentation

◆ Binding

KeyBindingCollection Ext.Net.KeyMap.Config.Binding
get

Either a single object describing a handling function for s specified key (or set of keys), or an array of such objects.

◆ ComponentElement

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

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

◆ ComponentEvent

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

True to listen component event instead underlying element

◆ EventName

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

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

◆ IgnoreInputFields

virtual bool Ext.Net.KeyMap.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

◆ Priority

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

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

◆ ProcessEvent

JFunction Ext.Net.KeyMap.Config.ProcessEvent
get

◆ ProcessEventScope

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

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

◆ Target

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

The object on which to listen for the event specified by the eventName config option.


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