C# Class Open.Core.Lists.ListTreePanel

Renders a single list within a tree-of lists.
Inheritance: ViewBase
Mostrar archivo Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
OnDisposed ( ) : void

Private Methods

Method Description
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

Method Details

CenterStage() public method

public CenterStage ( ) : void
return void

ListTreePanel() public method

public ListTreePanel ( ListTreeView parentList, ITreeNode node ) : System
parentList ListTreeView
node ITreeNode
return System

OnDisposed() protected method

protected OnDisposed ( ) : void
return void

SetPosition() public method

public SetPosition ( HorizontalEdge direction, bool isVisible ) : void
direction HorizontalEdge
isVisible bool
return void

SlideOff() public method

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

SlideOn() public method

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

SyncWidth() public method

public SyncWidth ( ) : void
return void