C# Class Open.Core.Lists.ListTreeView

Represents a tree structure of lists.
Inheritance: ViewBase
Afficher le fichier Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Private Properties

Свойство Type Description
CreatePanel ListTreePanel
FireSelectedNodeChanged void
FireSelectedParentChanged void
GetOrCreatePanel ListTreePanel
GetPanel ListTreePanel
GetSlideDirection HorizontalEdge
Reset void
SlidePanels void

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
OnDisposed ( ) : void
OnUpdateLayout ( ) : void

Private Methods

Méthode 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 méthode

Moves the selected node to the parent of the current node.
public Back ( ) : void
Résultat void

Home() public méthode

Moves the selected node to the root node.
public Home ( ) : void
Résultat void

ListTreeView() public méthode

Constructor.
public ListTreeView ( jQueryObject container ) : System
container jQueryObject The containing element.
Résultat System

OnDisposed() protected méthode

protected OnDisposed ( ) : void
Résultat void

OnUpdateLayout() protected méthode

protected OnUpdateLayout ( ) : void
Résultat void