218. PackagesUI

218.1. Authors

  • Gabriele Strattner (gs@suse.de)

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

  • Purpose: Provides common dialogs related to

  • the package management.

218.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

    218.3. Global Functions

    218.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)

    218.3.2. RunPackageSelector

    Start the detailed package selection.

    Function parameters

    • map<string,any> options

    Return value

    • symbol - Returns `accept or `cancel .

    218.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

    218.4. Global Variables

    218.5. Module Requirements

    218.5.1. Module Imports

    • Label
    • ProductControl
    • ProductFeatures
    • Wizard

    218.5.2. Module Includes