<protected> new SignalIQDialog()
- Since:
-
- 8.6.0
- 9.1.0 Added emitter.
Extends
Members
-
activeStudy :null|CIQ.Studies.StudyDescriptor
-
Study driving the signal.
Type:
- null | CIQ.Studies.StudyDescriptor
-
context :CIQ.UI.Context
-
Context
Type:
- Inherited From:
- Overrides:
-
editMode :boolean
-
Whether editing a signal (true) or adding one (false).
Type:
- boolean
-
pickers :Set.<string>
-
Implementations of pickers (these are dialogs allowing to choose from an array of options, e.g. emojis.)
Type:
- Set.<string>
-
<static> markup :string
-
Default markup for the component's innerHTML, to be used when the component is added to the DOM without any innerHTML.
Type:
- string
Methods
-
addClaim()
-
Claim any keystrokes that come in. Once claimed, any keystrokes that come in are passed to the element. The element can then choose to capture or propagate the keystrokes. This enables an element to capture keystrokes even if it doesn't have mouse focus.
- Inherited From:
- Overrides:
-
addCondition()
-
Push a new empty array to the
signalParams.conditionsand re-render the condition options UI.- Since:
-
8.6.0
-
addDefaultMarkup(component [, markup])
-
Adds default markup to a web component if the component does not have any child nodes.
Parameters:
Name Type Argument Description componentHTMLElement The component to which the markup is added.
markupString <optional>
The markup to add to the web component. Unused if the component has a static markup property that specifies the markup; for example, MyComponent.markup.
- Since:
-
7.5.0
- Inherited From:
- Overrides:
-
addStudy(obj, name)
-
Callback function for the study select menu. Adds the selected study to the chart.
Parameters:
Name Type Description objobject | null Object containing event or null
namestring Name of the study to add.
- Since:
-
8.6.0
-
<protected> adoptedCallback()
-
- Inherited From:
- Overrides:
-
channelMergeObject(path, value, stx)
-
Merges an object in the chart engine communication channel.
Parameters:
Name Type Description pathString The channel path.
valueObject The value merged to the channel.
stxCIQ.ChartEngine A reference to the chart engine.
- Since:
-
7.5.0
- Inherited From:
- Overrides:
-
channelRead(path [, stx])
-
Reads the current value in the chart engine communication channel.
Parameters:
Name Type Argument Description pathString The channel path.
stxCIQ.ChartEngine <optional>
Unused.
- Since:
-
7.5.0
- Inherited From:
- Overrides:
Returns:
The current value in channel.
- Type
- *
-
channelSubscribe(path, cb, stx)
-
Subscribes to the chart engine messaging channel.
Parameters:
Name Type Description path* The channel path.
cb* A callback invoked upon subscribing and whenever a new message is posted in the channel.
stxCIQ.ChartEngine A reference to the chart engine.
- Since:
-
7.5.0
- Inherited From:
- Overrides:
Returns:
A callback invoked when unsubscribing from the channel.
- Type
- function
-
channelWrite(path, value, stx)
-
Writes in the chart engine communication channel.
Parameters:
Name Type Description pathString The channel path.
value* The value written to the channel.
stxCIQ.ChartEngine A reference to the chart engine.
- Since:
-
7.5.0
- Inherited From:
- Overrides:
-
clickFocusedItem(items, e)
-
Selects (clicks) the first element in
itemsthat has acq-focusedattribute.Parameters:
Name Type Description itemsNodeList A list of elements that are selectable via keyboard navigation.
eEvent The keystroke event.
- Since:
-
8.3.0
- Inherited From:
- Overrides:
-
close()
-
Closes the dialog.
Designed to be used as a helper method for the included WebComponents. A full tutorial on how to work with and customize the WebComponents can be found here: Web Component Interface.
- Inherited From:
- Overrides:
-
collapse(node)
-
Closes any lifts or popups for the node.
Parameters:
Name Type Description nodeHTMLElement Element to collapse.
- Since:
-
8.6.0
-
deactivateItem(item)
-
Blurs and removes the
cq-keyboard-activeattribute fromitem.Parameters:
Name Type Description itemHTMLElement - Since:
-
8.4.0
- Inherited From:
- Overrides:
-
editStudy(activator)
-
Invoke the Study Edit dialog for the currently active study
Parameters:
Name Type Description activatorObject Properties
Name Type Description eEvent Event associated with activator
- Since:
-
8.6.0
-
emitCustomEvent(params)
-
Emits a custom event from the webcomponent. The event type of the emitted event is determined by the particular user action taken. Up to two events are emitted when this function is executed. The first is an event with the type of action performed, if there is one. For example, events which are spawned without user action will not emit this first event. The second event will have a type derived from the component name. For example, the
cq-study-legendcomponent will emit a "StudyLegend" type event. The payload of the event will contain a detail section specifying the component which emitted the event as well as theeffect- which more clearly defines the type of action causing the emittance. The detail section may also include custom fields further categorizing the event and providing additional information. These details are documented within the web component's documentation.Parameters:
Name Type Description paramsobject Properties
Name Type Argument Default Description causestring <optional>
The cause of the event. e.g., useraction, timeout, alert. Defaults to "useraction" if not set and
actionparameter is set.effectstring <optional>
The effect of the user's action. Required if not provided in
detail. e.g., open, help, toggle, select.actionstring | null <optional>
"click" The action a user performed, if applicable. e.g. click, longpress, drag. Set to null if no user action was performed.
detailObject <optional>
{} Optional extra parameters to include in the detail of the Custom Event.
- Since:
-
- 8.9.0
- 9.1.0 Changed
paramsobject's property names.
- Inherited From:
- Overrides:
-
findFocused(items)
-
Finds the elements in
itemsthat have acq-focusedattribute.Parameters:
Name Type Description itemsNodeList A list of elements that are selectable via keyboard navigation.
- Since:
-
8.3.0
- Inherited From:
- Overrides:
Returns:
The elements in
itemsthat have acq-focusedattribute, or an empty array if no elements are found.- Type
- array
-
findKeyboardActive(items)
-
Finds the elements in
itemsthat have acq-keyboard-activeattribute.Parameters:
Name Type Description itemsNodeList A list of elements that are selectable via keyboard navigation
- Since:
-
8.4.0
- Inherited From:
- Overrides:
Returns:
The elements in
itemsthat have acq-keyboard-activeattribute, or an empty array if no elements are found.- Type
- Array
-
focusItem(item)
-
Adds a
cq-focusedattribute toitemand highlightsitem.Parameters:
Name Type Description itemHTMLElement Element that receives keyboard focus and is highlighted.
- Since:
-
8.3.0
- Inherited From:
- Overrides:
-
focusNextItem(items [, reverse] [, loop])
-
Focuses the next item in the tab order.
Locates the first element in
itemsthat has acq-focusedattribute. If an element is found, the attribute is removed from all elements initems, andcq-focusedis applied to the element that follows (in the tab order) the element that was found.If no elements are found with the
cq-focusedattribute, the attribute is applied to the first element initems(last element ifreverseis true). If the last element initems(first element ifreverseis true) is found to have thecq-focusedattribute, focus remains on that element. Unlessloopis set to true, then focus is applied to first element.Parameters:
Name Type Argument Description itemsNodeList A list of elements that are selectable via keyboard navigation.
reverseboolean <optional>
If true, the operation is performed in reverse order; that is, from the last element in
itemsto the first.loopboolean <optional>
Loops back to the first item if the last element in
itemsis selected.- Since:
-
8.4.0 Added loop parameter. Return element, instead of true, if focus is changed.
- Inherited From:
- Overrides:
- See:
Returns:
The newly focused element if a
cq-focusedattribute has changed.- Type
- HTMLElement | undefined
-
getChartContainer( [el])
-
Searches the DOM for the chart container element. Begins the search with
el(orthis) and proceeds parent-by-parent up the ancestry tree until an element is found.Parameters:
Name Type Argument Description elHTMLElement <optional>
The element on which to start the search. If not provided,
thisis used.- Since:
-
7.5.0
- Inherited From:
- Overrides:
Returns:
The chart container element or undefined if an element is not found.
- Type
- HTMLElement | undefined
-
getContextContainer( [el])
-
Searches the DOM for the chart context element. Begins the search with
el(orthisifelis not provided) and proceeds up the ancestry tree until an element is found or the root of the tree has been reached.Parameters:
Name Type Argument Description elHTMLElement <optional>
The element on which to start the search. If not provided,
thisis used.- Since:
-
7.5.0
- Inherited From:
- Overrides:
Returns:
The chart context element or undefined if an element is not found.
- Type
- HTMLElement | undefined
-
hide()
-
Hides the dialog and resets local signal properties if not in the middle of an interactive add operation.
- Since:
-
8.6.0
-
init(params)
-
Adds local property containing dropdown menu options. Adds form element event handlers.
Parameters:
Name Type Description paramsobject The parameter object.
Properties
Name Type Argument Description contextCIQ.UI.Context <optional>
A context. See setContext.
- Since:
-
8.6.0
-
inputEntry(node, cb)
-
Attaches a keyboard input entry event.
Parameters:
Name Type Description nodeHTMLElement The element to which the input entry event is attached.
cbfunction The callback function invoked when input entry occurs.
- Inherited From:
- Overrides:
-
makeMenu(name, currentValue, fields, cb, index, label)
-
Create a cq-menu form element and return it. The created element is not attached to the DOM.
Parameters:
Name Type Description namestring Name of the form element.
currentValuestring Value to select by default.
fieldsArray.<string> | Array.<Array.<string>> A one-dimensional array of values or a two-dimensional array of name/value pairs.
cbstring Stringified callback function template, with $val to be replaced, and called when a value is selected.
indexnumber Numerical index of menu element. Used to differentiate multiple condition selections.
labelstring Alternative label for menu when value is not selected. Default is "Select..."
- Since:
-
- 8.6.0
- 8.7.0 Add index and label parameters.
Returns:
cq-menu element
- Type
- HTMLElement
-
makeStudyMenu()
-
Create a cq-menu form element with all available studies and inject a search field in the menu header to filter options. The menu is automatically attached to a local element with class
study-select-container.- Since:
-
8.6.0
-
<protected> makeTap(node, cb)
-
Attaches an "stxtap" event to an element, which will be fired on any event that resembles a click or tap. Note only one stxtap event is allowed per element. The handler is saved on the element as the
selectFCproperty.Designed to be used as a helper method for the included WebComponents. A full tutorial on how to work with and customize the WebComponents can be found here: Web Component Interface.
Parameters:
Name Type Description nodeHTMLElement The element to attach a tap event to.
cbCIQ.makeTap~makeTapCallback The callback when tapped.
- Inherited From:
- Overrides:
-
naturalTabElements(element)
-
Returns all elements that are navigable by a browser's default tabbing algorithm
Parameters:
Name Type Description elementHTMLElement Element to query selectors from.
- Since:
-
8.8.0
- Inherited From:
- Overrides:
Returns:
Array containing all tab navigable elements.
- Type
- Array.<HTMLElement>
-
open(params)
-
Called when the dialog is invoked. Automatically sets up local properties for either adding or editing a study signal.
Parameters:
Name Type Description paramsobject The parameter object.
Properties
Name Type Argument Description contextCIQ.UI.Context <optional>
A context. See setContext.
sdCIQ.Studies.StudyDescriptor The study descriptor.
- Since:
-
8.6.0
- Overrides:
-
qs(path, context)
-
Adapts the querySelector method.
Parameters:
Name Type Description pathString The CSS selectors for which to search.
contextHTMLElement | String The chart context element, which is the starting point of the DOM query, or "thisChart" to indicate the chart context in which this function is called.
- Since:
-
7.5.0
- Inherited From:
- Overrides:
Returns:
The selected DOM element or undefined if an element is not found.
- Type
- HTMLElement | undefined
-
qsa(path, root, bustShadowRoots)
-
Adapts the querySelectorAll method. Returns an array instead of a node list to enable chaining of the array
map,filter,forEach, andreducefunctions.Parameters:
Name Type Description pathString The CSS selectors to find.
rootHTMLElement | String The root element, which is the starting point of the DOM query, or "thisChart" to indicate the chart context in which this function is called.
bustShadowRootsboolean Set to true to penetrate shadow root boundaries.
- Since:
-
- 7.5.0
- 8.9.0 Added
bustShadowRootsparameter
- Inherited From:
- Overrides:
Returns:
An array of selected DOM element.
- Type
- Array.<HTMLElement>
-
removeActiveStudy()
-
Remove the active study from the chart.
- Since:
-
8.6.0
-
removeClaim()
-
Remove a claim on keystrokes.
- Inherited From:
- Overrides:
-
removeFocused(items)
-
Removes the
cq-focusedattribute from all elements initems.Parameters:
Name Type Description itemsNodeList A list of elements that are selectable via keyboard navigation.
- Since:
-
8.3.0
- Inherited From:
- Overrides:
-
renderConditionOptions()
-
Update form controls related to marker condition options based on values in
signalParams.conditionsarray.- Since:
-
8.6.0
-
renderMarkerPreview()
-
Update marker preview based on values in
signalParams.- Since:
-
8.6.0
-
renderSignalOptions(condition, idx)
-
Update form controls related to marker options based on values in
signalParams.Parameters:
Name Type Description conditionArray.<object> Array of parameters representing a condition on which the signal will trigger.
idxnumber Index of the condition.
- Since:
-
8.7.0 Rename from renderMarkerOptions to renderSignalOptions to include other notification types.
Returns:
A DOM node tailored to the condition options, as form controls.
- Type
- Node
-
reset()
-
Resets local study signal properties.
- Since:
-
8.6.0
-
save()
-
Apply the current study signal settings to the active study and close the dialog.
- Since:
-
8.6.0
-
setContext(context)
-
Dynamically sets the context for a dialog so that it knows which chart to change when there are multiple charts on the screen.
Parameters:
Name Type Description contextCIQ.UI.Context The context to set.
- Inherited From:
- Overrides:
-
trimInnerHTMLWhitespace()
-
Returns a copy of the innerHTML of an element, with leading and trailing characters stripped. The following characters are stripped: newline, carriage return, tab.
- Since:
-
9.1.0
- Inherited From:
- Overrides:
Returns:
Trimmed innerHTML
- Type
- String
-
updateConditionSignalVal(obj, conditionIdx, paramName, value)
-
Update a marker option value in
signalParams.conditionsat provided index.Parameters:
Name Type Description objobject | null Object containing event or null.
Properties
Name Type Argument Description eEvent <optional>
Event triggering the update.
conditionIdxnumber Index of the condition.
paramNamestring Name of the marker property.
valuestring | number Value for the condition property.
- Since:
-
8.7.0
-
updateConditionVal(obj, conditionIdx, paramIdx, value)
-
Update a value in
signalParams.conditionsat provided index.Parameters:
Name Type Description objobject | null Object containing event or null.
Properties
Name Type Argument Description eEvent <optional>
Event triggering the update.
conditionIdxnumber Index of the condition.
paramIdxnumber Index of the property within the condition.
valuestring | number Value for the condition property.
- Since:
-
8.6.0
-
updateFormValues(formToData)
-
Synchronizes dialog HTML elements in the local
formElementsproperty with values in thesignalParamsobject. By default, this will update the element value with its correspondingsignalParamsvalue. PassingformToDataparameter astruewill update the correspondingsignalParamsvalue with the element value.Parameters:
Name Type Description formToDataboolean Update
signalParamswith form values.- Since:
-
8.6.0
-
updateParamValue(obj, name, value)
-
Update the value of a
signalParamsproperty.Parameters:
Name Type Description objobject | null Object containing event or null
Properties
Name Type Argument Description eEvent <optional>
Event triggering the update.
namestring Name of the property.
valuestring | number Value for the property.
- Since:
-
8.6.0
-
validateCondition(index)
-
Checks local signalParams.conditions array for all properties required by CIQ.SignalIQ#convertStudyToSignal.
Parameters:
Name Type Description indexnumber Array index to check.
- Since:
-
8.6.0
Returns:
Return
trueif valid.- Type
- boolean
-
validateSignalParams()
-
Checks local signalParams object for all properties required by CIQ.SignalIQ#convertStudyToSignal. Displays appropriate feedback messaging at bottom of dialog.
- Since:
-
8.6.0
Returns:
True if passed all validations.
- Type
- boolean
