GOA - NETiKA.Toolkit.Forms.TextItemCollection

TextItemCollection Class


Represents a collection of the items that are displayed in the NTKMultiValuesTextBox control.

Definition

public class TextItemCollection: DataCollectionBase, IDisposable

Members Table

MethodDescription
AddAdds a TextItem to a TextItemCollection.
ClearClears the all items in the DataCollectionBase. (Inherited from DataCollectionBase)
ContainsDetermines whether a TextItemCollection contains a specific TextItem.
CreateNewItemOverriden. This method is called when an new item is created by using the NETiKA.Toolkit.Data.INTKBindingList.AddNew method of the NETiKA.Toolkit.Data.INTKBindingList interface.
DisposeOverloaded.
EqualsOverloaded. Compares two objects to determine if they are equal. (Inherited from Object)
GetEnumeratorReturns an enumerator that can iterate through the DataCollectionBase. (Inherited from DataCollectionBase)
GetHashCodeServes as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object)
GetPropertyDescriptorCollectionOverriden. This method is called when the user of the collection (generaly a data grid) calls the NETiKA.Toolkit.Data.INTKTypedList.GetItemProperties method of the NETiKA.Toolkit.Data.INTKTypedList interface.
GetSortComparerInherited from DataCollectionBase.
GetTypeGets the Type of the current instance. (Inherited from Object)
IndexOfDetermines the index of a specific TextItem in a TextItemCollection.
InsertInserts a TextItem into a TextItemCollection a the specified index.
MatchThis method is used by the DataCollectionBase during the find process. (Inherited from DataCollectionBase)
NETiKA.Toolkit.ComponentModel.INTKBindingList.AddIndexInherited from DataCollectionBase.
NETiKA.Toolkit.ComponentModel.INTKBindingList.AddNewInherited from DataCollectionBase.
NETiKA.Toolkit.ComponentModel.INTKBindingList.ApplySortInherited from DataCollectionBase.
NETiKA.Toolkit.ComponentModel.INTKBindingList.FindInherited from DataCollectionBase.
NETiKA.Toolkit.ComponentModel.INTKBindingList.RemoveIndexInherited from DataCollectionBase.
NETiKA.Toolkit.ComponentModel.INTKBindingList.RemoveSortInherited from DataCollectionBase.
NETiKA.Toolkit.ComponentModel.INTKTypedList.GetItemPropertiesInherited from DataCollectionBase.
NETiKA.Toolkit.ComponentModel.INTKTypedList.GetListNameInherited from DataCollectionBase.
NETiKA.Toolkit.Data.IDataList.ApplyFilterApplies the filter to the DataCollectionBase. (Inherited from DataCollectionBase)
NETiKA.Toolkit.Data.IDataList.CollapseAllNodesInherited from DataCollectionBase.
NETiKA.Toolkit.Data.IDataList.ExpandAllNodesInherited from DataCollectionBase.
NETiKA.Toolkit.Data.IDataList.FindFinds an object in the DataCollectionBase with a specified item. (Inherited from DataCollectionBase)
NETiKA.Toolkit.Data.IDataList.GroupByInherited from DataCollectionBase.
NETiKA.Toolkit.Data.IDataList.RemoveFilterRemoves any filter applied to the DataCollectionBase. (Inherited from DataCollectionBase)
NETiKA.Toolkit.Data.IDataList.RemoveGroupingInherited from DataCollectionBase.
NETiKA.Toolkit.Data.IDataList.RemoveTreeInherited from DataCollectionBase.
NETiKA.Toolkit.Data.IDataList.TreeByInherited from DataCollectionBase.
OnClearOverriden. This method will be called just before the collection of the DataCollectionBase is cleared.
OnClearCompleteOverriden. This method will be called just after the collection of the DataCollectionBase has been cleared.
OnDefaultTextItemChangedRaises the DefaultTextItemChanged event.
OnInsertOverriden. This method will be called just before an item is inserted in the DataCollectionBase.
OnInsertCompleteOverriden. This method will be called just after an item has been inserted in the DataCollectionBase.
OnItemChangedThis method is called when the value of a property of an item is changed. (Inherited from DataCollectionBase)
OnItemIsDirtyChangedRaises the ItemIsDirtyChanged event.
OnItemNameChangedRaises the ItemNameChanged event.
OnItemNameStyleChangedRaises the ItemNameStyleChanged event.
OnItemValueStyleChangedRaises the ItemValueStyleChanged event.
OnListChangedInherited from DataCollectionBase.
OnRemoveOverriden. This method will be called just before an item is removed from the DataCollectionBase.
OnRemoveCompleteOverriden. This method will be called just after an item has been removed in the DataCollectionBase.
OnSetOverriden. This method will be called just before an item is set in the DataCollectionBase.
OnSetCompleteOverriden. This method will be called just after an item has been set in the DataCollectionBase.
OnTextChangedRaises the ItemTextChanged event.
OnTextChangingRaises the ItemTextChanging event.
OnValidateOverriden. This method is called during the validation of a value. It allows to define custom process.
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
RemoveRemoves a specified TextItem from a TextItemCollection.
RemoveAtRemoves an item at a specified index of a DataCollectionBase. (Inherited from DataCollectionBase)
RemoveFilterInherited from DataCollectionBase.
RemoveGroupingInherited from DataCollectionBase.
RemoveTreeInherited from DataCollectionBase.
System.Collections.ICollection.CopyToWhen implemented by a class, copies the elements of the ICollection into an Array, starting at a particular Array index. (Inherited from DataCollectionBase)
System.Collections.IList.AddWhen implemented by a class, adds an item to the IList. (Inherited from DataCollectionBase)
System.Collections.IList.ContainsWhen implemented by a class, determines whether the IList contains a specific value. (Inherited from DataCollectionBase)
System.Collections.IList.IndexOfWhen implemented by a class, determines the index of a specific item in the IList. (Inherited from DataCollectionBase)
System.Collections.IList.InsertWhen implemented by a class, inserts an item to the IList at the specified position. (Inherited from DataCollectionBase)
System.Collections.IList.RemoveWhen implemented by a class, removes the first occurrence of a specific object from the IList. (Inherited from DataCollectionBase)
System.Collections.IList.this[]When implemented by a class, gets or sets an item to the IList. (Inherited from DataCollectionBase)
TextItemCollectionInitializes a new instance of TextItemCollection.
ToStringReturns a String that represents the current Object. (Inherited from Object)
this[]Overloaded. Specifies the value associated with the specified key.
PropertyDescription
AllowEditGets or sets the value indicating whether the items in a DataCollectionBase are allowed the user to edit. (Inherited from DataCollectionBase)
AllowNewGets or sets the value indicating whether the new items those are allowed to add to a DataCollectionBase. (Inherited from DataCollectionBase)
AllowRemoveGets or sets the value indicating whether the items in a DataCollectionBase are allowed the user to remove. (Inherited from DataCollectionBase)
CountGets or sets the value indicating the number of the items in a DataCollectionBase. (Inherited from DataCollectionBase)
DefaultTextItemGets or sets the value indicating the TextItem that its text part is displayed in the editor part of a NTKMultiValuesTextBox control.
DefaultTextItemIndexGets or sets the value indicating the index of the TextItem that its text part is displayed in the editor part of a NTKMultiValuesTextBox control.
IsDirtyGets or sets the value indicating whether the IsDirty property of the TextItem of a TextItemCollection is true.
IsDisposedGets or sets the value indicating whether the TextItemCollection is disposed.
IsSynchronizedInherited from DataCollectionBase.
ListGets the IList interface of the collection of the items. (Inherited from DataCollectionBase)
NETiKA.Toolkit.ComponentModel.INTKBindingList.AllowEditInherited from DataCollectionBase.
NETiKA.Toolkit.ComponentModel.INTKBindingList.AllowNewInherited from DataCollectionBase.
NETiKA.Toolkit.ComponentModel.INTKBindingList.AllowRemoveInherited from DataCollectionBase.
NETiKA.Toolkit.ComponentModel.INTKBindingList.IsSortedInherited from DataCollectionBase.
NETiKA.Toolkit.ComponentModel.INTKBindingList.SortDirectionInherited from DataCollectionBase.
NETiKA.Toolkit.ComponentModel.INTKBindingList.SortPropertyInherited from DataCollectionBase.
NETiKA.Toolkit.ComponentModel.INTKBindingList.SupportsChangeNotificationInherited from DataCollectionBase.
NETiKA.Toolkit.ComponentModel.INTKBindingList.SupportsSearchingInherited from DataCollectionBase.
NETiKA.Toolkit.ComponentModel.INTKBindingList.SupportsSortingInherited from DataCollectionBase.
NETiKA.Toolkit.Data.IDataList.ExpandedNodePropertyDescriptorInherited from DataCollectionBase.
NETiKA.Toolkit.Data.IDataList.FilterGet the current filter applied to the DataCollectionBase. (Inherited from DataCollectionBase)
NETiKA.Toolkit.Data.IDataList.GroupingCollectionInherited from DataCollectionBase.
NETiKA.Toolkit.Data.IDataList.IsFilteredGets the value indicating whether the DataCollectionBase is filtered. (Inherited from DataCollectionBase)
NETiKA.Toolkit.Data.IDataList.IsGroupedInherited from DataCollectionBase.
NETiKA.Toolkit.Data.IDataList.IsTreeInherited from DataCollectionBase.
NETiKA.Toolkit.Data.IDataList.ParentNodePropertyDescriptorInherited from DataCollectionBase.
NETiKA.Toolkit.Data.IDataList.SupportsFilteringGets the value indicating whether the DataCollectionBase is able to process filtering. (Inherited from DataCollectionBase)
NETiKA.Toolkit.Data.IDataList.SupportsGroupingInherited from DataCollectionBase.
NETiKA.Toolkit.Data.IDataList.SupportsTreeInherited from DataCollectionBase.
SupportsFilteringGets or sets the value indicating whether the filtering the items in a DataCollectionBase is supported. (Inherited from DataCollectionBase)
SupportsGroupingInherited from DataCollectionBase.
SupportsSearchingGets or sets the value indicating whether the searching the items in a DataCollectionBase is supported. (Inherited from DataCollectionBase)
SupportsSortingGets or sets the value indicating whether the sorting the items in a DataCollectionBase is supported. (Inherited from DataCollectionBase)
SupportsTreeInherited from DataCollectionBase.
SyncRootInherited from DataCollectionBase.
System.Collections.IList.IsFixedSizeWhen implemented by a class, gets a value indicating whether the IList has a fixed size. (Inherited from DataCollectionBase)
System.Collections.IList.IsReadOnlyWhen implemented by a class, gets a value indicating whether the IList is read-only. (Inherited from DataCollectionBase)
EventDescription
CollectionClearedAppears when the collection has been cleared. (Inherited from DataCollectionBase)
CollectionClearingAppears when the collection is being cleared. (Inherited from DataCollectionBase)
DefaultTextItemChangedAppears when the DefaultTextItem property of the TextItemCollection has been changed.
ItemInsertedAppears when an item has been inserted in a DataCollectionBase. (Inherited from DataCollectionBase)
ItemInsertingAppears when an item is being inserted in a DataCollectionBase. (Inherited from DataCollectionBase)
ItemIsDirtyChangedAppears when the IsDirty property of the TextItem of a TextItemCollection has been changed.
ItemNameChangedAppears when the Name property of the TextItem of a TextItemCollection has been changed.
ItemNameStyleChangedAppears when the NameStyle property of the TextItem of a TextItemCollection has been changed.
ItemRemovedAppears when an item has been removed in a DataCollectionBase. (Inherited from DataCollectionBase)
ItemRemovingAppears when an item is being removed in a DataCollectionBase. (Inherited from DataCollectionBase)
ItemSettedAppears when an item has been set in a DataCollectionBase. (Inherited from DataCollectionBase)
ItemSettingAppears when an item is being set in a DataCollectionBase. (Inherited from DataCollectionBase)
ItemTextChangedAppears when the Text property of the TextItem of a TextItemCollection has been changed.
ItemTextChangingAppears when the Text property of the TextItem of a TextItemCollection is being changed.
ItemValueChangedAppears when the value of an item of a DataCollectionBase has been changed. (Inherited from DataCollectionBase)
ItemValueStyleChangedAppears when the ValueStyle property of the TextItem of a TextItemCollection has been changed.
NETiKA.Toolkit.ComponentModel.INTKBindingList.ListChangedInherited from DataCollectionBase.
TextItemAddedAppears when a TextItem has been added in the TextItemCollection.
TextItemRemovedAppears when a TextItem has been removed in the TextItemCollection.
TextItemValueSetAppears when the value of a TextItem has been set in the TextItemCollection.

Inheritance Hierarchy

Object
DataCollectionBase
TextItemCollection

Class Information

NamespaceNETiKA.Toolkit.Forms
Flash LibraryGOAToolkit.scl
Flash Library Version0.20.3.0
Silverlight LibraryGOAToolkit.dll



© 2003-2007 NETiKA Technologies. All rights reserved.