Class UITabEditor
Interaction logic for ArticleUITabEditor.xaml
Implements
ISaveableLayout
IFocusableControlBase
Inherited Members
Namespace: Simplic.Framework.Extension.UI
Assembly: Simplic.Framework.Extension.dll
Syntax
public class UITabEditor : DefaultRibbonWindow
Constructors
| Improve this Doc View SourceUITabEditor(Guid)
Initialize new editor instance
Declaration
public UITabEditor(Guid contextId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | contextId |
Methods
| Improve this Doc View SourceEdit(IList<UITab>)
Open the current window with a list of models
Declaration
public void Edit(IList<UITab> models)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<UITab> | models | List of models to edit |
OnDelete(WindowDeleteEventArg)
Delete data
Declaration
public override void OnDelete(WindowDeleteEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowDeleteEventArg | e |
Overrides
| Improve this Doc View SourceOnOpenPage(WindowOpenPageEventArg)
Load ui information
Declaration
public override void OnOpenPage(WindowOpenPageEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowOpenPageEventArg | e |
Overrides
| Improve this Doc View SourceOnSave(WindowSaveEventArg)
Save ui information
Declaration
public override void OnSave(WindowSaveEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowSaveEventArg | e |
Overrides
Implements
ISaveableLayout
IFocusableControlBase