Methods
(static) alert(message, windowTitleopt)
Show a notification dialog
Name | Type | Attributes | Description |
---|---|---|---|
message | string | ||
windowTitle | string | <optional> |
(static) choose(objects, message, windowTitleopt, stringFunctionopt) → {any|undefined}
Let the user choose an object from a list
Name | Type | Attributes | Description |
---|---|---|---|
objects | Array.<any> | ||
message | string | ||
windowTitle | string | <optional> | |
stringFunction | function | <optional> | Function that returns a string that should be displayed for an element |
The selected element or undefined if no UI is available or the dialog was canceled
- Type:
- any |
undefined
(static) chooseExpanded(elements, messageopt) → {Array.<$k.SemanticElement>|undefined}
Let the user choose some semantic elements from a list. Shows details of the objects.
Name | Type | Attributes | Description |
---|---|---|---|
elements | Array.<$k.SemanticElement> | ||
message | string | <optional> |
Returns undefined if no UI is available or the dialog was canceled
- Type:
- Array.<$k.SemanticElement> |
undefined
(static) chooseMultiple(objects, message, windowTitleopt, stringFunctionopt) → {Array.<any>|undefined}
Let the user choose some objects from a list.
Name | Type | Attributes | Description |
---|---|---|---|
objects | Array.<any> | ||
message | string | ||
windowTitle | string | <optional> | |
stringFunction | function | <optional> | Function that returns a string that should be displayed for an element |
Returns undefined if no UI is available or the dialog was canceled
- Type:
- Array.<any> |
undefined
(static) confirm(message, windowTitleopt) → {boolean|undefined}
Show a confirmation dialog
Name | Type | Attributes | Description |
---|---|---|---|
message | string | ||
windowTitle | string | <optional> |
True if confirmed, false if not. Returns undefined if no UI is available.
- Type:
- boolean |
undefined
(static) hasUI() → {boolean}
True if UI interaction is possible
- Since
- 5.2.1
- Type:
- boolean
(static) notificationDialog(notificationFunction, parametersopt, windowTitleopt)
Open a notification dialog that stays open while the notification function is evaluated
Name | Type | Attributes | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
notificationFunction | function | Notification function | |||||||||||||||||||||
parameters | object | <optional> | Properties
| ||||||||||||||||||||
windowTitle | string | <optional> |
- Since
- 4.1.0
(static) openEditor(element, contextopt, optionsopt)
Opens an editor on the element
Name | Type | Attributes | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
element | $k. | ||||||||
context | $k. | <optional> | Context that should be used to detect the view configuration, or a view configuration | ||||||
options | object | <optional> | Properties
|
(static) openGraph(elements, graphConfigopt)
Opens a graph on the elements
Name | Type | Attributes | Description |
---|---|---|---|
elements | Array.<$k.SemanticElement> | | Graph elements or hits | |
graphConfig | $k. | <optional> | Graph configuration |
- Since
- 5.3.2
(static) openTable(elements, domainopt, contextopt)
Opens a table on the elements
Name | Type | Attributes | Description |
---|---|---|---|
elements | Array.<$k.SemanticElement> | | Table elements or hits | |
domain | $k. | <optional> | Domain or internal name of a type of the table |
context | $k. | <optional> | Context that should be used to detect the table configuration, or a table configuration |
- Since
- 4.2.1
(static) openURL(url)
Opens the URL with the associated application
Name | Type | Description |
---|---|---|
url | string |
- Since
- 5.2.2
(static) raiseNotification(string)
Raise message notification (to use in function $k.UI#notificationDialog)
Name | Type | Description |
---|---|---|
string | string |
- Since
- 4.1.0
(static) requestString(message, windowTitleopt, initialAnsweropt) → {string|undefined}
Let the user enter a string in a single-line input field
Name | Type | Attributes | Description |
---|---|---|---|
message | string | ||
windowTitle | string | <optional> | |
initialAnswer | string | <optional> |
Returns undefined if no UI is available or the dialog was canceled
- Type:
- string |
undefined
(static) saveFile(blobOrNetEntity, windowTitleopt)
Requests a filename and writes the given blob or net entity to the file.
Name | Type | Attributes | Description |
---|---|---|---|
blobOrNetEntity | $k. | ||
windowTitle | string | <optional> |
- Version
- Experimental feature, might be removed at any time
- Since
- 5.3.2
alert(message, windowTitleopt)
Show a notification dialog
Name | Type | Attributes | Description |
---|---|---|---|
message | string | ||
windowTitle | string | <optional> |
choose(objects, message, windowTitleopt, stringFunctionopt) → {any|undefined}
Let the user choose an object from a list
Name | Type | Attributes | Description |
---|---|---|---|
objects | Array.<any> | ||
message | string | ||
windowTitle | string | <optional> | |
stringFunction | function | <optional> | Function that returns a string that should be displayed for an element |
The selected element or undefined if no UI is available or the dialog was canceled
- Type:
- any |
undefined
chooseExpanded(elements, messageopt) → {Array.<$k.SemanticElement>|undefined}
Let the user choose some semantic elements from a list. Shows details of the objects.
Name | Type | Attributes | Description |
---|---|---|---|
elements | Array.<$k.SemanticElement> | ||
message | string | <optional> |
Returns undefined if no UI is available or the dialog was canceled
- Type:
- Array.<$k.SemanticElement> |
undefined
chooseMultiple(objects, message, windowTitleopt, stringFunctionopt) → {Array.<any>|undefined}
Let the user choose some objects from a list.
Name | Type | Attributes | Description |
---|---|---|---|
objects | Array.<any> | ||
message | string | ||
windowTitle | string | <optional> | |
stringFunction | function | <optional> | Function that returns a string that should be displayed for an element |
Returns undefined if no UI is available or the dialog was canceled
- Type:
- Array.<any> |
undefined
confirm(message, windowTitleopt) → {boolean|undefined}
Show a confirmation dialog
Name | Type | Attributes | Description |
---|---|---|---|
message | string | ||
windowTitle | string | <optional> |
True if confirmed, false if not. Returns undefined if no UI is available.
- Type:
- boolean |
undefined
hasUI() → {boolean}
True if UI interaction is possible
- Since
- 5.2.1
- Type:
- boolean
notificationDialog(notificationFunction, parametersopt, windowTitleopt)
Open a notification dialog that stays open while the notification function is evaluated
Name | Type | Attributes | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
notificationFunction | function | Notification function | |||||||||||||||||||||
parameters | object | <optional> | Properties
| ||||||||||||||||||||
windowTitle | string | <optional> |
- Since
- 4.1.0
openEditor(element, contextopt, optionsopt)
Opens an editor on the element
Name | Type | Attributes | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
element | $k. | ||||||||
context | $k. | <optional> | Context that should be used to detect the view configuration, or a view configuration | ||||||
options | object | <optional> | Properties
|
openGraph(elements, graphConfigopt)
Opens a graph on the elements
Name | Type | Attributes | Description |
---|---|---|---|
elements | Array.<$k.SemanticElement> | | Graph elements or hits | |
graphConfig | $k. | <optional> | Graph configuration |
- Since
- 5.3.2
openTable(elements, domainopt, contextopt)
Opens a table on the elements
Name | Type | Attributes | Description |
---|---|---|---|
elements | Array.<$k.SemanticElement> | | Table elements or hits | |
domain | $k. | <optional> | Domain or internal name of a type of the table |
context | $k. | <optional> | Context that should be used to detect the table configuration, or a table configuration |
- Since
- 4.2.1
openURL(url)
Opens the URL with the associated application
Name | Type | Description |
---|---|---|
url | string |
- Since
- 5.2.2
raiseNotification(string)
Raise message notification (to use in function $k.UI#notificationDialog)
Name | Type | Description |
---|---|---|
string | string |
- Since
- 4.1.0
requestString(message, windowTitleopt, initialAnsweropt) → {string|undefined}
Let the user enter a string in a single-line input field
Name | Type | Attributes | Description |
---|---|---|---|
message | string | ||
windowTitle | string | <optional> | |
initialAnswer | string | <optional> |
Returns undefined if no UI is available or the dialog was canceled
- Type:
- string |
undefined
saveFile(blobOrNetEntity, windowTitleopt)
Requests a filename and writes the given blob or net entity to the file.
Name | Type | Attributes | Description |
---|---|---|---|
blobOrNetEntity | $k. | ||
windowTitle | string | <optional> |
- Version
- Experimental feature, might be removed at any time
- Since
- 5.3.2