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

More...

Inheritance diagram for Ext.Net.ButtonLoadingState:
Ext.Net.BaseItem Ext.Net.IIcon Ext.Net.IXObject Ext.Net.IBase

Classes

class  Builder
 
class  Config
 

Public Member Functions

 ButtonLoadingState ()
 
ButtonLoadingState.Builder ToBuilder ()
 
override IControlBuilder ToNativeBuilder ()
 
 ButtonLoadingState (Config config)
 
- 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 ()
 

Static Public Member Functions

static implicit operator ButtonLoadingState (ButtonLoadingState.Config config)
 

Protected Member Functions

Unit UnitPixelTypeCheck (Unit value, string propertyName)
 
- Protected Member Functions inherited from Ext.Net.BaseItem
 BaseItem (Control owner)
 
 BaseItem ()
 
virtual void OwnerUpdate (Control owner)
 
virtual void OnDataBinding (EventArgs e)
 

Properties

virtual ? int? Glyph [get, set]
 A numeric unicode character code to use as the icon for this button. The default font-family for glyphs can be set globally using Ext.setGlyphFontFamily() or a ResourceManager's GlyphFontFamily. More...
 
virtual string GlyphSpec [get, set]
 A numeric unicode character code to use as the icon for this button. The default font-family for glyphs can be set globally using Ext.setGlyphFontFamily() or a ResourceManager's GlyphFontFamily. Alternatively, this config option accepts a string with the charCode and font-family separated by the @ symbol. For example '65@My Font Family'. More...
 
virtual IconIcon [get, set]
 The path to an image to display in the button (the image will be set as the background-image CSS property of the button by default, so if you want a mixed icon/text button, set cls:'x-btn-text-icon') More...
 
virtual string? IconClsProxy [get]
 
virtual string IconCls [get, set]
 A css class which sets a background image to be used as the icon for this button. More...
 
virtual string IconUrl [get, set]
 The path to an image to display in the button More...
 
virtual string Text [get, set]
 The button text to be used as innerHTML (html tags are accepted). More...
 
virtual string ToolTip [get, set]
 The tooltip for the button - can be a string to be used as innerHTML (html tags are accepted). Or, see ToolTip config. More...
 
virtual QTipCfg QTipCfg [get]
 A tip string. More...
 
virtual string Cls [get, set]
 An optional extra CSS class that will be added to this component's Element (defaults to ''). This can be useful for adding customized styles to the component or any of its children using standard CSS rules. More...
 
virtual bool Disabled [get, set]
 Render this component disabled during an Ajax request (default is true). More...
 
virtual Unit Height [get, set]
 The height of this component in pixels. More...
 
virtual bool Hidden [get, set]
 Render this component hidden (default is false). If true, the hide method will be called internally. More...
 
virtual Unit Width [get, set]
 The width of this component in pixels. More...
 
List< IconIcons [get]
 
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]
 
- Properties inherited from Ext.Net.IIcon
List< IconIcons [get]
 

Detailed Description

Constructor & Destructor Documentation

◆ ButtonLoadingState() [1/2]

Ext.Net.ButtonLoadingState.ButtonLoadingState ( )
inline

◆ ButtonLoadingState() [2/2]

Ext.Net.ButtonLoadingState.ButtonLoadingState ( Config  config)
inline

Member Function Documentation

◆ operator ButtonLoadingState()

static implicit Ext.Net.ButtonLoadingState.operator ButtonLoadingState ( ButtonLoadingState.Config  config)
inlinestatic

◆ ToBuilder()

ButtonLoadingState.Builder Ext.Net.ButtonLoadingState.ToBuilder ( )
inline

◆ ToNativeBuilder()

override IControlBuilder Ext.Net.ButtonLoadingState.ToNativeBuilder ( )
inlinevirtual

Reimplemented from Ext.Net.BaseItem.

◆ UnitPixelTypeCheck()

Unit Ext.Net.ButtonLoadingState.UnitPixelTypeCheck ( Unit  value,
string  propertyName 
)
inlineprotected

Parameters
value
propertyName
Returns

Property Documentation

◆ Cls

virtual string Ext.Net.ButtonLoadingState.Cls
getset

An optional extra CSS class that will be added to this component's Element (defaults to ''). This can be useful for adding customized styles to the component or any of its children using standard CSS rules.

◆ ConfigOptions

override ConfigOptionsCollection Ext.Net.ButtonLoadingState.ConfigOptions
get

◆ Disabled

virtual bool Ext.Net.ButtonLoadingState.Disabled
getset

Render this component disabled during an Ajax request (default is true).

◆ Glyph

virtual ? int? Ext.Net.ButtonLoadingState.Glyph
getset

A numeric unicode character code to use as the icon for this button. The default font-family for glyphs can be set globally using Ext.setGlyphFontFamily() or a ResourceManager's GlyphFontFamily.

◆ GlyphSpec

virtual string Ext.Net.ButtonLoadingState.GlyphSpec
getset

A numeric unicode character code to use as the icon for this button. The default font-family for glyphs can be set globally using Ext.setGlyphFontFamily() or a ResourceManager's GlyphFontFamily. Alternatively, this config option accepts a string with the charCode and font-family separated by the @ symbol. For example '65@My Font Family'.

◆ Height

virtual Unit Ext.Net.ButtonLoadingState.Height
getset

The height of this component in pixels.

◆ Hidden

virtual bool Ext.Net.ButtonLoadingState.Hidden
getset

Render this component hidden (default is false). If true, the hide method will be called internally.

◆ Icon

virtual Icon? Ext.Net.ButtonLoadingState.Icon
getset

The path to an image to display in the button (the image will be set as the background-image CSS property of the button by default, so if you want a mixed icon/text button, set cls:'x-btn-text-icon')

◆ IconCls

virtual string Ext.Net.ButtonLoadingState.IconCls
getset

A css class which sets a background image to be used as the icon for this button.

◆ IconClsProxy

virtual string? Ext.Net.ButtonLoadingState.IconClsProxy
getprotected

◆ Icons

List<Icon> Ext.Net.ButtonLoadingState.Icons
get

◆ IconUrl

virtual string Ext.Net.ButtonLoadingState.IconUrl
getset

The path to an image to display in the button

◆ QTipCfg

virtual QTipCfg Ext.Net.ButtonLoadingState.QTipCfg
get

A tip string.

◆ Text

virtual string Ext.Net.ButtonLoadingState.Text
getset

The button text to be used as innerHTML (html tags are accepted).

◆ ToolTip

virtual string Ext.Net.ButtonLoadingState.ToolTip
getset

The tooltip for the button - can be a string to be used as innerHTML (html tags are accepted). Or, see ToolTip config.

◆ Width

virtual Unit Ext.Net.ButtonLoadingState.Width
getset

The width of this component in pixels.


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