C# 클래스 Ext.Net.FormPanelBase

상속: PanelBase
파일 보기 프로젝트 열기: pgodwin/Ext.net

Private Properties

프로퍼티 타입 설명
ApplyIfToFields void
ApplyToFields void
CallFieldMethod void
CallForm void
ClearInvalid void
MarkInvalid void
Reset void
SetValues void

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

StartMonitoring() 공개 메소드

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

StopMonitoring() 공개 메소드

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