Method | Description | |
---|---|---|
CheckDisposed ( ) : void |
This method throws an ObjectDisposedException if IsDisposed returns true. This is the case where a method or property in an object is being used but the object itself is no longer valid. This method should be added to all public properties and methods of this object and all other objects derived from it (extensive).
|
|
FlatListView ( ) : System |
Initializes a new instance of the FlatListView class.
|
|
GetCheckedItems ( ) : IEnumerable |
Retrieve the final list of checked items.
|
|
Initialize ( SIL.FieldWorks.FDO.FdoCache cache, IVwStylesheet stylesheet, XCore.Mediator mediator, |
Create and initialize the browse view, storing the data it will display.
|
|
SetCheckedItems ( IEnumerable |
Set the initial list of checked items.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
StoreData ( IEnumerable |
Store the given hvos in the cache as a fake vector property belonging to the language project.
|
|
m_bvList_SelectionChanged ( object sender, SIL.FieldWorks.Common.FwUtils.FwObjectSelectionEventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public Initialize ( SIL.FieldWorks.FDO.FdoCache cache, IVwStylesheet stylesheet, XCore.Mediator mediator, |
||
cache | SIL.FieldWorks.FDO.FdoCache | The cache. |
stylesheet | IVwStylesheet | The stylesheet. |
mediator | XCore.Mediator | The mediator. |
xnConfig | The config node. | |
objs | IEnumerable |
The objs. |
return | void |
public SetCheckedItems ( IEnumerable |
||
objs | IEnumerable |
The objs. |
return | void |