C# Class Open.Core.Lists.ListTreeView

Represents a tree structure of lists.
Inheritance: ViewBase
Mostrar archivo Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Private Properties

Property Type Description
CreatePanel ListTreePanel
FireSelectedNodeChanged void
FireSelectedParentChanged void
GetOrCreatePanel ListTreePanel
GetPanel ListTreePanel
GetSlideDirection HorizontalEdge
Reset void
SlidePanels void

Public Methods

Method Description
Back ( ) : void

Moves the selected node to the parent of the current node.

Home ( ) : void

Moves the selected node to the root node.

ListTreeView ( jQueryObject container ) : System

Constructor.

Protected Methods

Method Description
OnDisposed ( ) : void
OnUpdateLayout ( ) : void

Private Methods

Method Description
CreatePanel ( ITreeNode node ) : ListTreePanel
FireSelectedNodeChanged ( ) : void
FireSelectedParentChanged ( ) : void
GetOrCreatePanel ( ITreeNode node ) : ListTreePanel
GetPanel ( ITreeNode node ) : ListTreePanel
GetSlideDirection ( ITreeNode previousNode, ITreeNode newNode ) : HorizontalEdge
Reset ( ) : void
SlidePanels ( ITreeNode previousNode, ITreeNode newNode ) : void

Method Details

Back() public method

Moves the selected node to the parent of the current node.
public Back ( ) : void
return void

Home() public method

Moves the selected node to the root node.
public Home ( ) : void
return void

ListTreeView() public method

Constructor.
public ListTreeView ( jQueryObject container ) : System
container jQueryObject The containing element.
return System

OnDisposed() protected method

protected OnDisposed ( ) : void
return void

OnUpdateLayout() protected method

protected OnUpdateLayout ( ) : void
return void