Indicators are text labels with graphics used to indicate the item is selectable, and what it will do. This pagination example uses arrows to emphasize the "previous" and "next" actions. The icon on the page location indicates that it is also a link, allowing direct access to page controls.

Problem

You must allow the user to initiate actions, submit information, or force a state change, from within any context.

An Indicator is simply a link with an adjacent graphic (or text icon). They can be easily implemented on any platform.

Solution

The Indicator pattern is a type of action initiator between a Link and a Button. You always use Indicators with text labels, and may perform any action: linking, state changes, and commit actions.

There is significant overlap between these three patterns, and the Icon pattern; there are some cases where the decision as to which to use is up to consistency and style.

This pattern may be used to express a hierarchical relationship between items. The Indicator would be considered more important than a conventional underlined Link and less important than a typical Button. Use caution with this, and try to use parallel controls for similar types of actions as much as possible. See the Button pattern for some additional discussion of this.

To the left, icons in this call history list are used to denote which phone type was used; selecting the item will dial the indicated number. To the right, the same list instead has no direct actions, but will load additional details for each number as indicated by the right arrows to the right of each line item.

Variations

Indicators are expressed in a limited number of ways, but can indicate three different types of meaning.

Interaction Details

There are few special or innovative interaction methods available for this pattern. The text will be selectable, usually in the exact some manner as the Link.

Whenever technically feasible, the indicator icon should also be selectable. As long as the text label indicates focus, on hover-state interfaces, there is no need for you to make the icon change also, although you may if it would assist in clarity or improve the interactivity of the product.

Indicators can be mixed with pure icons, links and buttons. Use labeled Indicators when an icon may not be clear enough, or a text link would not be immediately scannable.

Presentation Details

Indicators are almost entirely associated with text. Even when the text is positioned alone, or as a part of a list, the graphic should be inline with the text, and therefore immediately to the left or right of the text.

Which position is used will often carry meaning, so should be carefully considered. If the function is "forward" or "next," for example, then the Indicator icon will be facing right. It may be a good idea to place the indicator to the right of the text in this case. The "next" and "back" indicators used alongside text labels in the Pagination pattern are a good example.

Graphic icons are the most common type of Indicator used. When used without a text label, or when the icon becomes the most prominent item (with text supporting) this becomes an Icon pattern instead. For the Indicator pattern, the supporting icon should not be much larger than the vertical height of the text.

For use of the Indicator in lists, also compare to the Thumbnail List pattern.

Icons may be of any style, but like the text must be consistent, and match the brand and other design guidelines of the site, application, or OS.

Indicator icons may be special text characters, when working in constrained environments.. See the list in the Button pattern for some useful, universally-available text items. If special typefaces can be loaded, you can use more interesting text icons, often with great efficiency in space, speed and complexity of the code.

Antipatterns

Avoid placing indicators above or below the text. Centered below the text, for example, may appear to be the most space-efficient location, but in fact is likely to be perceived as on another line, and either nonsensical or associated with other items on the second line. If this layout is needed, instead use an Icon.

Do not use an Icon or Indicator just to be consistent, or to add visual flair. Assure all indicators are accurate, truthful and clearly explain themselves.

Do not use Indicators' with a clear meaning which they too not actually carry out. A common error is the use of the right arrow to mean "more" when the specific item loads as a Pop-Up, or loads a new application entirely. This should, instead, only be used when a "next" page is loaded, preferably by visibly sliding in as a Film Strip item.


Next: Icon


Discuss & Add

Please do not change content above this like, as it's a perfect match with the printed book. Everything else you want to add goes down here.

Examples

If you want to add examples (and we occasionally do also) add them here.

Make a new section

Just like this. If, for example, you want to argue about the differences between, say, Tidwell's Vertical Stack, and our general concept of the List, then add a section to discuss. If we're successful, we'll get to make a new edition and will take all these discussions into account.

Indicator (last edited 2011-07-31 21:01:28 by shoobe01)