C# 클래스 Ext.Net.ColorPalette

상속: Component, IAutoPostBack, IXPostBackDataHandler, IPostBackEventHandler
파일 보기 프로젝트 열기: pgodwin/Ext.net

Private Properties

프로퍼티 타입 설명
ColorPalette System
IPostBackDataHandler bool
LoadPostData bool
OnBeforeClientInit void
OnColorChanged void
RaisePostDataChangedEvent void
Select void
Select void
SilentSelect void

공개 메소드들

메소드 설명
ColorPalette ( Config config ) : System

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

비공개 메소드들

메소드 설명
ColorPalette ( ) : System
IPostBackDataHandler ( string postDataKey, NameValueCollection postCollection ) : bool
LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
OnBeforeClientInit ( Observable sender ) : void
OnColorChanged ( EventArgs e ) : void
RaisePostDataChangedEvent ( ) : void
Select ( string value ) : void
Select ( string value, bool suppressEvent ) : void
SilentSelect ( string value ) : void

메소드 상세

ColorPalette() 공개 메소드

public ColorPalette ( Config config ) : System
config Config
리턴 System

IPostBackDataHandler() 공개 메소드

public IPostBackDataHandler ( ) : void
리턴 void

IPostBackEventHandler() 공개 메소드

public IPostBackEventHandler ( string eventArgument ) : void
eventArgument string
리턴 void