Свойство | Type | Description | |
---|---|---|---|
RequestClose | bool | ||
UpdateButton | void |
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éthode | Description | |
---|---|---|
CreateBackendHost ( ) : BackendHost | ||
OnCommandActivated ( Xwt.Command cmd ) : void |
Called when a dialog button is clicked
|
Méthode | Description | |
---|---|---|
RequestClose ( ) : bool | ||
UpdateButton ( |
protected CreateBackendHost ( ) : BackendHost | ||
Résultat | BackendHost |
public DisableCommand ( Xwt.Command cmd ) : void | ||
cmd | Xwt.Command | |
Résultat | void |
public EnableCommand ( Xwt.Command cmd ) : void | ||
cmd | Xwt.Command | |
Résultat | void |
public HideCommand ( Xwt.Command cmd ) : void | ||
cmd | Xwt.Command | |
Résultat | void |
protected OnCommandActivated ( Xwt.Command cmd ) : void | ||
cmd | Xwt.Command | The command |
Résultat | void |
public Run ( Xwt.WindowFrame parent ) : Xwt.Command | ||
parent | Xwt.WindowFrame | |
Résultat | Xwt.Command |
public ShowCommand ( Xwt.Command cmd ) : void | ||
cmd | Xwt.Command | |
Résultat | void |