Navigation Pane Classes
| C# |
namespace CS.DataPlace.Navigation
| All Types | Classes | Interfaces |
| Icon | Type | Description |
|---|---|---|
| IDatabaseNavigationItem |
Interface for a navigation item that represents a database in a UI.
| |
| ILoadNode |
Interface for a tree node that encapsulates data and can contain child nodes.
| |
| ILoadNodeNotify |
Interface for a tree node with data and possible child nodes that supports notifying listeners
when child data is loaded.
| |
| INavigationBar |
Interface for a UI that contains a tree of items and allows the user to navigate through them.
| |
| INavigationControlItem |
Interface for a navigation item that belongs to a navigation control.
| |
| INavigationItem |
Interface for an item that appears in a tree structure in a UI.
| |
| INavigationParentItem |
Interface for an item that can serve as a parent to other items.
| |
| INavigationSelector |
Interface for a control on an INavigationBar that indicates the current item
and provides for navigating to its parent.
| |
| IUpdate |
Interface for an object that can perform an update.
| |
| NavigationActionItem |
A navigation item that performs an action.
| |
| NavigationList |
Displays a list of INavigationItems and allows the user to navigate through them.
| |
| NavigationUrlItem |
A navigation item that invokes a URL or executable.
| |
| ProcedureNavigationItem |
A navigation item that launches an IProcedure.
| |
| RowListNavigationParent |
A navigation item whose children represent data rows.
|