Class actioncenter.acTreeGridBuilder
Extends
Ext.Panel.
The AC Builder panel.
Defined in: project.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Default constructor.
|
Field Attributes | Field Name and Description |
---|---|
<static> |
actioncenter.acTreeGridBuilder.bodyBorder
The body border.
|
<static> |
actioncenter.acTreeGridBuilder.columns
This is the cache for the array of columns of the treegrid that resides in this ACBuilder.
|
<static> |
actioncenter.acTreeGridBuilder.contributionId
The project id.
|
<static> |
actioncenter.acTreeGridBuilder.layout
The layout.
|
<static> |
actioncenter.acTreeGridBuilder.name
The name.
|
<static> |
actioncenter.acTreeGridBuilder.order
The order.
|
<static> |
actioncenter.acTreeGridBuilder.subscription
The subscription.
|
<static> |
actioncenter.acTreeGridBuilder.title
The title.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
actioncenter.acTreeGridBuilder.addNewRoles(msg)
Adds new roles.
|
<static> |
actioncenter.acTreeGridBuilder.beforeDestroy(msg)
Before-destroy processing.
|
<static> |
actioncenter.acTreeGridBuilder.createTreeGrid()
Creates the tree grid.
|
<static> |
actioncenter.acTreeGridBuilder.initComponent()
Initializes this component.
|
<static> |
actioncenter.acTreeGridBuilder.moveRoles(msg)
Moves roles.
|
<static> |
actioncenter.acTreeGridBuilder.reloadTreeGrid()
Destroys the tree, and reloads it
|
<static> |
actioncenter.acTreeGridBuilder.removeRoles(msg)
Removes new roles.
|
Field Detail
<static>
actioncenter.acTreeGridBuilder.bodyBorder
The body border.
- Default Value:
- false
<static>
actioncenter.acTreeGridBuilder.columns
This is the cache for the array of columns of the treegrid that resides in this ACBuilder.
- Default Value:
- null
<static>
actioncenter.acTreeGridBuilder.contributionId
The project id.
- Default Value:
- ''
<static>
actioncenter.acTreeGridBuilder.layout
The layout.
- Default Value:
- 'fit'
<static>
actioncenter.acTreeGridBuilder.name
The name.
- Default Value:
- ''
<static>
actioncenter.acTreeGridBuilder.order
The order.
- Default Value:
- ''
<static>
actioncenter.acTreeGridBuilder.subscription
The subscription.
- Default Value:
- null
<static>
actioncenter.acTreeGridBuilder.title
The title.
- Default Value:
- 'Action Center Builder'
Method Detail
<static>
actioncenter.acTreeGridBuilder.addNewRoles(msg)
Adds new roles.
- Parameters:
- msg
- the message
- Returns:
- void
<static>
actioncenter.acTreeGridBuilder.beforeDestroy(msg)
Before-destroy processing.
- Parameters:
- msg
- the message
- Returns:
- void
<static>
actioncenter.acTreeGridBuilder.createTreeGrid()
Creates the tree grid.
- Returns:
- the built tree grid
<static>
actioncenter.acTreeGridBuilder.initComponent()
Initializes this component.
- Returns:
- void
<static>
actioncenter.acTreeGridBuilder.moveRoles(msg)
Moves roles.
- Parameters:
- msg
- the message
- Returns:
- void
<static>
actioncenter.acTreeGridBuilder.reloadTreeGrid()
Destroys the tree, and reloads it
<static>
actioncenter.acTreeGridBuilder.removeRoles(msg)
Removes new roles.
- Parameters:
- msg
- the message
- Returns:
- void