Class AC.widget.DropEvent
Extends
Ext.Container.
Drop-event widget
Defined in: tool.js.
Constructor Attributes | Constructor Name and Description |
---|---|
AC.widget.DropEvent(config)
Default constructor.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
AC.widget.DropEvent.addToCastList(msg)
Adds to the cast list.
|
<static> |
AC.widget.DropEvent.afterRender()
After-render handler.
|
<static> |
AC.widget.DropEvent.beforeDestroy()
Before-destroy handler.
|
<static> |
AC.widget.DropEvent.createTemplate()
Creates the template.
|
<static> |
AC.widget.DropEvent.fetchDropEventId()
Fetches the drop-event contribution.
|
<static> |
AC.widget.DropEvent.initComponent()
Initializes this component.
|
<static> |
AC.widget.DropEvent.initEvents()
Initializes the events.
|
<static> |
AC.widget.DropEvent.onRender(ct, position)
On-render handler.
|
<static> |
AC.widget.DropEvent.removeFromCastList(msg)
Removes from cast list.
|
<static> |
AC.widget.DropEvent.setDropEventId(msg)
Callback method after fetching the drop-event contribution.
|
<static> |
AC.widget.DropEvent.setInternalTpl()
Sets the internal template.
|
<static> |
AC.widget.DropEvent.updateCastList()
Updates the cast list.
|
<static> |
AC.widget.DropEvent.updateDELabel()
Updates the drop-event label.
|
<static> |
AC.widget.DropEvent.updateProperty(msg)
Updates the properties.
|
Method Detail
<static>
AC.widget.DropEvent.addToCastList(msg)
Adds to the cast list.
- Parameters:
- msg
- the message
- Returns:
- void
<static>
AC.widget.DropEvent.afterRender()
After-render handler.
- Returns:
- void
<static>
AC.widget.DropEvent.beforeDestroy()
Before-destroy handler.
- Returns:
- void
<static>
AC.widget.DropEvent.createTemplate()
Creates the template.
- Returns:
- void
<static>
AC.widget.DropEvent.fetchDropEventId()
Fetches the drop-event contribution.
- Returns:
- void
<static>
AC.widget.DropEvent.initComponent()
Initializes this component.
- Returns:
- void
<static>
AC.widget.DropEvent.initEvents()
Initializes the events.
- Returns:
- void
<static>
AC.widget.DropEvent.onRender(ct, position)
On-render handler.
- Parameters:
- ct
- the component
- position
- the position
- Returns:
- void
<static>
AC.widget.DropEvent.removeFromCastList(msg)
Removes from cast list.
- Parameters:
- msg
- the message
- Returns:
- void
<static>
AC.widget.DropEvent.setDropEventId(msg)
Callback method after fetching the drop-event contribution.
- Parameters:
- msg
- the message
- Returns:
- void
<static>
AC.widget.DropEvent.setInternalTpl()
Sets the internal template.
- Returns:
- void
<static>
AC.widget.DropEvent.updateCastList()
Updates the cast list.
- Returns:
- void
<static>
AC.widget.DropEvent.updateDELabel()
Updates the drop-event label.
- Returns:
- void
<static>
AC.widget.DropEvent.updateProperty(msg)
Updates the properties.
- Parameters:
- msg
- the message
- Returns:
- void