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"

(Blueprint Specifications)
(Content Assist)
Line 47: Line 47:
  
  
 +
<table border="1" cellpadding="2" cellspacing="2" width="100%">
 +
    <tr>
 +
      <th width="8">#</th>
 +
      <th width="800">Use Cases</th>
 +
      <th width="100">UI Control</th>
 +
      <th width="500">Technique/Comments</th>
 +
    </tr>
 +
    <tr>
 +
      <th width="8">1</th>
 +
      <td>text</td>
 +
      <td>text</td>
 +
      <td>
 +
      <ul>
 +
        <li>Text Field</li>
 +
      </ul>
 +
      </td>
 +
    </tr>
 +
    <tr>
 +
      <th width="8">2</th>
 +
      <td>text</td>
 +
      <td>text</td>
 +
      <td>
 +
      <ul>
 +
        <li>Dialog Boxes</li>
 +
      </ul>
 +
      </td>
 +
    </tr>
 +
 
 +
</table>
  
 
== Required Input ==
 
== Required Input ==

Revision as of 15:21, 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)
  • Content Assist
  • Required Input
  • Errors & Warnings
UI Controls or Area
  • Text Field
  • Combo Box
  • Drop-Down List Box
  • List box
  • Table
  • Table Cell
  • Header
  • Body
  • Tab
UI Context
  • Dialog Boxes
  • Wizards
  • Forms


Content Assist

# Use Cases UI Control Technique/Comments
1 text text
  • Text Field
2 text text
  • Dialog Boxes

Required Input

Error and Warning Messages

Blueprint Specifications

BlueprintSpecifications.gif

Back to the top