Class Index | File Index

Classes


Class actioncenter.acReportEditor


Extends Ext.Panel.
The AC element editor panel.
Defined in: reporteditor.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Default constructor.
Field Summary
Field Attributes Field Name and Description
<static>  
actioncenter.acReportEditor.actionCenterListener
The AC listener.
<static>  
actioncenter.acReportEditor.autoScroll
Auto-scroll.
<static>  
actioncenter.acReportEditor.bodyBorder
The body border
<static>  
actioncenter.acReportEditor.componentId
The component id.
<static>  
actioncenter.acReportEditor.componentProperties
The component properties.
<static>  
actioncenter.acReportEditor.layout
The layout.
<static>  
actioncenter.acReportEditor.name
The name.
<static>  
actioncenter.acReportEditor.order
The order.
<static>  
actioncenter.acReportEditor.subscription
The subscription.
<static>  
actioncenter.acReportEditor.title
The title.
<static>  
actioncenter.acReportEditor.type
The type
Method Summary
Method Attributes Method Name and Description
<static>  
actioncenter.acReportEditor.afterRender()
Executes after rendering.
<static>  
actioncenter.acReportEditor.beforeDestroy()
Executes prior to destruction of this component.
<static>  
actioncenter.acReportEditor.buildEditor(msg)
Registers to listen for children updates.
<static>  
actioncenter.acReportEditor.cleanUp()
Performs the clean-up.
<static>  
actioncenter.acReportEditor.createField(msg)
Creates a child node.
<static>  
actioncenter.acReportEditor.initComponent()
Initializes the component.
<static>  
actioncenter.acReportEditor.setProperties(msg)
Sets the properties.
<static>  
actioncenter.acReportEditor.unsubscribeAllChannels()
Unsubcribes from all channels.
Class Detail
actioncenter.acReportEditor()
Default constructor.
Field Detail
<static> actioncenter.acReportEditor.actionCenterListener
The AC listener.
Default Value:
null

<static> actioncenter.acReportEditor.autoScroll
Auto-scroll.
Default Value:
true

<static> actioncenter.acReportEditor.bodyBorder
The body border
Default Value:
false

<static> actioncenter.acReportEditor.componentId
The component id.
Default Value:
''

<static> actioncenter.acReportEditor.componentProperties
The component properties.
Default Value:
null

<static> actioncenter.acReportEditor.layout
The layout.
Default Value:
'border'

<static> actioncenter.acReportEditor.name
The name.
Default Value:
''

<static> actioncenter.acReportEditor.order
The order.
Default Value:
''

<static> actioncenter.acReportEditor.subscription
The subscription.
Default Value:
null

<static> actioncenter.acReportEditor.title
The title.
Default Value:
'Element Editor'

<static> actioncenter.acReportEditor.type
The type
Default Value:
''
Method Detail
<static> actioncenter.acReportEditor.afterRender()
Executes after rendering.
Returns:
void

<static> actioncenter.acReportEditor.beforeDestroy()
Executes prior to destruction of this component.
Returns:
void

<static> actioncenter.acReportEditor.buildEditor(msg)
Registers to listen for children updates.
Parameters:
msg
the message
Returns:
void

<static> actioncenter.acReportEditor.cleanUp()
Performs the clean-up.
Returns:
void

<static> actioncenter.acReportEditor.createField(msg)
Creates a child node.
Parameters:
msg
the message
Returns:
void

<static> actioncenter.acReportEditor.initComponent()
Initializes the component.
Returns:
void

<static> actioncenter.acReportEditor.setProperties(msg)
Sets the properties.
Parameters:
msg
the message
Returns:
void

<static> actioncenter.acReportEditor.unsubscribeAllChannels()
Unsubcribes from all channels.
Returns:
void

Documentation generated by JsDoc Toolkit 2.0.0 on Sun Sep 23 2012 02:46:07 GMT-0500 (CDT)