| Interface | Description | |
|---|---|---|
| IAutoCompleteSource | A source of items to display in the pop-up list of an AutoComplete component. | |
| IHierarchicalCollection | An interface for hierarchical collections. | |
| IHierarchicalCollectionDataDescriptor | An adapter interface to support any kind of data source in hierarchical collections. | |
| IListCollection | Interface for list collections. | |
| IListCollectionDataDescriptor | An adapter interface to support any kind of data source in ListCollection. |
| Class | Description | |
|---|---|---|
| ArrayChildrenHierarchicalCollectionDataDescriptor | A hierarchical data descriptor where children are defined as arrays in a property defined on each branch. | |
| ArrayCollection | Wraps an Array in the common IListCollection API used by many Feathers UI controls, including List and TabBar. | |
| ArrayHierarchicalCollection | Wraps an Array data source with a common API for use with UI controls that support hierarchical data. | |
| ArrayListCollectionDataDescriptor | An IListCollectionDataDescriptor implementation for Arrays. | |
| HierarchicalCollection | Wraps a two-dimensional data source with a common API for use with UI controls that support this type of data. | |
| ListCollection | Wraps a data source with a common API for use with UI controls, like lists, that support one dimensional collections of data. | |
| LocalAutoCompleteSource | Creates a list of suggestions for an AutoComplete component by searching through items in a ListCollection. | |
| SortOrder | Constants for sorting of items in a collection. | |
| URLAutoCompleteSource | Creates a list of suggestions for an AutoComplete component by loading data from a URL. | |
| VectorCollection | Wraps a Vector in the common IListCollection API used by many Feathers UI controls, including List and TabBar. | |
| VectorHierarchicalCollection | Wraps a Vector data source with a common API for use with UI controls that support hierarchical data. | |
| VectorIntListCollectionDataDescriptor | An IListCollectionDataDescriptor implementation for Vector.<int>. | |
| VectorListCollectionDataDescriptor | An IListCollectionDataDescriptor implementation for Vectors. | |
| VectorNumberListCollectionDataDescriptor | An IListCollectionDataDescriptor implementation for Vector.<Number>. | |
| VectorUintListCollectionDataDescriptor | An IListCollectionDataDescriptor implementation for Vector.<uint>. | |
| XMLListCollection | Wraps an XMLList in the common IListCollection API used by many Feathers UI controls, including List and TabBar. | |
| XMLListHierarchicalCollection | Wraps an XML data source with a common API for use with UI controls that support hierarchical data. | |
| XMLListListCollectionDataDescriptor | An IListCollectionDataDescriptor implementation for XMLLists. |