C# Class Ext.Net.FormPanelBase

Inheritance: PanelBase
Afficher le fichier Open project: pgodwin/Ext.net

Private Properties

Свойство Type Description
ApplyIfToFields void
ApplyToFields void
CallFieldMethod void
CallForm void
ClearInvalid void
MarkInvalid void
Reset void
SetValues void

Méthodes publiques

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

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

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

StopMonitoring() public méthode

Stops monitoring of the valid state of this form
public StopMonitoring ( ) : void
Résultat void