| Interface | Description |
|---|---|
| ActiveTemplate |
Templates which can inform parent about change of its size or can request removal from the parent object.
|
| ItemTemplate |
Template which can be part of vertical list of templates (for example
MultiItemTemplate). |
| Template |
Provides the content to a InfoTip.
|
| Class | Description |
|---|---|
| ActionTemplate |
A template for an action (and explation) that the user can click on to perform the action.
|
| BalloonTemplate |
Template for a 'balloon' like infotip that can float next to a component until
the user hits the built in close button, or an optional timer is hit, or the InfoTip is programatically closed.
|
| BasicTemplate |
An implementation of an infotip template that can contain any content.
|
| ColorTemplate |
Show a visual square of color (and an optional picker for a new color).
|
| MultiItemTemplate |
A InfoTip template combining multiple
ItemTemplates to one menu. |
| SegmentedControlTooltipTemplate |
InfoTip template for SegmentedControls which can display different name, description, or both; for each segment in the control.
|
| SingleItemTemplate |
A standard template to show one item in an InfoTip.
|
| StatusSummaryTemplate |
Template to show a summary of status, e.g.
|
| TemplateUtils |
Helper methods for Template work.
|
| Enum | Description |
|---|---|
| SingleItemTemplate.Severity |