58. DevicesSelectionBox

Expert Partitioner

58.1. Authors

  • Arvin Schnell <aschnell@suse.de>

58.2. Summary of Module Globals

List of Global Functions

  • Create - The maps for the devices must contain the entries "device" and "size_k".

  • GetSelectedDevices - Returns list with the maps of the selected devices.

  • GetUnselectedDevices - Returns list with the maps of the unselected devices.

List of Global Variables

    58.3. Global Functions

    58.3.1. Create

    The maps for the devices must contain the entries "device" and "size_k".

    Function parameters

    • list<map> unselected_devices

    • list<map> selected_devices

    • list<symbol> fields

    Return value

    • term

    58.3.2. GetSelectedDevices

    Returns list with the maps of the selected devices.

    Return value

    • list<map>

    58.3.3. GetUnselectedDevices

    Returns list with the maps of the unselected devices.

    Return value

    • list<map>

    58.4. Global Variables

    58.5. Module Requirements

    58.5.1. Module Imports

    • DualMultiSelectionBox
    • Integer
    • Storage
    • StorageFields

    58.5.2. Module Includes