C# 클래스 SIL.FieldWorks.Common.Controls.BulkEditBar.ClickCopyTabPageSettings

상속: BulkEditTabPageSettings
파일 보기 프로젝트 열기: sillsdev/FieldWorks

보호된 메소드들

메소드 설명
InvokeTargetComboSelectedIndexChanged ( ) : void

this is a hack that explictly triggers the currentTargetCombo.SelectedIndexChange delegates during initialization, since they do not fire automatically until after everything is setup.

SaveSettings ( BulkEditBar bulkEditBar ) : void

when switching contexts, we should commit any pending click copy changes.

SetupApplyPreviewButtons ( ) : void

Update Preview/Clear and Apply Button states.

SetupBulkEditBarTab ( BulkEditBar bulkEditBar ) : void

메소드 상세

InvokeTargetComboSelectedIndexChanged() 보호된 메소드

this is a hack that explictly triggers the currentTargetCombo.SelectedIndexChange delegates during initialization, since they do not fire automatically until after everything is setup.
protected InvokeTargetComboSelectedIndexChanged ( ) : void
리턴 void

SaveSettings() 보호된 메소드

when switching contexts, we should commit any pending click copy changes.
protected SaveSettings ( BulkEditBar bulkEditBar ) : void
bulkEditBar BulkEditBar
리턴 void

SetupApplyPreviewButtons() 보호된 메소드

Update Preview/Clear and Apply Button states.
protected SetupApplyPreviewButtons ( ) : void
리턴 void

SetupBulkEditBarTab() 보호된 메소드

protected SetupBulkEditBarTab ( BulkEditBar bulkEditBar ) : void
bulkEditBar BulkEditBar
리턴 void