Guidelines for Presenting Allowed Values

Previous Next

See Also

There are two categories of display types; those that allow the end-users to enter data and those that allow them to choose from a set of values.

The second category consists of the following display types: Check Box, Option Buttons, Dropdown List Box, and Slider. You must define the allowed values for each of these types.

Domains to which you have assigned these display types have a numbered list of values. If the column is mandatory, the first item on the list (i.e. the item with the lowest sequence number) will be used as the default value, unless you specify a default value when you define the domain.

· For Check Boxes three states are possible: checked, cleared, and undefined (containing a grey tickmark).

 

· For Option Buttons a separate button represents each value.

 

· For Dropdown List Boxes, the list will be extended by each value that you define.

 

· For Sliders, the minimum and maximum values are shown at each end of the scale.

NOTE:

Although these allowed values have a special appearance, their validity is checked at the conceptual level, not at the external level. Therefore, you can write constraints that check whether certain combinations of values are allowed. For example, you could write a constraint specifying that if the end-user chooses the first option from an Option Button group, they cannot then choose the third option from another Option Button group.