Search Results for

    Show / Hide Table of Contents

    Class SelectClassificationWindow

    Window/Dialog for selecting a classification

    Inheritance
    System.Object
    DefaultRibbonWindow
    SelectClassificationWindow
    Implements
    ISaveableLayout
    IFocusableControlBase
    Inherited Members
    DefaultRibbonWindow.OnWindowCommandAction
    DefaultRibbonWindow.PagingEvent
    DefaultRibbonWindow.ResetFocus()
    DefaultRibbonWindow.OnActivated(EventArgs)
    DefaultRibbonWindow.GetDeleteRestriction()
    DefaultRibbonWindow.FindVisualChildren<T>(DependencyObject)
    DefaultRibbonWindow.ValidateUIControls()
    DefaultRibbonWindow.OnUIInitialized()
    DefaultRibbonWindow.RemoveCurrentPagingObject()
    DefaultRibbonWindow.CallWindowCommand(WindowCommand)
    DefaultRibbonWindow.OnDelete(WindowDeleteEventArg)
    DefaultRibbonWindow.OnOpenPageCall(WindowOpenPageEventArg)
    DefaultRibbonWindow.OnOpenPage(WindowOpenPageEventArg)
    DefaultRibbonWindow.OnWindowModeChanged(WindowModeChangedArgs)
    DefaultRibbonWindow.OnPaging(WindowPagingEventArg)
    DefaultRibbonWindow.AddPagingObject(Object)
    DefaultRibbonWindow.FindChild<T>(String)
    DefaultRibbonWindow.FindChildByParent<T>(DependencyObject, String)
    DefaultRibbonWindow.UseLocking
    DefaultRibbonWindow.MessageLabelProperty
    DefaultRibbonWindow.MessageLabel
    DefaultRibbonWindow.AllowSave
    DefaultRibbonWindow.AllowDelete
    DefaultRibbonWindow.AllowPaging
    DefaultRibbonWindow.CloseWithEscape
    DefaultRibbonWindow.WindowMode
    DefaultRibbonWindow.PagingObjects
    DefaultRibbonWindow.CurrentPagingIndex
    DefaultRibbonWindow.CurrentObject
    DefaultRibbonWindow.CloseMessage
    DefaultRibbonWindow.DeleteMessage
    DefaultRibbonWindow.AutoSaveBeforePaging
    DefaultRibbonWindow.RadRibbonView
    DefaultRibbonWindow.RadRibbonHomeTab
    DefaultRibbonWindow.RadRibbonLayoutTab
    DefaultRibbonWindow.RadRibbonSecurityTab
    DefaultRibbonWindow.RadRibbonDataGroup
    DefaultRibbonWindow.FreeEventsOnClosed
    DefaultRibbonWindow.LayoutContext
    DefaultRibbonWindow.ShowSaveDialog
    DefaultRibbonWindow.HasNoOwner
    DefaultRibbonWindow.ResetByTabIndex
    DefaultRibbonWindow.LocalizationService
    DefaultRibbonWindow.IsBusy
    DefaultRibbonWindow.FocusOnStart
    Namespace: Simplic.Framework.Extension.UI
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public class SelectClassificationWindow : DefaultRibbonWindow

    Constructors

    | Improve this Doc View Source

    SelectClassificationWindow(IList<ClassificationConfiguration>)

    Initialize new dialog window

    Declaration
    public SelectClassificationWindow(IList<ClassificationConfiguration> configurations)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<ClassificationConfiguration> configurations

    List of classification which can be selected

    Properties

    | Improve this Doc View Source

    SelectedConfiguration

    Get the selected item

    Declaration
    public ClassificationConfiguration SelectedConfiguration { get; set; }
    Property Value
    Type Description
    ClassificationConfiguration

    Methods

    | Improve this Doc View Source

    OnClosing(CancelEventArgs)

    Override closing and handle window mode and selection

    Declaration
    protected override void OnClosing(CancelEventArgs e)
    Parameters
    Type Name Description
    System.ComponentModel.CancelEventArgs e
    | Improve this Doc View Source

    OnSave(WindowSaveEventArg)

    Handle saving/selection

    Declaration
    public override void OnSave(WindowSaveEventArg e)
    Parameters
    Type Name Description
    WindowSaveEventArg e
    Overrides
    DefaultRibbonWindow.OnSave(WindowSaveEventArg)

    Implements

    ISaveableLayout
    IFocusableControlBase
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx