TileTransferHandler.removeParent = true; // Allows to remove the element contained on the source container.
// The validate method is used to cause a container to lay out its subcomponents again. It should be invoked
// when this container's subcomponents are modified (added to or removed from the container,
// or layout-related information changed) after the container has been displayed.
targetP.validate();
return true;
}
/**
* * TransferHandler - Export Methods **