pyanaconda.modules.runtime.user_interface.ui_interface ====================================================== .. py:module:: pyanaconda.modules.runtime.user_interface.ui_interface Classes ------- .. autoapisummary:: pyanaconda.modules.runtime.user_interface.ui_interface.UIInterface Module Contents --------------- .. py:class:: UIInterface Bases: :py:obj:`pyanaconda.modules.common.base.KickstartModuleInterfaceTemplate` DBus interface for the user interface module. .. py:method:: connect_signals() Connect the signals. .. py:property:: PasswordPolicies :type: Dict[Str, Structure] The password policies. .. py:property:: DisplayMode :type: Str The display mode for the installation. Possible values are "TUI", "GUI" and "cmdline". .. py:property:: DisplayModeNonInteractive :type: Bool The non-interactive flag for display mode. .. py:property:: DisplayModeTextKickstarted :type: Bool Report if text mode was explicitly requested via kickstart. .. py:property:: Vnc :type: Structure Specification of the vnc configuration. .. py:property:: IsFinal :type: Bool Does the installation environment declare itself as "final"? FIXME: This is a temporary getter. Replace it by the intended product API