Bootloader installation and configuration |
include/bootloader/generic/global_options_widget.ycp |
Widget for configuring global boot options | |
|
|
This module has an unstable interface. |
Imports
Includes
Local VariablesLocal Functions |
local
_gow_options
->
map<string,any>
option cache and reader function
local
GOW_Init (string widget)
->
void
Init function of widget
- Parameters:
-
widget string id of the widget
local
GOW_Store (string widget, map event)
->
void
Store function of a widget
- Parameters:
-
widget string widget key event map event that caused the operation
local
GOW_Handle (string key, map event)
->
symbol
Handle function of a widget
- Parameters:
-
key any widget key event map event description of event that occured
- Return value:
-
always nil
local
GOW_Validate (string widget, map event)
->
boolean
Validate function of a widget
- Parameters:
-
widget string widget key event map event that caused validation
- Return value:
-
true if validation succeeded
local
genericGlobalBootOptionWidget ()
->
map<string,any>
Build a map describing a widget
- Return value:
-
a map describing a widget