Sun Web Application Guidelines - Version 4.1
Search Guidelines    |    Send Feedback   |    Developers.sun.com

How To Use These Guidelines - An Introduction
 

5 Top-Level Navigation > 5.5 Common Tasks Page > 5.5.3 Action-Based Tasks

5.5.3 Action-Based Tasks

Action-based tasks perform actions that can alter the state of the system. The required interactions can take place in a pop-up window or an inline wizard.

Examples:

Required

5.5.3.1 Action-Based Tasks: Flow Diagrams

Click on the links in the table below to jump to flow diagrams with more details about the interactions that take place when the user clicks on a common task.

One possibility is that there is only one object, and no further selection is needed. This may be true for a log file, or a preferences page, for example.

Action-Based
Task Flow Diagram
Description
5.5.3.1.1 Updating
Global Settings

When the user's action effects global settings or specific objects or places in the application, allow the user to carry out the task in the appropriate way based on the requirements of the task.

The task may either require:

Note: This is the only time when at the end of the task, the user is not taken to another page in the interface.

A second possibility is where there are multiple available objects, and the user will want to update one or more of them. The flow for such situations depends on how many objects the user will have to look through to find the object they want.

Action-Based
Task Flow Diagram
Description
5.5.3.1.2 Updating One or More Instances From Among Up to 25 Objects

When the user wants to perform an action on multiple objects the objects to act on must be selected first. The items are listed and the user chooses one. The following methods can be used:

  • List items in a table with selection radio buttons. Include additional columns of attributes for identification purposes if they are useful.
  • Use a list box with at least 4 visible rows plus vertical scrollbars.

Note: Multiple objects could also be selected using a check box column instead of radio buttons or by other selection methods.

5.5.3.1.3 Updating One or More Instances From Among 25 to 150 Objects

When the user wants to perform an action on multiple objects the objects to act on must be selected first. The items are listed and the user can choose one or perform a search to narrow down the list. For the list, you can use one of these methods:

  • List items in a table with selection radio buttons (paginated when necessary). Include additional columns of attributes for identification purposes, and offer basic filter and sort if they are useful.
  • Use a list box with at least 4 visible rows plus vertical scrollbars.

A search is included so the user can quickly find a recognizable item.

5.5.3.1.4 Updating One or More Instances From Among More Than 150 Objects When the user wants to perform an action on multiple objects the objects to act on must be selected first. The items are not listed. The user should search to narrow down the list.

Back to Top

5 Top-Level Navigation > 5.5 Common Tasks Page > 5.5.3 Action-Based Tasks

Back to Top

Privacy Policy  |  Terms of Use  |  Trademarks  |  Copyright 2007 Sun Microsystems, Inc.