C# Class Ext.Net.FormPanelBase

Inheritance: PanelBase
Mostra file Open project: pgodwin/Ext.net

Private Properties

Property Type Description
ApplyIfToFields void
ApplyToFields void
CallFieldMethod void
CallForm void
ClearInvalid void
MarkInvalid void
Reset void
SetValues void

Public Methods

Method Description
StartMonitoring ( ) : void

Starts monitoring of the valid state of this form. Usually this is done by passing the config option "monitorValid"

StopMonitoring ( ) : void

Stops monitoring of the valid state of this form

Private Methods

Method Description
ApplyIfToFields ( object values ) : void
ApplyToFields ( object values ) : void
CallFieldMethod ( string fnName, object args ) : void
CallForm ( string name ) : void
ClearInvalid ( ) : void
MarkInvalid ( object errors ) : void
Reset ( ) : void
SetValues ( object values ) : void

Method Details

StartMonitoring() public method

Starts monitoring of the valid state of this form. Usually this is done by passing the config option "monitorValid"
public StartMonitoring ( ) : void
return void

StopMonitoring() public method

Stops monitoring of the valid state of this form
public StopMonitoring ( ) : void
return void