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

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

공개 메소드들

메소드 설명
CenterStage ( ) : void
ListTreePanel ( ListTreeView parentList, ITreeNode node ) : System
SetPosition ( HorizontalEdge direction, bool isVisible ) : void
SlideOff ( HorizontalEdge direction, System.Action onComplete ) : void
SlideOn ( HorizontalEdge direction, System.Action onComplete ) : void
SyncWidth ( ) : void

보호된 메소드들

메소드 설명
OnDisposed ( ) : void

비공개 메소드들

메소드 설명
GetSelectedChild ( ) : ITreeNode
Hide ( ) : void
OnAddedChild ( object sender, TreeNodeEventArgs e ) : void
OnChildSelectionChanged ( object sender, EventArgs e ) : void
OnHorizontalPanelResized ( object sender, EventArgs e ) : void
OnParentRemovingChild ( object sender, TreeNodeEventArgs e ) : void
OnRemovedChild ( object sender, TreeNodeEventArgs e ) : void

메소드 상세

CenterStage() 공개 메소드

public CenterStage ( ) : void
리턴 void

ListTreePanel() 공개 메소드

public ListTreePanel ( ListTreeView parentList, ITreeNode node ) : System
parentList ListTreeView
node ITreeNode
리턴 System

OnDisposed() 보호된 메소드

protected OnDisposed ( ) : void
리턴 void

SetPosition() 공개 메소드

public SetPosition ( HorizontalEdge direction, bool isVisible ) : void
direction HorizontalEdge
isVisible bool
리턴 void

SlideOff() 공개 메소드

public SlideOff ( HorizontalEdge direction, System.Action onComplete ) : void
direction HorizontalEdge
onComplete System.Action
리턴 void

SlideOn() 공개 메소드

public SlideOn ( HorizontalEdge direction, System.Action onComplete ) : void
direction HorizontalEdge
onComplete System.Action
리턴 void

SyncWidth() 공개 메소드

public SyncWidth ( ) : void
리턴 void