Routines for selecting interfaces opened in firewall
List of Global Functions
CreateInterfacesWidget - Get the widget description map
CreateOpenFirewallWidget - Get the widget description map of the firewall enablement widget
DisableOpenFirewallWidget - Disable the whole firewal widget
DisplayDetailsPopup - Display the firewall interfaces selection as a popup
EnableOpenFirewallWidget - Enable the whole firewal widget
InitAllowedInterfaces - Initialize the list of allowed interfaces Changes the internal variables
InterfacesHandle - Handle function of the widget
InterfacesHandleWrapper - Handle function of the widget
InterfacesInit - Init function of the widget
InterfacesInitWrapper - Init function of the widget
InterfacesStore - Store function of the widget
InterfacesStoreWrapper - Store function of the widget
InterfacesValidate - Validate function of the widget
InterfacesValidateWrapper - Validate function of the widget
Modified - Check if settings were modified by the user
OpenFirewallHandle - Handle the immediate start and stop of the service
OpenFirewallHandleWrapper - Handle the immediate start and stop of the service
OpenFirewallHelp - Get the help text to the firewall opening widget
OpenFirewallHelpTemplate - Get the template for the help text to the firewall opening widget
OpenFirewallInit - Initialize the open firewall widget
OpenFirewallInitWrapper - Init function of the widget
OpenFirewallModified - Check if the widget was modified
OpenFirewallStore - Store function of the widget
OpenFirewallStoreWrapper - Store function of the widget
OpenFirewallWidgetExists - Check whether the whole firewall widget ( open port checkbox and fw details button) exists
StoreAllowedInterfaces - Store the list of allowed interfaces Users the internal variables
List of Global Variables
Get the widget description map
Function parameters
map<string,any> settings
Return value
map<string,any> - the widget description map
Get the widget description map of the firewall enablement widget
Function parameters
map<string,any> settings
Return value
map<string,any> - the widget description map
Display the firewall interfaces selection as a popup
Function parameters
map<string,any> settings
Return value
symbol - return value of the dialog
Initialize the list of allowed interfaces Changes the internal variables
Function parameters
list<string> services
Return value
void
Handle function of the widget
Function parameters
map<string,any> widget
string key
map event
Return value
symbol - for wizard sequencer or nil
Handle function of the widget
Function parameters
string key
map event
Return value
symbol - for wizard sequencer or nil
Init function of the widget
Function parameters
map<string,any> widget
string key
Return value
void
Init function of the widget
Function parameters
string key
Return value
void
Store function of the widget
Function parameters
map<string,any> widget
string key
map event
Return value
void
Store function of the widget
Function parameters
string key
map event
Return value
void
Validate function of the widget
Function parameters
map<string,any> widget
string key
map event
Return value
boolean - true if validation succeeded, false otherwise
Validate function of the widget
Function parameters
string key
map event
Return value
boolean - true if validation succeeded, false otherwise
Check if settings were modified by the user
Return value
boolean - true if settings were modified
Handle the immediate start and stop of the service
Function parameters
map<string,any> widget
string key
map event
Return value
symbol - always nil
Handle the immediate start and stop of the service
Function parameters
string key
map event
Return value
symbol - always nil
Get the help text to the firewall opening widget
Function parameters
boolean restart_displayed
Return value
string - help text
Get the template for the help text to the firewall opening widget
Function parameters
boolean restart_displayed
Return value
string - help text template with %1 and %2 placeholders
Initialize the open firewall widget
Function parameters
map<string,any> widget
string key
Return value
void
Init function of the widget
Function parameters
string key
Return value
void
Check if the widget was modified
Function parameters
string key
Return value
boolean - true if widget was modified
Store function of the widget
Function parameters
map<string,any> widget
string key
map event
Return value
void
Store function of the widget
Function parameters
string key
map event
Return value
void
Check whether the whole firewall widget ( open port checkbox and fw details button) exists
Return value
boolean - true if both widgets exist