VirtualTreeViewModel Methods TIBCO Spotfire 7.6 API Reference

The VirtualTreeViewModel type exposes the following members.

Methods

  Name Description
Public method CheckAll
Checks all.
Protected method CheckAllCore
Checks all.
Public method Collapse
Collapses the node at specified index.
Protected method CollapseCore
Collapses the node at specified index.
Public method Expand
Expands the node at specified index.
Protected method ExpandCore
Expands the node at specified index.
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method HasCheckBoxesCore
If true checkboxes will be displayed next to nodes. Models that return true are expected to override SetCheckedCore(Int32, Boolean), CheckAllCore and UncheckOthersCore(Int32).
Protected method IsMultiSelectCore
If true the model is expected to support multiple selections and use the SelectedIndexes property instead of SelectedIndex
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method OnSelectionChangedCore
Called after the selection has changed.
Protected method OnUpdated
Raises the Updated event.
Public method SetChecked
Checks or unchecks the node at the specified index.
Protected method SetCheckedCore
Checks or unchecks the node at the specified index.
Public method UncheckOthers
Unchecks all nodes except specified index.
Protected method UncheckOthersCore
Unchecks all nodes except specified index.
Top
See Also

Reference