C# 클래스 Ext.Net.ButtonBase

상속: BoxComponentBase, IIcon, IAutoPostBack, IPostBackEventHandler, IXPostBackDataHandler, IButtonControl, INoneContentable
파일 보기 프로젝트 열기: pgodwin/Ext.net 1 사용 예제들

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