C# Class Ext.Net.Checkbox

Exibir arquivo Open project: pgodwin/Ext.net Class Usage Examples

Private Properties

Property Type Description
Checkbox System
Checkbox System
Checkbox System
LoadPostData bool
OnBeforeClientInit void
OnCheckedChanged void

Public Methods

Method Description
Checkbox ( Config config ) : System

Protected Methods

Method Description
RaisePostDataChangedEvent ( ) : void

Private Methods

Method Description
Checkbox ( ) : System
Checkbox ( bool check ) : System
Checkbox ( bool check, string boxLabel ) : System
LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
OnBeforeClientInit ( Observable sender ) : void
OnCheckedChanged ( EventArgs e ) : void

Method Details

Checkbox() public method

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

RaisePostDataChangedEvent() protected method

protected RaisePostDataChangedEvent ( ) : void
return void