Class AC.tree.grid.WorkspaceInfoCell
Extends
Ext.ux.tree.ACTreeGridCell.
AC workspace tree grid info cell.
Defined in: myWorkspace.js.
Constructor Attributes | Constructor Name and Description |
---|---|
AC.tree.grid.WorkspaceInfoCell(row, col, treegrid, config)
Default constructor.
|
Field Attributes | Field Name and Description |
---|---|
<static> |
AC.tree.grid.WorkspaceInfoCell.icon
The icon.
|
<static> |
AC.tree.grid.WorkspaceInfoCell.type
The type.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
AC.tree.grid.WorkspaceInfoCell.addInfoEl()
Adds the HTML info-tag.
|
<static> |
AC.tree.grid.WorkspaceInfoCell.afterRender()
After-render processing.
|
<static> |
AC.tree.grid.WorkspaceInfoCell.beforeDestroy()
Before-destroy processing.
|
<static> |
AC.tree.grid.WorkspaceInfoCell.launchEditor()
Launches the editor.
|
<static> |
AC.tree.grid.WorkspaceInfoCell.onClick(e)
Handles click actions.
|
<static> |
AC.tree.grid.WorkspaceInfoCell.onDblClick(e)
Handles double-click actions.
|
<static> |
AC.tree.grid.WorkspaceInfoCell.onRightClick(e)
Handles right-click actions.
|
<static> |
AC.tree.grid.WorkspaceInfoCell.removeInfoEl()
Removes the HTML info-tag.
|
Class Detail
AC.tree.grid.WorkspaceInfoCell(row, col, treegrid, config)
Default constructor.
- Parameters:
- row
- the row
- col
- the column
- treegrid
- the treegrid
- config
- the configuration
Field Detail
<static>
AC.tree.grid.WorkspaceInfoCell.icon
The icon.
- Default Value:
- the 'AC_Info' icon
<static>
AC.tree.grid.WorkspaceInfoCell.type
The type.
- Default Value:
- 'AC_Info'
Method Detail
<static>
AC.tree.grid.WorkspaceInfoCell.addInfoEl()
Adds the HTML info-tag.
- Returns:
- void
<static>
AC.tree.grid.WorkspaceInfoCell.afterRender()
After-render processing.
- Returns:
- void
<static>
AC.tree.grid.WorkspaceInfoCell.beforeDestroy()
Before-destroy processing.
- Returns:
- void
<static>
AC.tree.grid.WorkspaceInfoCell.launchEditor()
Launches the editor.
- Returns:
- void
<static>
AC.tree.grid.WorkspaceInfoCell.onClick(e)
Handles click actions.
- Parameters:
- e
- the event
- Returns:
- void
<static>
AC.tree.grid.WorkspaceInfoCell.onDblClick(e)
Handles double-click actions.
- Parameters:
- e
- the event
- Returns:
- void
<static>
AC.tree.grid.WorkspaceInfoCell.onRightClick(e)
Handles right-click actions.
- Parameters:
- e
- the event
- Returns:
- void
<static>
AC.tree.grid.WorkspaceInfoCell.removeInfoEl()
Removes the HTML info-tag.
- Returns:
- void