Immersion Mode in Model UI Fragment Properties@0.0.1

Contents

Up to Dialog Description Properties

FragmentProperty: Immersion ModeStatus: EXPERIMENTAL

Documentation

Denotes how this ui fragment intends to lead the user's focus or limit his/her interaction focus, especially compared to other ui fragments in a comparable role within the ui solution. Possible values are: Integrated: The ui fragment does not require any aberrate interaction. Integrated on Top: The ui fragment may visually integrate with other ui fragments, but does not accept any overlapping parts. A possible use case may be an alarm display, that must always be visible to the user without being overlayed by a dialog. Full Screen: The ui fragment prefers to be the only visible content element, with optional available ui control elements. Full Screen preferred: The ui fragment is designed to be the only visible content, but also copes with other display modes. Immersive: When being displayed, e.g. in full-screen mode, no other controls shall be visible at all.

Typed Element: → 'ImmersionModeType'

Instanciatable Types 1

Name: → 'ImmersionModeType' Status: EXPERIMENTAL
Base Type: STRING
Abstract: No
Cardinality: 0..∞
From Model: UI Fragment Properties
Documentation: <NONE>

Enumerated Type

  • Integrated = 0
  • Integrated On Top = 0
  • Full Screen = 0
  • Full Screen Preferred = 0
  • Immersive = 0