Class IconSelectionProvider
A LookUpTextbox selection provider which lets users to choose, add or delete an icon
Inheritance
System.Object
IconSelectionProvider
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class IconSelectionProvider : IValueSelectionProvider, IDisposable
Constructors
| Improve this Doc View SourceIconSelectionProvider()
Declaration
public IconSelectionProvider()
Methods
| Improve this Doc View SourceDependingLookupTextBoxesChanged(SelectorLookupResult, LookupTextBox)
Not implemented.
Declaration
public void DependingLookupTextBoxesChanged(SelectorLookupResult result, LookupTextBox lookupTextBox)
Parameters
Type | Name | Description |
---|---|---|
SelectorLookupResult | result | |
LookupTextBox | lookupTextBox |
Dispose()
Not implemented.
Declaration
public void Dispose()
Find(Object)
Gets a result by it's unique identity
Declaration
public SelectorLookupResult Find(object identity)
Parameters
Type | Name | Description |
---|---|---|
System.Object | identity | Identity of the dataset to query |
Returns
Type | Description |
---|---|
SelectorLookupResult | Return an instance of a lookup result |
Find<T, TResult>(Func<T, TResult>)
Not implemented.
Declaration
public SelectorLookupResult Find<T, TResult>(Func<T, TResult> findDelegate)
Parameters
Type | Name | Description |
---|---|---|
System.Func<T, TResult> | findDelegate |
Returns
Type | Description |
---|---|
SelectorLookupResult |
Type Parameters
Name | Description |
---|---|
T | |
TResult |
InitializeDependingLookupTextBox(LookupTextBox, Object[])
Not implemented.
Declaration
public void InitializeDependingLookupTextBox(LookupTextBox lookupTextBox, params object[] parameter)
Parameters
Type | Name | Description |
---|---|---|
LookupTextBox | lookupTextBox | |
System.Object[] | parameter |
Search(String)
Executes a search if the text in the LookupTextBox changed, left or enter was pressed
Declaration
public SelectorLookupResult Search(string searchText)
Parameters
Type | Name | Description |
---|---|---|
System.String | searchText | Text to search |
Returns
Type | Description |
---|---|
SelectorLookupResult | Selector result |
Show(String)
Open the ItemBox and execute the search
Declaration
public SelectorLookupResult Show(string input)
Parameters
Type | Name | Description |
---|---|---|
System.String | input | Default search string for the currnt ItemBox |
Returns
Type | Description |
---|---|
SelectorLookupResult | Selector result |
Implements
System.IDisposable