Method | Description | |
---|---|---|
CreatePage ( object rootModel, object context, object>.IDictionary |
Creates the page.
|
|
ShowDialog ( object rootModel, object context = null, object>.IDictionary |
Shows a modal dialog 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 |
Shows a window for the specified model.
|
Method | Description | |
---|---|---|
CreatePopup ( object rootModel, object>.IDictionary |
Creates a popup for hosting a popup window.
|
|
CreateWindow ( object rootModel, bool isDialog, object context, object>.IDictionary |
Creates a window.
|
|
EnsurePage ( object model, object view ) : System.Windows.Controls.Page |
Ensures the view is a page or provides one.
|
|
EnsureWindow ( object model, object view, bool isDialog ) : |
Makes sure the view is a window is is wrapped by one.
|
|
InferOwnerOf ( |
Infers the owner of the window.
|
Method | Description | |
---|---|---|
ApplySettings ( object target, object>.IEnumerable |
public CreatePage ( object rootModel, object context, object>.IDictionary |
||
rootModel | object | The root model. |
context | object | The context. |
settings | object>.IDictionary | The optional popup settings. |
return | System.Windows.Controls.Page |
protected CreatePopup ( object rootModel, object>.IDictionary |
||
rootModel | object | The model. |
settings | object>.IDictionary | The optional popup settings. |
return | System.Windows.Controls.Primitives.Popup |
protected CreateWindow ( 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 |
protected EnsurePage ( object model, object view ) : System.Windows.Controls.Page | ||
model | object | The model. |
view | object | The view. |
return | System.Windows.Controls.Page |
protected EnsureWindow ( object model, object view, bool isDialog ) : |
||
model | object | The view model. |
view | object | The view. |
isDialog | bool | Whethor or not the window is being shown as a dialog. |
return |
protected InferOwnerOf ( |
||
window | The window to whose owner needs to be determined. | |
return |
public ShowDialog ( object rootModel, object context = null, object>.IDictionary |
||
rootModel | object | The root model. |
context | object | The context. |
settings | object>.IDictionary | The dialog popup settings. |
return | bool? |
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 | The root model. |
context | object | The context. |
settings | object>.IDictionary | The optional window settings. |
return | void |