199. PackagesUI

199.1. Authors

  • Gabriele Strattner (gs@suse.de)

  • Ladislav SlezĂĄk <lslezak@novell.com>

  • Purpose: Provides common dialogs related to

  • the package management.

199.2. Summary of Module Globals

List of Global Functions

  • ConfirmLicenses - Display unconfirmed licenses of the selected packages.

  • RunPackageSelector - Start the detailed package selection.

  • RunPatternSelector - Start the pattern selection dialog. If the UI does not support the PatternSelector, start the detailed selection with "patterns" as the initial view.

List of Global Variables

    199.3. Global Functions

    199.3.1. ConfirmLicenses

    Display unconfirmed licenses of the selected packages.

    Return value

    • boolean - true when all licenses were accepted (or there was no license to confirm)

    199.3.2. RunPackageSelector

    Start the detailed package selection.

    Function parameters

    • map<string,any> options

    Return value

    • symbol - Returns `accept or `cancel .

    199.3.3. RunPatternSelector

    Start the pattern selection dialog. If the UI does not support the PatternSelector, start the detailed selection with "patterns" as the initial view.

    Return value

    • symbol - Return `accept or `cancel

    199.4. Global Variables

    199.5. Module Requirements

    199.5.1. Module Imports

    • Label
    • ProductControl
    • ProductFeatures
    • Wizard

    199.5.2. Module Includes