Method | Description | |
---|---|---|
Alert ( DialogParameters dialogParameters ) : void | ||
Alert ( string title, string message ) : void | ||
Confirm ( DialogParameters dialogParameters ) : void | ||
Confirm ( string title, string message, System onOK, System onCancel = null ) : void | ||
Prompt ( DialogParameters dialogParameters ) : void | ||
Prompt ( string title, string message, string defaultPromptResultValue, Action |
||
Show ( object rootModel, object context = null, object>.IDictionary |
Shows a normal, non-modal dialog for the specified model. By default RadWindow dialog is shown at the center of the screen
|
|
ShowDialog ( object rootModel, object context = null, object>.IDictionary |
||
ShowDialog ( object rootModel, object context = null, object>.IDictionary |
Shows a modal dialog for the specified model. By default RadWindow dialog is shown at the center of the screen
|
|
ShowNotification ( object rootModel, int durationInMilliseconds, object context = null, object>.IDictionary |
Shows a toast notification for the specified model.
|
|
ShowPopup ( object rootModel, object context = null, object>.IDictionary |
Shows a popup at the current mouse position.
|
|
ShowWindow ( object rootModel, object context = null, object>.IDictionary |
Method | Description | |
---|---|---|
CreatePopup ( object rootModel, object>.IDictionary |
Creates a popup for hosting a popup window.
|
|
CreateRadWindow ( object rootModel, bool isDialog, object context, object>.IDictionary |
Creates a window.
|
|
EnsureRadWindow ( object model, object view, bool isDialog ) : RadWindow |
Makes sure the view is a window is is wrapped by one.
|
|
GetActiveWindow ( ) : |
Infers the owner of the window.
|
Method | Description | |
---|---|---|
AdjustWindowAndContentSize ( RadWindow window, |
Initializes Window size with values extracted by the view. Note: The real size of the content will be smaller than provided values. The form has the header (title) and border so they will take place.
|
|
ApplyRadWindowSettings ( object target, object>.IEnumerable |
||
ApplySettings ( object target, object>.IEnumerable |
||
EnsureWindow ( object model, object view ) : RadWindow | ||
PrepareRadWindow ( object rootModel, object context, object>.IDictionary |
public static Alert ( DialogParameters dialogParameters ) : void | ||
dialogParameters | DialogParameters | |
return | void |
public static Alert ( string title, string message ) : void | ||
title | string | |
message | string | |
return | void |
public static Confirm ( DialogParameters dialogParameters ) : void | ||
dialogParameters | DialogParameters | |
return | void |
public static Confirm ( string title, string message, System onOK, System onCancel = null ) : void | ||
title | string | |
message | string | |
onOK | System | |
onCancel | System | |
return | void |
protected CreatePopup ( object rootModel, object>.IDictionary |
||
rootModel | object | The model. |
settings | object>.IDictionary | The optional popup settings. |
return | System.Windows.Controls.Primitives.Popup |
protected CreateRadWindow ( object rootModel, bool isDialog, object context, object>.IDictionary |
||
rootModel | object | The view model. |
isDialog | bool | Whethor or not the window is being shown as a dialog. |
context | object | The view context. |
settings | object>.IDictionary | The optional popup settings. |
return | RadWindow |
protected EnsureRadWindow ( object model, object view, bool isDialog ) : RadWindow | ||
model | object | The view model. |
view | object | The view. |
isDialog | bool | Whethor or not the window is being shown as a dialog. |
return | RadWindow |
protected GetActiveWindow ( ) : |
||
return |
public static Prompt ( DialogParameters dialogParameters ) : void | ||
dialogParameters | DialogParameters | |
return | void |
public static Prompt ( string title, string message, string defaultPromptResultValue, Action |
||
title | string | |
message | string | |
defaultPromptResultValue | string | |
onOK | Action |
|
return | void |
public Show ( object rootModel, object context = null, object>.IDictionary |
||
rootModel | object | The root model. |
context | object | The context. |
settings | object>.IDictionary | The optional RadWindow settings. |
return | void |
public ShowDialog ( object rootModel, object context = null, object>.IDictionary |
||
rootModel | object | |
context | object | |
settings | object>.IDictionary | |
return | bool? |
public ShowDialog ( object rootModel, object context = null, object>.IDictionary |
||
rootModel | object | The root model. |
context | object | The context. |
settings | object>.IDictionary | The optional RadWindow settings. |
return | void |
public ShowNotification ( object rootModel, int durationInMilliseconds, object context = null, object>.IDictionary |
||
rootModel | object | The root model. |
durationInMilliseconds | int | How long the notification should appear for. |
context | object | The context. |
settings | object>.IDictionary | The optional RadWindow Settings |
return | void |
public ShowPopup ( object rootModel, object context = null, object>.IDictionary |
||
rootModel | object | The root model. |
context | object | The view context. |
settings | object>.IDictionary | The optional popup settings. |
return | void |
public ShowWindow ( object rootModel, object context = null, object>.IDictionary |
||
rootModel | object | |
context | object | |
settings | object>.IDictionary | |
return | void |