Interface IToolWindowForGridOrSelectedItem
The standard toolwindow toggle view that is handled by the EntityTabOrSelectedItemView controller
Inherited Members
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 |