Name | Description |
---|---|
Activate(IEnumerable<DataModelObject>) | Multi-selects a list of objects in the tree. |
ClearFilter() | Clears the current filter. |
ClearSort() | Clears the current sort. |
Filter(String, String, ObjectState, VisibilityType) | Filters the tree objects based on given parameters. |
Find(String, Func<DataModelObject, Boolean>, String, ObjectState) | Gets a list of all objects with the specified parameters. |
GetPathToFirstActiveObject() | Gets the full path that needs to be typed in order to go to the selected object. |
Group(IEnumerable<DataModelObject>) | Groups a list of objects together. |
IsSorted() | Checks if the tree is currently sorted alphabetically. |
Refresh() | Refreshes the tree. |
Sort(SortingType, Boolean) |
Sorts the tree objects based on given parameters.
Type of sorting to apply.Wheter to sort in reverse order.ExtAPI.DataModel.Tree.Sort() ExtAPI.DataModel.Tree.Find(type=SortingType.Alphabetical, reverse=False) |
Suspend() ***OBSOLETE*** Use 'Transaction' instead. | Prevents the tree from being updated. |
Name | Description |
---|---|
ActiveObjects | Gets a list of all selected objects. |
AllObjects | Gets a list of all objects available in the tree. |
CurrentFilter | Gets the current filter applied on the tree. |
CurrentSearchGraphics | Gets the current visibility. |
CurrentSearchState | Gets the current search state. |
CurrentSearchString | Gets the current search string (name/tag). |
FirstActiveObject | Gets the first object selected in the tree. |
GroupingFoldersVisible | Controls whether or not group folders are visible. |