C# Class SIL.FieldWorks.Common.Framework.DetailControls.PossibilityAutoComplete

Inheritance: SIL.Utils.FwDisposableBase
Datei anzeigen Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
Hide ( ) : void
PossibilityAutoComplete ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, ICmPossibilityList list, Control control, string displayNameProperty, string displayWs ) : System
Update ( ITsString tss ) : void

Protected Methods

Method Description
DisposeManagedResources ( ) : void
OnItemSelected ( EventArgs e ) : void

Private Methods

Method Description
CreateSearcher ( ) : void
HandleKeyDown ( object sender, KeyEventArgs e ) : void
HandleKeyPress ( object sender, KeyPressEventArgs e ) : void
HandleSameItemSelected ( object sender, EventArgs eventArgs ) : void
HandleSelectedIndexChanged ( object sender, EventArgs e ) : void
PerformUpdate ( object param ) : bool
ShouldAbort ( ) : bool

Abort resetting if the user types anything, anywhere. Also sets the flag (if it returns true) to indicate the search WAS aborted.

Method Details

DisposeManagedResources() protected method

protected DisposeManagedResources ( ) : void
return void

Hide() public method

public Hide ( ) : void
return void

OnItemSelected() protected method

protected OnItemSelected ( EventArgs e ) : void
e System.EventArgs
return void

PossibilityAutoComplete() public method

public PossibilityAutoComplete ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, ICmPossibilityList list, Control control, string displayNameProperty, string displayWs ) : System
cache SIL.FieldWorks.FDO.FdoCache
mediator XCore.Mediator
list ICmPossibilityList
control System.Windows.Forms.Control
displayNameProperty string
displayWs string
return System

Update() public method

public Update ( ITsString tss ) : void
tss ITsString
return void