Class actioncenter.FIBUEditorForm
Extends
Ext.Panel.
Defines the FIBU editor form.
Defined in: CaceExplorer.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Default constructor.
|
Field Attributes | Field Name and Description |
---|---|
<static> |
actioncenter.FIBUEditorForm.actionCenterListener
The listener registered on this node.
|
<static> |
actioncenter.FIBUEditorForm.componentProperties
The component properties.
|
<static> |
actioncenter.FIBUEditorForm.events
The events.
|
<static> |
actioncenter.FIBUEditorForm.layout
The layout.
|
<static> |
actioncenter.FIBUEditorForm.toolbars
The toolbars.
|
<static> |
actioncenter.FIBUEditorForm.type
The type.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
actioncenter.FIBUEditorForm.beforeDestroy()
Executes prior to the destruction of this component.
|
<static> |
actioncenter.FIBUEditorForm.buildEditor(msg)
Registers to listen for category children updates.
|
<static> |
actioncenter.FIBUEditorForm.cleanUp()
Performs the clean-up.
|
<static> |
actioncenter.FIBUEditorForm.createField(msg)
Creates form fields
|
<static> |
actioncenter.FIBUEditorForm.getFIBUProperties(msg)
Gets FIBU contribution's configuration.
|
<static> |
actioncenter.FIBUEditorForm.initComponent()
Initializes the component.
|
<static> |
actioncenter.FIBUEditorForm.subscribeAllChannels()
Subscribes to channels to listen to.
|
<static> |
actioncenter.FIBUEditorForm.unsubscribeAllChannels()
Unsubcribes from all channels.
|
Field Detail
<static>
actioncenter.FIBUEditorForm.actionCenterListener
The listener registered on this node.
- Default Value:
- null
<static>
actioncenter.FIBUEditorForm.componentProperties
The component properties.
- Default Value:
- null
<static>
actioncenter.FIBUEditorForm.events
The events.
- Default Value:
- []
<static>
actioncenter.FIBUEditorForm.layout
The layout.
- Default Value:
- 'column'
<static>
actioncenter.FIBUEditorForm.toolbars
The toolbars.
- Default Value:
- []
<static>
actioncenter.FIBUEditorForm.type
The type.
- Default Value:
- "AC_Fibu"
Method Detail
<static>
actioncenter.FIBUEditorForm.beforeDestroy()
Executes prior to the destruction of this component.
- Returns:
- void
<static>
actioncenter.FIBUEditorForm.buildEditor(msg)
Registers to listen for category children updates.
- Parameters:
- msg
- the message
- Returns:
- void
<static>
actioncenter.FIBUEditorForm.cleanUp()
Performs the clean-up.
- Returns:
- void
<static>
actioncenter.FIBUEditorForm.createField(msg)
Creates form fields
- Parameters:
- msg
- the message
- Returns:
- void
<static>
actioncenter.FIBUEditorForm.getFIBUProperties(msg)
Gets FIBU contribution's configuration.
- Parameters:
- msg
- the message
- Returns:
- void
<static>
actioncenter.FIBUEditorForm.initComponent()
Initializes the component.
- Returns:
- void
<static>
actioncenter.FIBUEditorForm.subscribeAllChannels()
Subscribes to channels to listen to.
- Returns:
- void
<static>
actioncenter.FIBUEditorForm.unsubscribeAllChannels()
Unsubcribes from all channels.
- Returns:
- void