
functions
files
intro
|
|
Configuration of dhcp-server |
include/dhcp-server/options.ycp |
Popups for table/popup mechanism |
|
|
Imports
- Address
- DhcpServer
- IP
- Label
Global Functions
- InitPopups ()
- array_ip_address_pair_widget ()
- array_ip_address_widget ()
- array_uint16_widget ()
- commonPopupInit (any opt_id, string key)
- commonPopupSave (any opt_id, string key)
- commonTableEntrySummary (any opt_id, string key)
- entry_array_store (any opt_id, string key)
- fetchValue (any opt_id, string key)
- flagInit (any opt_id, string key)
- flagStore (any opt_id, string key)
- flagSummary (any opt_id, string key)
- hardwareInit (any opt_id, string opt_key)
- hardwareStore (any opt_id, string opt_key)
- init_list (any opt_id, string key, string label)
- int32_widget ()
- ip_address_validate (any opt_id, string key)
- ip_address_widget ()
- ip_array_handle (any opt_id, string key, map event)
- ip_array_init (any opt_id, string key)
- ip_pair_array_handle (any opt_id, string key, map event)
- onoffInit (any opt_id, string key)
- onoffStore (any opt_id, string key)
- onoffSummary (any opt_id, string key)
- rangeInit (any opt_id, string key)
- rangeStore (any opt_id, string key)
- rangeValidate (any opt_id, string key)
- redraw_list (any opt_id, string key, map event, string label)
- storeValue (any opt_id, string key, any value)
- textWidgetInit (any opt_id, string key)
- textWidgetStore (any opt_id, string key)
- text_widget ()
- uint16_array_handle (any opt_id, string key, map event)
- uint16_array_init (any opt_id, string key)
- uint16_widget ()
- uint32_widget ()
- uint8_widget ()
|
|
|
global fetchValue (any opt_id, string key) -> any
|
|
Fetch value from structures
- Parameters:
opt_id |
any option id |
key |
string option key |
- Return value:
global storeValue (any opt_id, string key, any value) -> void
|
|
Store value to structures
- Parameters:
opt_id |
any option id |
key |
string option key |
value |
any value to store |
global commonPopupInit (any opt_id, string key) -> void
|
|
Fallback function to initialize the settings in the popup
- Parameters:
opt_id |
any option id |
key |
string option key |
global commonPopupSave (any opt_id, string key) -> void
|
|
Fallback function to save settings from the popup
- Parameters:
opt_id |
any option id |
key |
string option key |
global commonTableEntrySummary (any opt_id, string key) -> string
|
|
Fallback function to display summary text in the table
- Parameters:
opt_id |
any option id |
key |
string option key |
- Return value:
|
summary to be written to the table |
global textWidgetInit (any opt_id, string key) -> void
|
|
Initialize the settings in the popup
- Parameters:
opt_id |
any option id |
key |
string option key |
global textWidgetStore (any opt_id, string key) -> void
|
|
Summary function of a table entry / popup
- Parameters:
opt_id |
any option id |
key |
any option key |
global ip_address_validate (any opt_id, string key) -> boolean
|
|
Validate function of a popup
- Parameters:
opt_id |
any option id |
key |
any option key |
- Return value:
|
true if widget settings ok |
global redraw_list (any opt_id, string key, map event, string label) -> void
|
|
Redraw selection box widget
- Parameters:
opt_id |
any option id |
key |
any option key |
event |
map event that caused the operation |
label |
string label of the selection box |
global init_list (any opt_id, string key, string label) -> void
|
|
Initialize a selection box
- Parameters:
opt_id |
any option id |
key |
string option key |
label |
string label of the selection box |
global ip_array_init (any opt_id, string key) -> void
|
|
Initialize the settings in the popup
- Parameters:
opt_id |
any option id |
key |
string option key |
global ip_array_handle (any opt_id, string key, map event) -> void
|
|
Handle the event on the popup
- Parameters:
opt_id |
any option id |
key |
string option key |
event |
map event to be handled |
global entry_array_store (any opt_id, string key) -> void
|
|
Store function of a table entry / popup
- Parameters:
opt_id |
any option id |
key |
any option key |
global uint16_array_init (any opt_id, string key) -> void
|
|
Initialize the settings in the popup
- Parameters:
opt_id |
any option id |
key |
string option key |
global uint16_array_handle (any opt_id, string key, map event) -> void
|
|
Handle the event on the popup
- Parameters:
opt_id |
any option id |
key |
string option key |
event |
map event to be handled |
global ip_pair_array_handle (any opt_id, string key, map event) -> void
|
|
Handle the event on the popup
- Parameters:
opt_id |
any option id |
key |
string option key |
event |
map event to be handled |
global flagInit (any opt_id, string key) -> void
|
|
Initialize the settings in the popup
- Parameters:
opt_id |
any option id |
key |
string option key |
global flagStore (any opt_id, string key) -> void
|
|
Store function of a table entry / popup
- Parameters:
opt_id |
any option id |
key |
any option key |
global flagSummary (any opt_id, string key) -> string
|
|
Summary function of a table entry / popup
- Parameters:
opt_id |
any option id |
key |
any option key |
- Return value:
|
value to be displayed in the table |
global onoffInit (any opt_id, string key) -> void
|
|
Initialize the settings in the popup
- Parameters:
opt_id |
any option id |
key |
string option key |
global onoffStore (any opt_id, string key) -> void
|
|
Store function of a table entry / popup
- Parameters:
opt_id |
any option id |
key |
any option key |
global onoffSummary (any opt_id, string key) -> string
|
|
Summary function of a table entry / popup
- Parameters:
opt_id |
any option id |
key |
any option key |
- Return value:
|
value to be displayed in the table |
global uint8_widget () -> map
|
|
Get popup description map for an option type
- Return value:
global uint16_widget () -> map
|
|
Get popup description map for an option type
- Return value:
global uint32_widget () -> map
|
|
Get popup description map for an option type
- Return value:
global int32_widget () -> map
|
|
Get popup description map for an option type
- Return value:
global text_widget () -> map
|
|
Get popup description map for an option type
- Return value:
global ip_address_widget () -> map
|
|
Get popup description map for an option type
- Return value:
global array_ip_address_widget () -> map
|
|
Get popup description map for an option type
- Return value:
global array_uint16_widget () -> map
|
|
Get popup description map for an option type
- Return value:
global array_ip_address_pair_widget () -> map
|
|
Get popup description map for an option type
- Return value:
global hardwareInit (any opt_id, string opt_key) -> void
|
|
Initialization function of a table entry / popup
- Parameters:
opt_id |
any option id |
opt_key |
string option key |
global hardwareStore (any opt_id, string opt_key) -> void
|
|
Store function of a table entry / popup
- Parameters:
opt_id |
any option id |
opt_key |
string option key |
global rangeInit (any opt_id, string key) -> void
|
|
Initialization function of a table entry / popup
- Parameters:
opt_id |
any option id |
key |
string option key |
global rangeStore (any opt_id, string key) -> void
|
|
Store function of a table entry / popup
- Parameters:
opt_id |
any option id |
key |
string option key |
global rangeValidate (any opt_id, string key) -> boolean
|
|
Validate function of a popup
- Parameters:
opt_id |
any option id |
key |
string option key |
- Return value:
|
true if widget settings ok |
global InitPopups () -> void
|
|
Initialize popups
Create description map and copy it into appropriate variable of the
DhcpServer module
|