C# Класс Ext.Net.ButtonBase

Наследование: BoxComponentBase, IIcon, IAutoPostBack, IPostBackEventHandler, IXPostBackDataHandler, IButtonControl, INoneContentable
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
AfterItemAdd void
AfterItemRemove void
ButtonBase System
ButtonBase System
Focus void
HideMenu void
HideMenuArrow void
IPostBackDataHandler bool
InitComponent void
LoadPostData bool
OnBeforeClientInit void
OnClick void
OnCommand void
OnPressedChanged void
RaisePostBackEvent void
RaisePostDataChangedEvent void
SetHandler void
SetHandler void
SetIconClass void
SetTarget void
SetText void
SetTooltip void
SetTooltip void
ShowMenu void
ShowMenuArrow void
Toggle void
Toggle void
ToggleMenuArrow void
ToggleMenuArrow void

Открытые методы

Метод Описание
IPostBackDataHandler ( ) : void
IPostBackEventHandler ( string eventArgument ) : void

Защищенные методы

Метод Описание
SetIconClass ( Icon icon ) : void

Sets the CSS class that provides a background image to use as the button's icon. This method also changes the value of the iconCls config internally.

Приватные методы

Метод Описание
AfterItemAdd ( MenuBase item ) : void
AfterItemRemove ( MenuBase item ) : void
ButtonBase ( ) : System
ButtonBase ( string text ) : System
Focus ( ) : void
HideMenu ( ) : void
HideMenuArrow ( ) : void
IPostBackDataHandler ( string postDataKey, NameValueCollection postCollection ) : bool
InitComponent ( ) : void
LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
OnBeforeClientInit ( Observable sender ) : void
OnClick ( EventArgs e ) : void
OnCommand ( System.Web.UI.WebControls.CommandEventArgs e ) : void
OnPressedChanged ( EventArgs e ) : void
RaisePostBackEvent ( string eventArgument ) : void
RaisePostDataChangedEvent ( ) : void
SetHandler ( string function ) : void
SetHandler ( string function, string scope ) : void
SetIconClass ( string cls ) : void
SetTarget ( string target ) : void
SetText ( string text ) : void
SetTooltip ( QTipCfg config ) : void
SetTooltip ( string tooltip ) : void
ShowMenu ( ) : void
ShowMenuArrow ( ) : void
Toggle ( ) : void
Toggle ( bool state ) : void
ToggleMenuArrow ( ) : void
ToggleMenuArrow ( bool state ) : void

Описание методов

IPostBackDataHandler() публичный Метод

public IPostBackDataHandler ( ) : void
Результат void

IPostBackEventHandler() публичный Метод

public IPostBackEventHandler ( string eventArgument ) : void
eventArgument string
Результат void

SetIconClass() защищенный Метод

Sets the CSS class that provides a background image to use as the button's icon. This method also changes the value of the iconCls config internally.
protected SetIconClass ( Icon icon ) : void
icon Icon
Результат void