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

More...

Inheritance diagram for Ext.Net.CellEditorOptions:
Ext.Net.BaseItem Ext.Net.IXObject Ext.Net.IBase

Public Member Functions

string Serialize ()
 
- 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

InlineEditorListeners Listeners [get]
 Client-side JavaScript Event Handlers More...
 
virtual string InstanceName [get, set]
 
bool IsDefaultInstanceName [get]
 
virtual string Alignment [get, set]
 The position to align to (see Ext.util.Positionable.alignTo for more details). Defaults to "l-l". More...
 
virtual bool AutoSize [get, set]
 True for the editor to automatically adopt the size of the underlying field. Otherwise, an object can be passed to indicate where to get each dimension. The available properties are 'boundEl' and 'field'. If a dimension is not specified, it will use the underlying height/width specified on the editor object. More...
 
virtual EditorAutoSize AutoSizeConfig [get, set]
 True for the editor to automatically adopt the size of the underlying field. Otherwise, an object can be passed to indicate where to get each dimension. The available properties are 'boundEl' and 'field'. If a dimension is not specified, it will use the underlying height/width specified on the editor object. More...
 
virtual bool AllowBlur [get, set]
 True to complete edit complete the editing process if in edit mode when the field is blurred. Defaults to true. More...
 
virtual bool CancelOnEsc [get, set]
 True to cancel the edit when the escape key is pressed (defaults to false) More...
 
virtual bool CompleteOnEnter [get, set]
 True to complete the edit when the enter key is pressed (defaults to false) More...
 
virtual bool CancelOnBlur [get, set]
 True to cancel the edit when the blur event is fired (defaults to false) More...
 
virtual bool IgnoreNoChange [get, set]
 True to skip the edit completion process (no save, no events fired) if the user completes an edit and the value has not changed (defaults to false). Applies only to string values - edits for other data types will never be ignored. More...
 
virtual bool RevertInvalid [get, set]
 True to automatically revert the field value and cancel the edit when the user completes an edit and the field validation fails (defaults to true) More...
 
virtual ShadowMode Shadow [get, set]
 "sides" for sides/bottom only, "frame" for 4-way shadow, and "drop" for bottom-right shadow (defaults to "frame") More...
 
virtual bool SwallowKeys [get, set]
 Handle the keydown/keypress events so they don't propagate (defaults to true) More...
 
virtual int[] Offsets [get, set]
 The offsets to use when aligning. Defaults to [0, 0]. More...
 
override ConfigOptionsCollection ConfigOptions [get]
 
- Properties inherited from Ext.Net.BaseItem
virtual string InstanceOf [get]
 
ItemState State [get]
 
virtual DefaultValueMode DefaultValueMode [get, set]
 
virtual bool DesignMode [get]
 
bool AutoDataBind [get, set]
 
ResourceManager ResourceManager [get]
 
virtual Control Owner [get, set]
 The Owner Control for this Listener. More...
 
virtual bool IsDefault [get]
 Does this object currently represent it's default state. More...
 
bool IsTrackingViewState [get]
 
EventHandlerList Events [get]
 
EventHandler DataBinding
 
Control?? BindingContainer [get]
 
virtual ConfigItemCollection?? CustomConfig [get]
 Collection of custom js config More...
 
virtual ConfigOptionsCollection ConfigOptions [get]
 
virtual ConfigOptionsExtraction ConfigOptionsExtraction [get]
 
System.Web.Mvc.HtmlHelper?? HtmlHelper [get, set]
 
- Properties inherited from Ext.Net.IXObject
ConfigOptionsCollection ConfigOptions [get]
 
ConfigOptionsExtraction ConfigOptionsExtraction [get]
 
DefaultValueMode DefaultValueMode [get, set]
 

Additional Inherited Members

- Protected Member Functions inherited from Ext.Net.BaseItem
 BaseItem (Control owner)
 
 BaseItem ()
 
virtual void OwnerUpdate (Control owner)
 
virtual void OnDataBinding (EventArgs e)
 

Detailed Description

Member Function Documentation

◆ Serialize()

string Ext.Net.CellEditorOptions.Serialize ( )
inline

Property Documentation

◆ Alignment

virtual string Ext.Net.CellEditorOptions.Alignment
getset

The position to align to (see Ext.util.Positionable.alignTo for more details). Defaults to "l-l".

◆ AllowBlur

virtual bool Ext.Net.CellEditorOptions.AllowBlur
getset

True to complete edit complete the editing process if in edit mode when the field is blurred. Defaults to true.

◆ AutoSize

virtual bool Ext.Net.CellEditorOptions.AutoSize
getset

True for the editor to automatically adopt the size of the underlying field. Otherwise, an object can be passed to indicate where to get each dimension. The available properties are 'boundEl' and 'field'. If a dimension is not specified, it will use the underlying height/width specified on the editor object.

◆ AutoSizeConfig

virtual EditorAutoSize Ext.Net.CellEditorOptions.AutoSizeConfig
getset

True for the editor to automatically adopt the size of the underlying field. Otherwise, an object can be passed to indicate where to get each dimension. The available properties are 'boundEl' and 'field'. If a dimension is not specified, it will use the underlying height/width specified on the editor object.

◆ CancelOnBlur

virtual bool Ext.Net.CellEditorOptions.CancelOnBlur
getset

True to cancel the edit when the blur event is fired (defaults to false)

◆ CancelOnEsc

virtual bool Ext.Net.CellEditorOptions.CancelOnEsc
getset

True to cancel the edit when the escape key is pressed (defaults to false)

◆ CompleteOnEnter

virtual bool Ext.Net.CellEditorOptions.CompleteOnEnter
getset

True to complete the edit when the enter key is pressed (defaults to false)

◆ ConfigOptions

override ConfigOptionsCollection Ext.Net.CellEditorOptions.ConfigOptions
get

◆ IgnoreNoChange

virtual bool Ext.Net.CellEditorOptions.IgnoreNoChange
getset

True to skip the edit completion process (no save, no events fired) if the user completes an edit and the value has not changed (defaults to false). Applies only to string values - edits for other data types will never be ignored.

◆ InstanceName

virtual string Ext.Net.CellEditorOptions.InstanceName
getset

◆ IsDefaultInstanceName

bool Ext.Net.CellEditorOptions.IsDefaultInstanceName
get

◆ Listeners

InlineEditorListeners Ext.Net.CellEditorOptions.Listeners
get

Client-side JavaScript Event Handlers

◆ Offsets

virtual int [] Ext.Net.CellEditorOptions.Offsets
getset

The offsets to use when aligning. Defaults to [0, 0].

◆ RevertInvalid

virtual bool Ext.Net.CellEditorOptions.RevertInvalid
getset

True to automatically revert the field value and cancel the edit when the user completes an edit and the field validation fails (defaults to true)

◆ Shadow

virtual ShadowMode Ext.Net.CellEditorOptions.Shadow
getset

"sides" for sides/bottom only, "frame" for 4-way shadow, and "drop" for bottom-right shadow (defaults to "frame")

◆ SwallowKeys

virtual bool Ext.Net.CellEditorOptions.SwallowKeys
getset

Handle the keydown/keypress events so they don't propagate (defaults to true)


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