Class Index | File Index

Classes


Class actioncenter.acScreenEditorInt


Extends Ext.Panel.
This component displays the work bench for designing the screen of an action center.
Defined in: screen.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Default constructor.
Field Summary
Field Attributes Field Name and Description
<static>  
actioncenter.acScreenEditorInt.contributionId
The contribution id.
<static>  
actioncenter.acScreenEditorInt.ddGroup
The dd group.
<static>  
actioncenter.acScreenEditorInt.itemId
The contribution id.
<static>  
actioncenter.acScreenEditorInt.layout
The layout.
<static>  
actioncenter.acScreenEditorInt.title
The title.
Method Summary
Method Attributes Method Name and Description
<static>  
actioncenter.acScreenEditorInt.addControlItem(msg)
Handler listening to the add new control item from the back end.
<static>  
actioncenter.acScreenEditorInt.addSplitItem(msg)
Handler listening to the add new screen request from the back end.
<static>  
actioncenter.acScreenEditorInt.afterRender()
After render event handler.
<static>  
actioncenter.acScreenEditorInt.beforeDestroy()
Before-destroy processing.
<static>  
actioncenter.acScreenEditorInt.buttonActionAddHorizontalSplit()
Create a message requesting a horizontal split panel and send to the back end.
<static>  
actioncenter.acScreenEditorInt.buttonActionAddVerticalSplit()
Create a message requesting a vertical split panel and send to the back end.
<static>  
actioncenter.acScreenEditorInt.initComponent()
Initializes the component.
<static>  
actioncenter.acScreenEditorInt.initDragZone(ddGroupName)
Initializes the drag zone.
<static>  
actioncenter.acScreenEditorInt.initDropTarget(ddGroupName)
Initializes the drop target.
<static>  
actioncenter.acScreenEditorInt.initEvents()
Initializes event handlers.
<static>  
actioncenter.acScreenEditorInt.launchEditor()
Callback method invoked by addRelationship that is in dblClick handler.
<static>  
actioncenter.acScreenEditorInt.onDblClick(e)
Double-click handler.
<static>  
actioncenter.acScreenEditorInt.remove(item)
overrides panel remove
<static>  
actioncenter.acScreenEditorInt.removeItem(msg)
Handler listening to the remove screen request from the back end.
Class Detail
actioncenter.acScreenEditorInt()
Default constructor.
Field Detail
<static> actioncenter.acScreenEditorInt.contributionId
The contribution id.
Default Value:
''

<static> actioncenter.acScreenEditorInt.ddGroup
The dd group.
Default Value:
'TreeDD'

<static> actioncenter.acScreenEditorInt.itemId
The contribution id.
Default Value:
''

<static> actioncenter.acScreenEditorInt.layout
The layout.
Default Value:
'fit'

<static> actioncenter.acScreenEditorInt.title
The title.
Default Value:
''
Method Detail
<static> actioncenter.acScreenEditorInt.addControlItem(msg)
Handler listening to the add new control item from the back end.
Parameters:
msg
the message sent from the back end
Returns:
void

<static> actioncenter.acScreenEditorInt.addSplitItem(msg)
Handler listening to the add new screen request from the back end.
Parameters:
msg
the message sent from the back end
Returns:
void

<static> actioncenter.acScreenEditorInt.afterRender()
After render event handler.
Returns:
void

<static> actioncenter.acScreenEditorInt.beforeDestroy()
Before-destroy processing.
Returns:
void

<static> actioncenter.acScreenEditorInt.buttonActionAddHorizontalSplit()
Create a message requesting a horizontal split panel and send to the back end.
Returns:
void

<static> actioncenter.acScreenEditorInt.buttonActionAddVerticalSplit()
Create a message requesting a vertical split panel and send to the back end.
Returns:
void

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

<static> actioncenter.acScreenEditorInt.initDragZone(ddGroupName)
Initializes the drag zone.
Parameters:
ddGroupName
the dd group name
Returns:
void

<static> actioncenter.acScreenEditorInt.initDropTarget(ddGroupName)
Initializes the drop target.
Parameters:
ddGroupName
the dd group name
Returns:
void

<static> actioncenter.acScreenEditorInt.initEvents()
Initializes event handlers.
Returns:
void

<static> actioncenter.acScreenEditorInt.launchEditor()
Callback method invoked by addRelationship that is in dblClick handler. This is invoked after addControlItem, so the first item in this panel will be a screen (control or tool) object.
Returns:
void

<static> actioncenter.acScreenEditorInt.onDblClick(e)
Double-click handler.
Parameters:
e
the event

<static> actioncenter.acScreenEditorInt.remove(item)
overrides panel remove
Parameters:
item

<static> actioncenter.acScreenEditorInt.removeItem(msg)
Handler listening to the remove screen request from the back end.
Parameters:
msg
the message sent from the back end
Returns:
void

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