Tree
Presentation features for Tree component.
Classes
Name | Description | |
---|---|---|
PresentationTreeDataProvider | Presentation Rules-driven tree data provider. | |
UnifiedSelectionTreeEventHandler | Tree event handler that handles unified selection. |
Enumerations
Name | Description | |
---|---|---|
InfoTreeNodeItemType | Type that is assigned to a PresentationInfoTreeNodeItem to determine what type of message an item conveys. |
Global Functions
Name | Description | |
---|---|---|
createInfoNode | ||
customizeTreeNodeItem | Applies customization from Node to TreeNodeItem. | Deprecated |
isFilterablePresentationTreeNodeItem | Function that check if supplied PresentationTreeNodeItem is FilterablePresentationTreeNodeItem. | |
isPresentationInfoTreeNodeItem | Function that checks if supplied TreeNodeItem is PresentationInfoTreeNodeItem. | |
isPresentationTreeNodeItem | Function that checks if supplied TreeNodeItem is PresentationTreeNodeItem. | |
PresentationTree | Component that provides a convenient API for using usePresentationTreeState hook with ControlledTree. | |
PresentationTreeNodeRenderer | Component for rendering tree nodes produced by PresentationTreeDataProvider. | |
PresentationTreeRenderer | Tree renderer component that enables hierarchy level filtering in trees using PresentationTreeDataProvider. | |
useControlledPresentationTreeFiltering | A custom hook that creates filtered model source and node loader for supplied filter. | |
useFilterablePresentationTree | Hook that enables hierarchy level filtering with action handlers for setting and clearing filters. | |
useHierarchyLevelFiltering | Custom hook that creates callbacks for filtering hierarchy levels in the tree. | |
usePresentationTreeNodeLoader | Custom hooks which creates PagedTreeNodeLoader with PresentationTreeDataProvider using | Deprecated |
usePresentationTreeState | Custom hook that creates and manages state for ControlledTree component based on presentation data. | |
useUnifiedSelectionTreeEventHandler | A custom hook which creates and disposes UnifiedSelectionTreeEventHandler | Deprecated |
Interfaces
Type Aliases
Name | Description | |
---|---|---|
FilterablePresentationTreeNodeItem | Describes tree node item that supports hierarchy level filtering. | |
HierarchyLevelFilteringDescriptor | Describes descriptor used for hierarchy level filtering. | |
PresentationTreeProps | Props for PresentationTree component. |
Last Updated: 06 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.