C# Class Xwt.Dialog

Inheritance: Window
Mostrar archivo Open project: antmicro/xwt Class Usage Examples

Private Properties

Property Type Description
RequestClose bool
UpdateButton void

Public Methods

Method 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

Protected Methods

Method Description
CreateBackendHost ( ) : BackendHost
OnCommandActivated ( Xwt.Command cmd ) : void

Called when a dialog button is clicked

Private Methods

Method Description
RequestClose ( ) : bool
UpdateButton ( DialogButton btn ) : void

Method Details

CreateBackendHost() protected method

protected CreateBackendHost ( ) : BackendHost
return BackendHost

Dialog() public method

public Dialog ( ) : System
return System

DisableCommand() public method

public DisableCommand ( Xwt.Command cmd ) : void
cmd Xwt.Command
return void

EnableCommand() public method

public EnableCommand ( Xwt.Command cmd ) : void
cmd Xwt.Command
return void

HideCommand() public method

public HideCommand ( Xwt.Command cmd ) : void
cmd Xwt.Command
return void

OnCommandActivated() protected method

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

Respond() public method

public Respond ( Xwt.Command cmd ) : void
cmd Xwt.Command
return void

Run() public method

public Run ( ) : Xwt.Command
return Xwt.Command

Run() public method

public Run ( Xwt.WindowFrame parent ) : Xwt.Command
parent Xwt.WindowFrame
return Xwt.Command

ShowCommand() public method

public ShowCommand ( Xwt.Command cmd ) : void
cmd Xwt.Command
return void