Class Alfresco.module.RulesPropertyPicker
Extends Alfresco.module.PropertyPicker
Rules Property Picker.
Defined in: rules-property-picker.js
| Field Attributes | Field Name and Description |
|---|---|
|
Object container for initialization options
|
|
|
Preferences service used to tore which properties that shall be showed or hidden from the menu.
|
|
|
The users rule property settings that decides which properties
|
- Fields borrowed from class Alfresco.module.DataPicker:
- selectedItem
- Fields borrowed from class Alfresco.component.Base:
- modules, services, widgets
| Method Attributes | Method Name and Description |
|---|---|
|
msg(messageId)
Gets a message from this class or the superclass
|
|
|
onRulesPropertyPickerTemplateLoaded(response, superClassResponse)
Event callback when this class' template has been loaded
|
|
|
onTemplateLoaded(response)
Event callback when superclass' dialog template has been loaded.
|
- Methods borrowed from class Alfresco.module.PropertyPicker:
- onPropertyPickerTemplateLoaded
- Methods borrowed from class Alfresco.module.DataPicker:
- onCancelButtonClick, onOkButtonClick, showDialog
- Methods borrowed from class Alfresco.component.Base:
- attachLinkClickListeners, bind, createYUIButtons, destroy, fire, invokeAction, onComponentLoaded, onComponentsLoaded, onReadyWrapper, refresh, setMessages, setOptions
Field Detail
options
Object container for initialization options
preferencesService
Preferences service used to tore which properties that shall be showed or hidden from the menu.
rulePropertySettings
The users rule property settings that decides which properties
that should be displayed as default in the condition menu.
that should be displayed as default in the condition menu.
Method Detail
{string}
msg(messageId)
Gets a message from this class or the superclass
- Parameters:
- {string} messageId
- The messageId to retrieve
- Returns:
- {string} The custom message
onRulesPropertyPickerTemplateLoaded(response, superClassResponse)
Event callback when this class' template has been loaded
- Parameters:
- {object} response
- Server response from load template XHR request
- superClassResponse
onTemplateLoaded(response)
Event callback when superclass' dialog template has been loaded.
- Parameters:
- {object} response
- Server response from load template XHR request