C# Class _3PA.MainFeatures.Appli.Pages.Set.SetFileInfo

Inheritance: YamuiFramework.Controls.YamuiPage
Mostrar archivo Open project: jcaillon/3P

Public Methods

Method Description
OnShow ( ) : void
SetFileInfo ( ) : System
UpdateInfo ( ) : void

Call this method to update the content of the form according to the current document

Private Methods

Method Description
BtCancelOnButtonPressed ( object sender, EventArgs buttonPressedEventArgs ) : void
BtClearOnButtonPressed ( object sender, EventArgs buttonPressedEventArgs ) : void
BtDefaultOnButtonPressed ( object sender, EventArgs buttonPressedEventArgs ) : void
BtDeleteOnButtonPressed ( object sender, EventArgs eventArgs ) : void
BtOkOnButtonPressed ( object sender, EventArgs buttonPressedEventArgs ) : void
BtTodayOnButtonPressed ( object sender, EventArgs buttonPressedEventArgs ) : void
FileHasChanged ( ) : void
Save ( string filename ) : void

Save the info

SelectedIndexChanged ( object sender, EventArgs e ) : void

called when the user changes the value of the combo box

UpdateModel ( ) : void
UpdateView ( ) : void
YamuiTextBoxOnTextChanged ( object sender, EventArgs eventArgs ) : void

Method Details

OnShow() public method

public OnShow ( ) : void
return void

SetFileInfo() public method

public SetFileInfo ( ) : System
return System

UpdateInfo() public method

Call this method to update the content of the form according to the current document
public UpdateInfo ( ) : void
return void