Immersion Mode in Model UI Fragment Properties@0.0.4

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.

Typed Element: → 'ImmersionModeType'

Instanciatable Types 1

Name: → 'ImmersionModeType' Status: EXPERIMENTAL
Base Type: STRING
Abstract: No
Cardinality: 0..∞
From Model: UI Fragment Properties
Documentation: This enumerated type is intended to create property statements on the chosen mode on how the UI fragment is being integrated into the user's percieved view of the environment.

Enumerated Type

  • Integrated = 0
    The UI fragment is being integrated into a containing application.
  • Integrated On Top = 1
    The UI fragment is being integrated in an interactive system, but keeps staying on top in order to keep the interaction channel to the user always open.
  • Full Screen = 2
    The UI fragment will be displayed in full-screen, and thus, excluding all other information in and output from the interactive surface displaying the full screen fragment, except system controls and status information. This may be helpful in situations that demand exluding any distrcting information, but could also be harmful in case any important information is being hidden.
  • Full Screen Preferred = 3
    The UI fragment has full-screen abilities and may even be optimized for this kind of display mode. However the user may choose whether the full-screen mode is being activated or not and even the system may eventually switch off the full-screen.
  • Immersive = 4
    The UI fragment is intended to be set to a fully immersive mode where even system controls and information is hidden.
This enumerated type is intended to create property statements on the chosen mode on how the UI fragment is being integrated into the user's percieved view of the environment.