dojox/layout/dnd/Avatar (version 1.10)

dojo/dnd/Avatar

Summary

An Object, which represents the object being moved in a GridContainer

Usage

var foo = new Avatar(manager,opacity);
dojox/layout/dnd/Avatar
Parameter Type Description
manager undefined
opacity undefined

Property Summary

Method Summary

  • _generateText()
  • construct() A constructor function. it is separate so it can be (dynamically) overwritten in case of need.
  • destroy() destructor for the avatar; called to remove all references so it can be garbage-collected
  • update() Updates the avatar to reflect the current DnD state.

Properties

manager
Defined by: dojo/dnd/Avatar

a DnD manager object

Methods

_generateText()
construct()

A constructor function. it is separate so it can be (dynamically) overwritten in case of need.

destroy()
Defined by dojo/dnd/Avatar

destructor for the avatar; called to remove all references so it can be garbage-collected

update()

Updates the avatar to reflect the current DnD state.

Error in the documentation? Can’t find what you are looking for? Let us know!