feathers.data

..
ArrayCollection

Wraps an Array in the common IFlatCollection API used for data collections by many Feathers UI controls, including ListView and TabBar.

ArrayHierarchicalCollection

Wraps an Array data source with a common API for use with UI controls that support hierarchical data, such as TreeView or TreeGridView.

ButtonBarItemState

Represents the current state of a ButtonBar button renderer.

DatePickerItemState

Represents the current state of a DatePicker item renderer.

GridViewCellState

Represents the current state of a GridView cell renderer.

GridViewHeaderState

Represents the current state of a GridView header renderer.

GroupListViewItemState

Represents the current state of a GroupListView item renderer.

GroupListViewItemType

Types of item displayed by a GroupListView component.

IFlatCollection

Interface for collections of flat data, such as arrays or other lists.

IHierarchicalCollection

Interface for collections of hierarchical data, such as trees.

ISortOrderObserver

An observer of feathers.data.SortOrder.

ListViewItemState

Represents the current state of a ListView item renderer.

PageIndicatorItemState

Represents the current state of a PageIndicator toggle button.

RouteState

Represents the current state of a RouterNavigator view.

SortOrder

Constants for sorting of items in a collection.

TabBarItemState

Represents the current state of a TabBar tab renderer.

TreeCollection

Wraps an Array data source with a common API for use with UI controls that support hierarchical data, such as TreeView or TreeGridView.

TreeGridViewCellState

Represents the current state of a TreeGridView cell renderer.

TreeGridViewHeaderState

Represents the current state of a TreeGridView header renderer.

TreeNode

A node in a TreeCollection object.

TreeViewItemState

Represents the current state of a TreeView item renderer.