Class Alfresco.RuleConfigCondition
Extends Alfresco.RuleConfig
RuleConfigCondition.
Defined in: rule-config-condition.js
| Field Attributes | Field Name and Description |
|---|---|
|
CUSTOMISATIONS
|
|
|
Object container for initialization options
|
|
|
RENDERERS
|
- Fields borrowed from class Alfresco.component.Base:
- modules, services, widgets
| Method Attributes | Method Name and Description |
|---|---|
|
displayRuleConfigs(ruleConfigs)
Displays ruleConfig rows as described in ruleConfigs.
|
|
|
onConfigNameSelectChange(p_oEvent, p_eConfigEl)
|
|
|
onReady()
Overriden so we can apply the transient properties
|
|
|
onRulePropertySettingsChanged(layer, args)
Called when the user changed what properties to display in the "Show more..." dialog (aka rules picker)
|
|
|
setOptions(obj)
Set multiple initialization options at once.
|
- Methods borrowed from class Alfresco.RuleConfig:
- getRuleConfigs, onAddConfigButtonClick, onAddExtraParameterIconClick, onDatePickerMandatoryControlValueUpdated, onDeleteExtraParameterIconClick, onRemoveConfigButtonClick
- Methods borrowed from class Alfresco.component.Base:
- attachLinkClickListeners, bind, createYUIButtons, destroy, fire, invokeAction, msg, onComponentLoaded, onComponentsLoaded, onReadyWrapper, refresh, setMessages
Field Detail
customisations
CUSTOMISATIONS
{object}
options
Object container for initialization options
renderers
RENDERERS
Method Detail
displayRuleConfigs(ruleConfigs)
Displays ruleConfig rows as described in ruleConfigs.
See parent class for more information.
We override since we need to load all property info before we display the rule configs
See parent class for more information.
We override since we need to load all property info before we display the rule configs
- Parameters:
- {array} ruleConfigs
- An array of rule configurations
onConfigNameSelectChange(p_oEvent, p_eConfigEl)
- Parameters:
- {object} p_oEvent
- The change event
- {HTMLElement} p_eConfigEl
- Contains the rule configEl objects
onReady()
Overriden so we can apply the transient properties
onRulePropertySettingsChanged(layer, args)
Called when the user changed what properties to display in the "Show more..." dialog (aka rules picker)
- Parameters:
- {object} layer
- Event fired
- {array} args
- Event parameters (depends on event type)
{Alfresco.BlogPostEdit}
setOptions(obj)
Set multiple initialization options at once.
- Parameters:
- {object} obj
- Object literal specifying a set of options
- Returns:
- {Alfresco.BlogPostEdit} returns 'this' for method chaining