C# Class Ext.Net.ColorPalette

Inheritance: Component, IAutoPostBack, IXPostBackDataHandler, IPostBackEventHandler
Mostrar archivo Open project: pgodwin/Ext.net

Private Properties

Property Type Description
ColorPalette System
IPostBackDataHandler bool
LoadPostData bool
OnBeforeClientInit void
OnColorChanged void
RaisePostDataChangedEvent void
Select void
Select void
SilentSelect void

Public Methods

Method Description
ColorPalette ( Config config ) : System

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

Private Methods

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

Method Details

ColorPalette() public method

public ColorPalette ( Config config ) : System
config Config
return System

IPostBackDataHandler() public method

public IPostBackDataHandler ( ) : void
return void

IPostBackEventHandler() public method

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