Methods
(protected) addRule_()
Adds a new rule of type Tags (by default) to the current list of rules.
- Source:
(protected) changeSelector_(event)
Updates a given rule when the user changes the type of selection (from Tags
to Categories) that wants to apply to it
Parameters:
Name | Type | Description |
---|---|---|
event |
Event |
- Source:
created()
- Source:
(protected) deleteRule_(event)
Deletes a rule from the current list. This change can not be undone. Changes
made to the deleted rule will be lost.
Parameters:
Name | Type | Description |
---|---|---|
event |
Event |
- Source:
onRulesChanged_()
Updates the queryLogicIndexes whenever the list of rules change. The value
of this property is as follow:
- rules: [{}, {}, {}]
- queryLogicIndexes: "0,1,2";
- Source: