C# Class Xwt.Dialog

Inheritance: Window
Afficher le fichier Open project: antmicro/xwt Class Usage Examples

Private Properties

Свойство Type Description
RequestClose bool
UpdateButton void

Méthodes publiques

Méthode Description
Dialog ( ) : System
DisableCommand ( Xwt.Command cmd ) : void
EnableCommand ( Xwt.Command cmd ) : void
HideCommand ( Xwt.Command cmd ) : void
Respond ( Xwt.Command cmd ) : void
Run ( ) : Xwt.Command
Run ( Xwt.WindowFrame parent ) : Xwt.Command
ShowCommand ( Xwt.Command cmd ) : void

Méthodes protégées

Méthode Description
CreateBackendHost ( ) : BackendHost
OnCommandActivated ( Xwt.Command cmd ) : void

Called when a dialog button is clicked

Private Methods

Méthode Description
RequestClose ( ) : bool
UpdateButton ( DialogButton btn ) : void

Method Details

CreateBackendHost() protected méthode

protected CreateBackendHost ( ) : BackendHost
Résultat BackendHost

Dialog() public méthode

public Dialog ( ) : System
Résultat System

DisableCommand() public méthode

public DisableCommand ( Xwt.Command cmd ) : void
cmd Xwt.Command
Résultat void

EnableCommand() public méthode

public EnableCommand ( Xwt.Command cmd ) : void
cmd Xwt.Command
Résultat void

HideCommand() public méthode

public HideCommand ( Xwt.Command cmd ) : void
cmd Xwt.Command
Résultat void

OnCommandActivated() protected méthode

Called when a dialog button is clicked
protected OnCommandActivated ( Xwt.Command cmd ) : void
cmd Xwt.Command The command
Résultat void

Respond() public méthode

public Respond ( Xwt.Command cmd ) : void
cmd Xwt.Command
Résultat void

Run() public méthode

public Run ( ) : Xwt.Command
Résultat Xwt.Command

Run() public méthode

public Run ( Xwt.WindowFrame parent ) : Xwt.Command
parent Xwt.WindowFrame
Résultat Xwt.Command

ShowCommand() public méthode

public ShowCommand ( Xwt.Command cmd ) : void
cmd Xwt.Command
Résultat void