62. DevicesSelectionBox

Expert Partitioner

62.1. Authors

  • Arvin Schnell <aschnell@suse.de>

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

    62.3. Global Functions

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

    62.3.2. GetSelectedDevices

    Returns list with the maps of the selected devices.

    Return value

    • list<map>

    62.3.3. GetUnselectedDevices

    Returns list with the maps of the unselected devices.

    Return value

    • list<map>

    62.4. Global Variables

    62.5. Module Requirements

    62.5.1. Module Imports

    • DualMultiSelectionBox
    • Integer
    • Storage
    • StorageFields

    62.5.2. Module Includes