C# Class Ext.Net.ColorPalette

Inheritance: Component, IAutoPostBack, IXPostBackDataHandler, IPostBackEventHandler
Afficher le fichier Open project: pgodwin/Ext.net

Private Properties

Свойство Type Description
ColorPalette System
IPostBackDataHandler bool
LoadPostData bool
OnBeforeClientInit void
OnColorChanged void
RaisePostDataChangedEvent void
Select void
Select void
SilentSelect void

Méthodes publiques

Méthode Description
ColorPalette ( Config config ) : System

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

Private Methods

Méthode 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 méthode

public ColorPalette ( Config config ) : System
config Config
Résultat System

IPostBackDataHandler() public méthode

public IPostBackDataHandler ( ) : void
Résultat void

IPostBackEventHandler() public méthode

public IPostBackEventHandler ( string eventArgument ) : void
eventArgument string
Résultat void