Routines for Table/Popup interface
List of Global Functions
CreateTableDescr - Get the map with the table widget
DisableTable - Disable whole table
EnableTable - Enable whole table (except buttons that should be grayed according to currently selected table row
TableHandle - Handle the event that happened on the table
TableHandleWrapper - Wrapper for TableHandle using CWM::GetProcessedWidget () for getting widget description map
TableInit - Initialize the displayed table
TableInitWrapper - Wrapper for TableInit using CWM::GetProcessedWidget () for getting widget description map
askForNewOption - Displaye popup for option to edit choosing
deleteTableItem - Delete an item from the table Just a wrapper for module-specific function
id2key - Get option key from the option id global only because of testsuites
key2descr - Get option description map from the key global only because of testsuites
singleOptionEditPopup - Display and handle the popup for option
tableEntryChanged - Realize if table entry was changed
updateButtons - Enable or disable the Delete and up/down buttons
updateOptionMap - Update the option description map in order to contain handlers of all needed functions global only because of testsuites
List of Global Variables
Get the map with the table widget
Function parameters
map<string,any> attrib
map<string,any> widget_descr
Return value
map<string,any> - table widget
Enable whole table (except buttons that should be grayed according to currently selected table row
Function parameters
map<string, any> descr
Return value
void
Handle the event that happened on the table
Function parameters
map<string, any> descr
string key
map event_descr
Return value
symbol - modified event if needed
Wrapper for TableHandle using CWM::GetProcessedWidget () for getting widget description map
Function parameters
string key
map event_descr
Return value
symbol - return value for wizard sequencer or nil
Initialize the displayed table
Function parameters
map<string, any> descr
string key
Return value
void
Wrapper for TableInit using CWM::GetProcessedWidget () for getting widget description map
Function parameters
string key
Return value
void
Displaye popup for option to edit choosing
Function parameters
list possible
boolean editable
map<string,any> descr
Return value
string - option identifies, nil if canceled
Delete an item from the table Just a wrapper for module-specific function
Function parameters
any opt_id
map<string, any> descr
Return value
boolean - true if was really deleted
Get option key from the option id global only because of testsuites
Function parameters
map<string, any> descr
any opt_id
Return value
string - option key
Get option description map from the key global only because of testsuites
Function parameters
map<string, any> descr
string opt_key
Return value
map<string, any> - option description map
Display and handle the popup for option
Function parameters
map<string,any> option
Return value
symbol - `_tp_ok or `_tp_cancel
Realize if table entry was changed
Function parameters
any opt_id
map<string, any> opt_descr
Return value
boolean - true if was changed
Enable or disable the Delete and up/down buttons
Function parameters
map<string,any> descr
map<string,any> opt_descr
Return value
void