C# Class SIL.FieldWorks.Common.Controls.BulkEditBar.ListChoiceTabPageSettings

Inheritance: BulkEditTabPageSettings
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes protégées

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

SetupApplyPreviewButtons ( ) : void

Update Preview/Clear and Apply Button states.

SetupBulkEditBarTab ( BulkEditBar bulkEditBar ) : void

Method Details

InvokeTargetComboSelectedIndexChanged() protected méthode

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
Résultat void

SetupApplyPreviewButtons() protected méthode

Update Preview/Clear and Apply Button states.
protected SetupApplyPreviewButtons ( ) : void
Résultat void

SetupBulkEditBarTab() protected méthode

protected SetupBulkEditBarTab ( BulkEditBar bulkEditBar ) : void
bulkEditBar BulkEditBar
Résultat void