Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Field Decorators and Validation"

 
Line 1: Line 1:
This document describes Use Cases and Solutions for field decorators of (1) Content Assist, (2) Required Fields, and (3) Errors/Warnings.  Each of these indicators are shown in various UI contexts, such as Dialog Boxes, Wizards, and Forms, in order to describe the design issues and apply a consistent solution where possible.  The main techniques that are described in the Blueprint Specifications and Solutions refer to icon/text treatment (size and position) at the Control-level, as well as messages at the UI-level.
+
This document describes Use Cases and Solutions for field decorators of (1) Content Assist, (2) Required Fields, and (3) Errors/Warnings.  Each of these indicators are shown in various UI contexts, such as Dialog Boxes, Wizards, and Forms, in order to describe the design issues and apply a consistent solution where possible.  The main techniques that are described in the Blueprint Specifications and Solutions refer to icon/text treatment (size and position) at the Control-level, as well as messages at the UI-level. <br />
 +
 
 +
{| class="indent" border="1" cellpadding="3"
 +
| '''Indicator (cue)'''
 +
| '''UI Context'''
 +
| '''UI Controls or Area'''
 +
|-
 +
| Content Assist
 +
| Dialog Boxes
 +
| Text Field
 +
|-
 +
| Required Fields
 +
| Wizards
 +
| Combo Box
 +
|-
 +
| Errors & Warnings
 +
| Forms
 +
| Drop-Down List Box
 +
|-
 +
|
 +
|
 +
| List Box
 +
|-
 +
|
 +
|
 +
| Table
 +
|-
 +
|
 +
|
 +
| Table Cell
 +
|-
 +
|
 +
|
 +
| Header
 +
|-
 +
|
 +
|
 +
| Body
 +
|-
 +
|
 +
|
 +
| Tab
 +
|}
 +
 
 +
 
 +
== Content Assist ==
 +
 
 +
 
 +
 
 +
== Required Input ==
 +
 
 +
 
 +
 
 +
== Error and Warning Messages ==

Revision as of 13:10, 10 November 2006

This document describes Use Cases and Solutions for field decorators of (1) Content Assist, (2) Required Fields, and (3) Errors/Warnings. Each of these indicators are shown in various UI contexts, such as Dialog Boxes, Wizards, and Forms, in order to describe the design issues and apply a consistent solution where possible. The main techniques that are described in the Blueprint Specifications and Solutions refer to icon/text treatment (size and position) at the Control-level, as well as messages at the UI-level.

Indicator (cue) UI Context UI Controls or Area
Content Assist Dialog Boxes Text Field
Required Fields Wizards Combo Box
Errors & Warnings Forms Drop-Down List Box
List Box
Table
Table Cell
Header
Body
Tab


Content Assist

Required Input

Error and Warning Messages

Back to the top