Bootloader installation and configuration |
include/bootloader/routines/widgets.ycp |
Common widgets for being used by several bootloaders | |
|
|
This module has an unstable interface. |
Imports
Includes
Local VariablesLocal Functions
|
Init function for widget value
- Parameters:
-
widget any id of the widget
Store function of a widget
- Parameters:
-
widget any widget key event map event description of event that occured
Map of fallback handlers for events on sections
Handle function of a widget (InputField + browse button)
- Parameters:
-
widget any widget key event map event description of event that occured
- Return value:
-
nil
Handle function of a widget (InputField + browse button) Asks for directory instead file
- Parameters:
-
widget any widget key event map event description of event that occured
- Return value:
-
nil
Generic widget of a inputfield + browse button Use validation function from validation_map if it is necessary create own definition of widget
- Parameters:
-
id
- Return value:
-
CWS widget
Validate function of the name widget
- Parameters:
-
widget any widget key event map event description of event that occured
- Return value:
-
true if widget settings ok
Store function of the name widget
- Parameters:
-
widget any widget key event map event description of event that occured
Init function of the root device widget
- Parameters:
-
widget any id of the widget
Store function of the root device widget
- Parameters:
-
widget any widget key event map event description of event that occured
Handle function of the root device widget
- Parameters:
-
widget any widget key event map event description of event that occured
- Return value:
-
to return to wizard sequencer, or nil
Init function of widget
- Parameters:
-
widget any id of the widget
Init function of widget
- Parameters:
-
widget any id of the widget
Widget for selecting section type
- Return value:
-
widget
Handle function of a widget
- Parameters:
-
widget string widget key event map event description of event that occured
- Return value:
-
to return to wizard sequencer, or nil
Cache for CommonSectionWidgets
Get common widgets for loader sections
- Return value:
-
a map describing common loader section related widgets