UI Design Pattern in Model UI Fragment Properties@0.0.4

Contents

Up to Layout Properties

FragmentProperty: UI Design PatternStatus: EXPERIMENTAL

Documentation

Denotes if and if so which UI design patterns have been applied to the UI fragment. Multiple applicable patterns may solve similar problems regarding the UI design. If this is the case, the selection of design patterns is a matter of UI consistency.

Typed Element: → 'UIDesignPatternType'

Base Type: <NONE>
Abstract: Yes
Cardinality: 0..∞
From Model: UI Fragment Properties
Documentation: This data type is intended to create property statements regarding the use of design patterns or UI component alternatives. The use of design patterns is specified by either using a reference to an external definition or by using a predefined literal.

Instanciatable Types 4

Name: → 'URLType' Status: EXPERIMENTAL
Base Type: STRING
Abstract: No
Cardinality: 0..1
From Model: Common Property Types
Documentation: This type can be used to create actual well-formed URL string property statements.
This type can be used to create actual well-formed URL string property statements.
Name: → 'StringType' Status: EXPERIMENTAL
Base Type: STRING
Abstract: No
Cardinality: 0..1
From Model: Common Property Types
Documentation: This type can be used to create actual string property statements.
This type can be used to create actual string property statements.
Name: → 'IdentifierType' Status: EXPERIMENTAL
Base Type: STRING
Abstract: No
Cardinality: 0..1
From Model: Common Property Types
Documentation: This type can be used to actually create property statements the value of which is pointing to a resolvable entity.

Identifier

This type can be used to actually create property statements the value of which is pointing to a resolvable entity.
Name: → 'PredefinedUIDesignPatternType' Status: EXPERIMENTAL
Base Type: STRING
Abstract: No
Cardinality: 0..∞
From Model: UI Fragment Properties
Documentation: This enumerated type defines an unfinished list of basic UI design pattern types.

Enumerated Type

  • Drop Down = 0
  • Radio Buttons = 1
  • Check Boxes = 2
  • Accordeon = 3
  • Off-Canvas = 4
  • Tabs = 5
  • Pagination = 6
  • Bread Crumbs = 7
  • Badge = 8
  • Menu Bar = 9
  • Log = 10
  • Card = 11
  • Progress Bar = 12
  • Spinner = 13
  • Tooltip = 14
  • Toast = 15
  • Carousel = 16
  • Status Bar = 17
  • Word Cloud = 18
This enumerated type defines an unfinished list of basic UI design pattern types.