feathers.controls.dataRenderers

..
HierarchicalItemRenderer

A branch and leaf renderer for hierarchical data containers, such as TreeView and TreeGridView.

IDataRenderer

A type of UI component that displays arbitrary data from a component such as ListView.

IGridViewCellRenderer

A cell renderer optimized for the GridView component.

IGridViewHeaderRenderer

A header renderer optimized for the GridView component.

IGroupListViewItemRenderer

An item renderer optimized for the GroupListView component.

IHierarchicalDepthItemRenderer

An item renderer that appears with a hierarchical collection and has awareness of its depth. A common use would be to determine how far to indent the content of items that are deeper in the hierarchy.

IHierarchicalItemRenderer

An item renderer optimized for hierarchical data.

IListViewItemRenderer

An item renderer optimized for the ListView component.

IOptionalHierarchyItemRenderer

An item renderer for hierarchical data containers that may optionally hide any indicators that it is rendered in a hierarchy. Used by TreeGridView to differentiate between the first column and other columns.

ITreeGridViewCellRenderer

A cell renderer optimized for the TreeGridView component.

ITreeGridViewHeaderRenderer

A header renderer optimized for the TreeGridView component.

ITreeViewItemRenderer

An item renderer optimized for the TreeView component.

ItemRenderer

A generic renderer for UI components that display data collections.

LayoutGroupItemRenderer

A generic renderer with support for layout that may support any number of children. Designed to be used by UI components that display data collections, such as ListView.

SortOrderHeaderRenderer

A header renderer for GridView and TreeGridView. Includes a sort order indicator on the right side.