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

More...

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

Public Member Functions

string Serialize ()
 
string Serialize (bool withInstance)
 
- 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 string Cls [get, set]
 CSS class to add to the element More...
 
virtual string ID [get, set]
 The Layer ID More...
 
virtual bool Constrain [get, set]
 False to disable constrain to viewport (defaults to true) More...
 
virtual DomObject DH [get]
 DomHelper object config to create element with (defaults to {tag: 'div', cls: 'x-layer'}). More...
 
virtual ? HideModeHideMode [get, set]
 A String which specifies how this AbstractComponent's encapsulating DOM element will be hidden. Values may be 'display' : The AbstractComponent will be hidden using the display: none style. 'visibility' : The AbstractComponent will be hidden using the visibility: hidden style. 'offsets' : The AbstractComponent will be hidden by absolutely positioning it out of the visible area of the document. This is useful when a hidden AbstractComponent must maintain measurable dimensions. Hiding using display results in a AbstractComponent having zero dimensions. More...
 
virtual ShadowMode Shadow [get, set]
 True to automatically create an Ext.Shadow, or a string indicating the shadow's display Ext.Shadow.mode. False to disable the shadow. (defaults to false) More...
 
virtual int ShadowOffset [get, set]
 Number of pixels to offset the shadow (defaults to 4) More...
 
virtual ? bool? Shim [get, set]
 True to automatically create a Ext.dom.Shim. Defaults to false. More...
 
virtual bool UseDisplay [get, set]
 Defaults to use css offsets to hide the Layer. Specify true to use css style 'display:none;' to hide the Layer. More...
 
virtual string VisibilityCls [get, set]
 The CSS class name to add in order to hide this Layer if this layer is configured with hideMode: 'asclass' More...
 
virtual int ZIndex [get, set]
 Starting z-index (defaults to 11000) More...
 
virtual Element ParentElement [get, set]
 Parent element for current Layer More...
 
virtual string ParentElementProxy [get]
 
virtual Element ExistingElement [get, set]
 Uses an existing DOM element. If the element is not found it creates it. 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() [1/2]

string Ext.Net.LayerConfig.Serialize ( )
inline

◆ Serialize() [2/2]

string Ext.Net.LayerConfig.Serialize ( bool  withInstance)
inline

Property Documentation

◆ Cls

virtual string Ext.Net.LayerConfig.Cls
getset

CSS class to add to the element

◆ ConfigOptions

override ConfigOptionsCollection Ext.Net.LayerConfig.ConfigOptions
get

◆ Constrain

virtual bool Ext.Net.LayerConfig.Constrain
getset

False to disable constrain to viewport (defaults to true)

◆ DH

virtual DomObject Ext.Net.LayerConfig.DH
get

DomHelper object config to create element with (defaults to {tag: 'div', cls: 'x-layer'}).

◆ ExistingElement

virtual Element Ext.Net.LayerConfig.ExistingElement
getset

Uses an existing DOM element. If the element is not found it creates it.

◆ HideMode

virtual ? HideMode? Ext.Net.LayerConfig.HideMode
getset

A String which specifies how this AbstractComponent's encapsulating DOM element will be hidden. Values may be 'display' : The AbstractComponent will be hidden using the display: none style. 'visibility' : The AbstractComponent will be hidden using the visibility: hidden style. 'offsets' : The AbstractComponent will be hidden by absolutely positioning it out of the visible area of the document. This is useful when a hidden AbstractComponent must maintain measurable dimensions. Hiding using display results in a AbstractComponent having zero dimensions.

◆ ID

virtual string Ext.Net.LayerConfig.ID
getset

The Layer ID

◆ ParentElement

virtual Element Ext.Net.LayerConfig.ParentElement
getset

Parent element for current Layer

◆ ParentElementProxy

virtual string Ext.Net.LayerConfig.ParentElementProxy
getprotected

◆ Shadow

virtual ShadowMode Ext.Net.LayerConfig.Shadow
getset

True to automatically create an Ext.Shadow, or a string indicating the shadow's display Ext.Shadow.mode. False to disable the shadow. (defaults to false)

◆ ShadowOffset

virtual int Ext.Net.LayerConfig.ShadowOffset
getset

Number of pixels to offset the shadow (defaults to 4)

◆ Shim

virtual ? bool? Ext.Net.LayerConfig.Shim
getset

True to automatically create a Ext.dom.Shim. Defaults to false.

◆ UseDisplay

virtual bool Ext.Net.LayerConfig.UseDisplay
getset

Defaults to use css offsets to hide the Layer. Specify true to use css style 'display:none;' to hide the Layer.

◆ VisibilityCls

virtual string Ext.Net.LayerConfig.VisibilityCls
getset

The CSS class name to add in order to hide this Layer if this layer is configured with hideMode: 'asclass'

◆ ZIndex

virtual int Ext.Net.LayerConfig.ZIndex
getset

Starting z-index (defaults to 11000)


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