
functions
files
intro
|
|
Imports
Includes
- inst_source_dialogs.ycp
- ui/common_functions.ycp
- ui/common_messages.ycp
- ui/common_popups.ycp
- ui/file_popups.ycp
Functions
|
|
|
|
global exchangeTableItems (integer index1, integer index2) -> boolean
|
|
Exchange two items of a Table.
- Parameters:
|
index1 |
Index of first item. |
|
index2 |
Index of second item. |
- Return value:
|
|
true on success, false on error. |
|
global createItem (integer source) -> term
|
|
Create a table item from a map as returned by the InstSrcManager agent.
- Parameters:
|
source |
The map describing the source as returned form the agent. |
- Return value:
|
|
An item suitable for addition to a Table. |
|
global fillTable () -> void
|
|
Fill sources table with entries from the InstSrcManager agent.
|