C# 클래스 Open.Core.Lists.ListTreeView

Represents a tree structure of lists.
상속: ViewBase
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreatePanel ListTreePanel
FireSelectedNodeChanged void
FireSelectedParentChanged void
GetOrCreatePanel ListTreePanel
GetPanel ListTreePanel
GetSlideDirection HorizontalEdge
Reset void
SlidePanels void

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
OnDisposed ( ) : void
OnUpdateLayout ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Back() 공개 메소드

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

Home() 공개 메소드

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

ListTreeView() 공개 메소드

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

OnDisposed() 보호된 메소드

protected OnDisposed ( ) : void
리턴 void

OnUpdateLayout() 보호된 메소드

protected OnUpdateLayout ( ) : void
리턴 void