C# Class Ext.Net.ButtonBase

Inheritance: BoxComponentBase, IIcon, IAutoPostBack, IPostBackEventHandler, IXPostBackDataHandler, IButtonControl, INoneContentable
Exibir arquivo Open project: pgodwin/Ext.net Class Usage Examples

Private Properties

Property Type Description
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

Public Methods

Method Description
IPostBackDataHandler ( ) : void
IPostBackEventHandler ( string eventArgument ) : void

Protected Methods

Method Description
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.

Private Methods

Method Description
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

Method Details

IPostBackDataHandler() public method

public IPostBackDataHandler ( ) : void
return void

IPostBackEventHandler() public method

public IPostBackEventHandler ( string eventArgument ) : void
eventArgument string
return void

SetIconClass() protected method

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
return void