C# Class SIL.FieldWorks.XWorks.LexEd.LexReferenceTreeBranchesView

Summary description for LexReferenceTreeBranchesView.
Inheritance: SIL.FieldWorks.Common.Framework.DetailControls.VectorReferenceView
Datei anzeigen Open project: sillsdev/FieldWorks

Public Methods

Method Description
LexReferenceTreeBranchesView ( ) : System

Protected Methods

Method Description
AddHiddenItems ( List items ) : void

Put the hidden item back into the list of visible items to make the list that should be stored in the property.

CreateVectorReferenceVc ( ) : SIL.FieldWorks.Common.Framework.DetailControls.VectorReferenceVc
Delete ( ) : void
GetVisibleItemList ( ) : List

In a tree view the FIRST item is hidden.

UpdateTimeStampsIfNeeded ( int hvos ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

The Superclass handles everything except our Name property.

Method Details

AddHiddenItems() protected method

Put the hidden item back into the list of visible items to make the list that should be stored in the property.
protected AddHiddenItems ( List items ) : void
items List
return void

CreateVectorReferenceVc() protected method

protected CreateVectorReferenceVc ( ) : SIL.FieldWorks.Common.Framework.DetailControls.VectorReferenceVc
return SIL.FieldWorks.Common.Framework.DetailControls.VectorReferenceVc

Delete() protected method

protected Delete ( ) : void
return void

GetVisibleItemList() protected method

In a tree view the FIRST item is hidden.
protected GetVisibleItemList ( ) : List
return List

LexReferenceTreeBranchesView() public method

public LexReferenceTreeBranchesView ( ) : System
return System

UpdateTimeStampsIfNeeded() protected method

protected UpdateTimeStampsIfNeeded ( int hvos ) : void
hvos int
return void