Documentation
TomahawkTools

Search 

Contents

  1. Introduction
  2. Getting Started
  3. Tomahawk Concepts
  4. Code View Support
  5. Design View Support
  6. Tag Object Toolbars
  7. Server Behaviors
  8. Property Inspectors
Selected 9. Tomahawk Tag Reference

10. Tomahawk Tag Reference

Contents > Tomahawk Tag Reference > t:treeSelectionListener

t:treeSelectionListener

The t:treeSelectionListener tag expects the fully-qualified name of a Java class implementing the Tomahawk TreeSelectionListener interface. It registers an instance of this class as an event listener for tree node selection events on the parent tree component.

Example:

<t:treeSelectionListener></t:treeSelectionListener>

Tag Attributes

type String
Required
The type attribute specifies the fully-qualified Java class name of the TreeSelectionListener implementation to be registered with this component. A new instance of this class will be created by the tag.