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

Inheritance: BulkEditTabPageSettings
Show file Open project: sillsdev/FieldWorks

Protected Methods

Method 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 method

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
return void

SetupApplyPreviewButtons() protected method

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

SetupBulkEditBarTab() protected method

protected SetupBulkEditBarTab ( BulkEditBar bulkEditBar ) : void
bulkEditBar BulkEditBar
return void