Class Index | File Index

Classes


Class AC.widget.DropEvent


Extends Ext.Container.
Drop-event widget
Defined in: tool.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Default constructor.
Method Summary
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.
Class Detail
AC.widget.DropEvent(config)
Default constructor.
Parameters:
config
the configuration
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

Documentation generated by JsDoc Toolkit 2.0.0 on Sun Sep 23 2012 02:46:07 GMT-0500 (CDT)