Hierarchy Tree - Visualize hierarchical data in a tree-like structure

Content Type: Widget
Categories: Utility,User Interface,Visualization

Overview

Hierarchy Tree Widget allows users to visualize and interact with hierarchical data in a tree-like structure. With this widget, users can easily navigate through different levels of hierarchy and gain insights into the relationships between various elements. Whether you're working with organizational structures, categories, or any other type of hierarchical data, this widget is designed to make your experience intuitive and efficient.

Usage of Hierarchy Tree Widget is governed by Intelizign EULA. T&Cs can be found here

Documentation

Hierarchy Tree Widget allows users to visualize and interact with hierarchical data in a tree-like structure. With this widget, users can easily navigate through different levels of hierarchy and gain insights into the relationships between various elements. Whether you're working with organizational structures, categories, or any other type of hierarchical data, this widget is designed to make your experience intuitive and efficient.


Features

  • Interactive Tree View: The widget presents hierarchical data in a tree format, making it easy for users to understand the parent-child relationships between different elements.
  • Expand and Collapse: Users can expand and collapse nodes in the tree to reveal or hide their child nodes, respectively. This helps to focus on specific parts of the hierarchy and keep the interface clean.
  • Hierarchical Levels: The widget provides a clear representation of different hierarchy levels. Users can see at a glance which elements are at higher or lower levels in the hierarchy.
  • Hover for Details: On hover, the widget provides additional details about elements. This feature allows users to access essential information without selecting the element.
  • Customizable Styling: The widget's appearance can often be customized to match the design and aesthetics of your application. This ensures seamless integration into your user interface.

Usage

  • Import the Hierarchy Tree Mendix Pluggable Widget into your Mendix project.
  • Configure the widget's data source to fetch hierarchical data from your Mendix entities.
  • Drag and drop the widget onto a Mendix page or layout.
  • Configure the widget's properties, such as data source and appearance settings.
  • Ensure that hover details are displayed when users interact with the widget.


Points to remember

  • Root object serve as the starting point of the hierarchy
  • Root object is object which do not have any reference
  • Only 1 root object should be there rest all the objects should have one reference self associated object with it.

Known Issues

[None]


To Do

  • Change hierarchy by drag and drop.
  • Customizing node icons

Releases

Version: 1.0.0
Framework Version: 9.0.5
Release Notes: - Initial release