Bootloader installation and configuration |
include/bootloader/routines/widgets_i386.ycp |
Widgets for being used by bootloader for i368 | |
|
|
This module has an unstable interface. |
Includes
Local VariablesLocal Functions
|
local
InitBootMenu (string widget)
->
void
Init function of widget
- Parameters:
-
widget string id of the widget
local
StoreBootMenu (string widget, map event)
->
void
Store function of a widget
- Parameters:
-
widget string widget key event map event that caused the operation
local
HandleBootMenu (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
BootMenuWidget ()
->
map<string,any>
Build a map describing a widget
- Return value:
-
a map describing a widget
local
InitPasswdWidget (string widget)
->
void
Init function of widget
- Parameters:
-
widget string id of the widget
local
HandlePasswdWidget (string widget, map event)
->
symbol
Handle function of a widget
- Parameters:
-
widget string id of the widget event map event description of event that occured
- Return value:
-
always nil
local
StorePasswdWidget (string key, map event)
->
void
Store function of a popup
- Parameters:
-
key any widget key event map event that caused the operation
local
ValidatePasswdWidget (string key, map event)
->
boolean
Validate function of a popup
- Parameters:
-
key any widget key event map event that caused validation
- Return value:
-
true if widget settings ok
local
PasswordWidget ()
->
map<string,any>
Build a map describing a widget
- Return value:
-
a map describing a widget
local
_i386_widgets
->
map<string,map<string,any> >
Cache for i386Widgets function
local
i386Widgets ()
->
map<string,map<string,any> >
Get widgets specific for i386
- Return value:
-
a map describing all i386-specific widgets