Search Results for

    Show / Hide Table of Contents

    Interface IToolWindowForGridOrSelectedItem

    The standard toolwindow toggle view that is handled by the EntityTabOrSelectedItemView controller

    Inherited Members
    IModelView.ClearUI()
    IModelView.ReActivateView()
    IModelView.ValidateUI()
    IModelView.Displayer
    IModelView.Descriptor
    IModelView.Controller
    Namespace: LemonEdge.Client.Core.Views.Controllers.ToolWindows
    Assembly: LemonEdge.ClientCore.dll
    Syntax
    [ViewDescriptor(typeof(ToolWindowForGridOrSelectedItemEnumerator))]
    public interface IToolWindowForGridOrSelectedItem : IModelView

    Methods

    DisplayItem(object)

    Displays the selected item of the layout this tool window is viewing

    In this layout it has nothing to display other than a message indicating the user can toggle between the two viewing modes: The main displayed item, or the selected item of a grid in the layout in cluding when that changes

    Declaration
    void DisplayItem(object mainDisplayedItem)
    Parameters
    Type Name Description
    object mainDisplayedItem

    The current item that sub views will update their display to

    IndicateViewingGridSelection(bool)

    Called whenever the user toggles between this view working against the active item, or selected item within a grid.

    Declaration
    void IndicateViewingGridSelection(bool viweingSelectedItem)
    Parameters
    Type Name Description
    bool viweingSelectedItem

    Indicates the window is viewing the selected item from a grid or not

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.