Class actioncenter.DropEventEditorForm
Extends
Ext.Panel.
Defines the drop-event editor form.
Defined in: CaceExplorer.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Default constructor.
|
Field Attributes | Field Name and Description |
---|---|
<static> |
actioncenter.DropEventEditorForm.actionCenterListener
The listener registered on this node.
|
<static> |
actioncenter.DropEventEditorForm.componentProperties
The component properties.
|
<static> |
actioncenter.DropEventEditorForm.events
The events.
|
<static> |
actioncenter.DropEventEditorForm.toolbars
The toolbars.
|
<static> |
actioncenter.DropEventEditorForm.type
The type.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
actioncenter.DropEventEditorForm.afterRender()
After-render processing.
|
<static> |
actioncenter.DropEventEditorForm.beforeDestroy()
Before-destroy processing.
|
<static> |
actioncenter.DropEventEditorForm.buildEditor(msg)
Registers to listen for category children updates.
|
<static> |
actioncenter.DropEventEditorForm.cleanUp()
Performs the clean-up.
|
<static> |
actioncenter.DropEventEditorForm.createField(msg)
Creates a form field.
|
<static> |
actioncenter.DropEventEditorForm.enabledChanged(e, newValue)
Handles changes to the action status field.
|
<static> |
actioncenter.DropEventEditorForm.getFields(msg)
Gets the drop-event contribution's configuration.
|
<static> |
actioncenter.DropEventEditorForm.setProperties(msg)
Sets the properties.
|
<static> |
actioncenter.DropEventEditorForm.subscribeAllChannels()
Subscribes to channels to listen to.
|
<static> |
actioncenter.DropEventEditorForm.unsubscribeAllChannels()
Unsubcribes from all channels.
|
Field Detail
<static>
actioncenter.DropEventEditorForm.actionCenterListener
The listener registered on this node.
- Default Value:
- null
<static>
actioncenter.DropEventEditorForm.componentProperties
The component properties.
- Default Value:
- null
<static>
actioncenter.DropEventEditorForm.events
The events.
- Default Value:
- []
<static>
actioncenter.DropEventEditorForm.toolbars
The toolbars.
- Default Value:
- []
<static>
actioncenter.DropEventEditorForm.type
The type.
- Default Value:
- "AC_Drop_Event"
Method Detail
<static>
actioncenter.DropEventEditorForm.afterRender()
After-render processing.
- Returns:
- void
<static>
actioncenter.DropEventEditorForm.beforeDestroy()
Before-destroy processing.
- Returns:
- void
<static>
actioncenter.DropEventEditorForm.buildEditor(msg)
Registers to listen for category children updates.
- Parameters:
- msg
- the message
- Returns:
- void
<static>
actioncenter.DropEventEditorForm.cleanUp()
Performs the clean-up.
- Returns:
- void
<static>
actioncenter.DropEventEditorForm.createField(msg)
Creates a form field.
- Parameters:
- msg
- the message
- Returns:
- void
<static>
actioncenter.DropEventEditorForm.enabledChanged(e, newValue)
Handles changes to the action status field.
- Parameters:
- e
- the event
- newValue
- the new value
- Returns:
- void
<static>
actioncenter.DropEventEditorForm.getFields(msg)
Gets the drop-event contribution's configuration.
- Parameters:
- msg
- the message
- Returns:
- void
<static>
actioncenter.DropEventEditorForm.setProperties(msg)
Sets the properties.
- Parameters:
- msg
- the message
- Returns:
- void
<static>
actioncenter.DropEventEditorForm.subscribeAllChannels()
Subscribes to channels to listen to.
- Returns:
- void
<static>
actioncenter.DropEventEditorForm.unsubscribeAllChannels()
Unsubcribes from all channels.
- Returns:
- void