| Interface | Description |
|---|---|
| Closeable |
Templates that want to trigger the closing of the info tip must implement this
interface and fire a ACTION_CLOSE_CMD action when closing the tip is desired.
|
| 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 for combining multiple SingleItemTemplates into a larger panel.
|
| 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 |