Class actioncenter.ControlToolScreen
Extends
Ext.Container.
Control/tool screen
Defined in: screen.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Default constructor.
|
Field Attributes | Field Name and Description |
---|---|
<static> |
actioncenter.ControlToolScreen.cls
The CSS class.
|
<static> |
actioncenter.ControlToolScreen.contributionId
The contribution id
|
<static> |
actioncenter.ControlToolScreen.customIcon
The custom icon.
|
<static> |
actioncenter.ControlToolScreen.icon
The icon.
|
<static> |
actioncenter.ControlToolScreen.layout
The layout
|
<static> |
actioncenter.ControlToolScreen.name
The name.
|
<static> |
actioncenter.ControlToolScreen.subType
The subtype.
|
<static> |
actioncenter.ControlToolScreen.type
The type.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
actioncenter.ControlToolScreen.afterRender()
After-render processing.
|
<static> |
actioncenter.ControlToolScreen.initComponent()
Initializes the component.
|
<static> |
actioncenter.ControlToolScreen.initEvents()
Initializes event handlers.
|
<static> |
actioncenter.ControlToolScreen.launchEditor()
Launches the editor.
|
<static> |
actioncenter.ControlToolScreen.onDblClick(e)
Double-click handler.
|
<static> |
actioncenter.ControlToolScreen.onRightClick(e)
Right-click handler.
|
<static> |
actioncenter.ControlToolScreen.remove(item)
overrides panel remove
|
<static> |
actioncenter.ControlToolScreen.sendDeleteControl()
Handles deletes.
|
Field Detail
<static>
actioncenter.ControlToolScreen.cls
The CSS class.
- Default Value:
- 'tool'
<static>
actioncenter.ControlToolScreen.contributionId
The contribution id
- Default Value:
- ''
<static>
actioncenter.ControlToolScreen.customIcon
The custom icon.
- Default Value:
- null
<static>
actioncenter.ControlToolScreen.icon
The icon.
- Default Value:
- ''
<static>
actioncenter.ControlToolScreen.layout
The layout
- Default Value:
- 'table'
<static>
actioncenter.ControlToolScreen.name
The name.
- Default Value:
- ''
<static>
actioncenter.ControlToolScreen.subType
The subtype.
- Default Value:
- ''
<static>
actioncenter.ControlToolScreen.type
The type.
- Default Value:
- ''
Method Detail
<static>
actioncenter.ControlToolScreen.afterRender()
After-render processing.
- Returns:
- void
<static>
actioncenter.ControlToolScreen.initComponent()
Initializes the component.
- Returns:
- void
<static>
actioncenter.ControlToolScreen.initEvents()
Initializes event handlers.
- Returns:
- void
<static>
actioncenter.ControlToolScreen.launchEditor()
Launches the editor.
- Returns:
- void
<static>
actioncenter.ControlToolScreen.onDblClick(e)
Double-click handler.
- Parameters:
- e
- the event
- Returns:
- void
<static>
actioncenter.ControlToolScreen.onRightClick(e)
Right-click handler.
- Parameters:
- e
- the event
- Returns:
- void
<static>
actioncenter.ControlToolScreen.remove(item)
overrides panel remove
- Parameters:
- item
<static>
actioncenter.ControlToolScreen.sendDeleteControl()
Handles deletes.
- Returns:
- void