Class actioncenter.acScreenEditorInt
Extends
Ext.Panel.
This component displays the work bench for designing the screen of an action center.
Defined in: screen.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Default constructor.
|
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 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.
|
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