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:iconProvider

t:iconProvider

The t:iconProvider tag renders a component that provides custom node icons for a tree. It takes the fully-qualified name of a Java class implementing the Tomahawk IconProvider interface.

Example:

<t:iconProvider></t:iconProvider>

Tag Attributes

type String
Required
The type attribute expects a fully-qualified name of a Java class implementing the Tomahawk IconProvider interface. This class is responsible for providing a URL for a custom node icon in the tree.