下拉按钮(Pulldown Button)

问题

用户需要在一组对象中选择其中一个。

解决方案

在视觉上以循环的方式呈现这些项目,这样一次就能选中一个项目。

how the items by their visual representation in a circular fashion so that one item can be selected at a time.

下拉按钮(Pulldown Button)_第1张图片
From www.funda.nl

何时使用

这些项目需要相当大的空间来显示,因为他们通常作为一张图片来显示。同时分配给项目的空间通常非常有限,仅够放5-8项。项目集合不应该太多,因为太多会花费更多时间去完成选择操作。当项目总数超过可见数目的3倍的时候请不要使用这个模式。

如何使用

在两端都有箭头按钮的矩形区域显示这些项目,同时高亮当前选中的项目。

为什么使用

tbw?

更多的例子

谷歌在回复(按钮)的设计上使用了下拉按钮,并隐藏了其他选项:

From Google.com

原文链接
http://www.welie.com/patterns/showPattern.php?patternID=pulldown-button

你可能感兴趣的:(下拉按钮(Pulldown Button))