C# Class XWord.AddinSettingsFormManager

Manages the public events handlers for AddinSettingsForm instances.
Inheritance: AbstractAddinSettingsFormActionsManager
Afficher le fichier Open project: xwiki-contrib/xwiki-office

Private Properties

Свойство Type Description
ApplyConnectionSettings void
ApplyPrefetchSettings void
ApplyRepositoriesSettings void

Méthodes publiques

Méthode Description
AddinSettingsFormManager ( AddinSettingsForm &addinSettingsForm ) : System

Default constructor.

EnqueueAllHandlers ( ) : void

Enqueues all (known/custom) event handlers defined for an AddinSettingsForm instance: OnApply, OnCancel, OnFormLoad, OnOK, OnProtocolChange.

Méthodes protégées

Méthode Description
ActionApply ( object sender, EventArgs e ) : void

Action to perform when OnApply event is raised.

ActionCancel ( object sender, EventArgs e ) : void

Action to perform when OnCancel event is raised.

ActionFormLoad ( object sender, EventArgs e ) : void

Action to perform when OnFormLoad event is raised.

ActionOK ( object sender, EventArgs e ) : void

Action to perform when OnOK event is raised.

ActionProtocolChanged ( object sender, EventArgs e ) : void

Action to perform when OnProtocolChanged event is raised.

Private Methods

Méthode Description
ApplyConnectionSettings ( ) : void

Sets the new connection settings for the addin, connects to the server and refreshes the active wiki explorer.

ApplyPrefetchSettings ( ) : void

Sets the settings for the active prefetcher and

ApplyRepositoriesSettings ( ) : void

Sets the pages and attachments repositories.

Method Details

ActionApply() protected méthode

Action to perform when OnApply event is raised.
protected ActionApply ( object sender, EventArgs e ) : void
sender object Sender object.
e System.EventArgs Event arguments.
Résultat void

ActionCancel() protected méthode

Action to perform when OnCancel event is raised.
protected ActionCancel ( object sender, EventArgs e ) : void
sender object Sender object.
e System.EventArgs Event arguments.
Résultat void

ActionFormLoad() protected méthode

Action to perform when OnFormLoad event is raised.
protected ActionFormLoad ( object sender, EventArgs e ) : void
sender object Sender object.
e System.EventArgs Event arguments.
Résultat void

ActionOK() protected méthode

Action to perform when OnOK event is raised.
protected ActionOK ( object sender, EventArgs e ) : void
sender object Sender object.
e System.EventArgs Event arguments.
Résultat void

ActionProtocolChanged() protected méthode

Action to perform when OnProtocolChanged event is raised.
protected ActionProtocolChanged ( object sender, EventArgs e ) : void
sender object Sender object.
e System.EventArgs Event arguments.
Résultat void

AddinSettingsFormManager() public méthode

Default constructor.
public AddinSettingsFormManager ( AddinSettingsForm &addinSettingsForm ) : System
addinSettingsForm UICommons.AddinSettingsForm A reference to an AddinSettingsForm instance.
Résultat System

EnqueueAllHandlers() public méthode

Enqueues all (known/custom) event handlers defined for an AddinSettingsForm instance: OnApply, OnCancel, OnFormLoad, OnOK, OnProtocolChange.
public EnqueueAllHandlers ( ) : void
Résultat void