Interaction Blocking Type in Model UI Fragment Properties@0.0.3

Contents

Up to Dialog Description Properties

FragmentProperty: Interaction Blocking TypeStatus: EXPERIMENTAL

Documentation

Denotes how the activation of the ui fragment (e.g. in case it is realized as a dialog) alters the mode of user interaction with other parts of the ui solution. Possible values are: System Modal: The occurence of the fragment's dialog blocks all other interaction with the platform. In order to contunue the interaction to other parts of the system, closing this ui fragment is required. Application Modal: Instead of blocking the system interaction, only the interaction to the ui fragment containing ui solution is blocked until this ui fragment's dialog is closed. Non-Modal: This ui fragment constitutes a dialog that does not block the interaction to any other parts of the ui solution. Main View: This ui fragment does not provide a stand-alone dialog and shall be seamlessly integrated into the main system representation of the ui solution. Side View: Instead of being integrated to the main content display, this ui fragment should be integrated in a side view, e.g. a panel providing general tools. Context Side View: The ui fragment should be integrated into a side view and provides contextful content, depending on the user interaction to other main or side views. Context Focused View: The ui fragment provides interaction contextful content, that should directly be present close to the current user interaction hot spot, e.g. a context help popup. Usually this kind of dialogs should not interrupt the user interaction or should be ignorable by the user. Thus, it is also required that the ui fragment disposes itself once the user interaction continues at another hotspot that also causes a change of the contextually relevant information.

Typed Element: → 'InteractionBlockingTypeType'

Instanciatable Types 1

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

Enumerated Type

  • System Modal = 0
  • Application Modal = 0
  • Non-Modal = 0
  • Main View = 0
  • Side View = 0
  • Context Side View = 0
  • Context Focused View = 0