});
hiddenImage.addLoadHandler(new LoadHandler()
{
public void onLoad(final LoadEvent inEvent)
{
imageCropDialog = new ImageCropContent(strategy, processor, avatarId, new Command()
{
public void execute()
{
onAvatarIdChanged(strategy.getImageId(), strategy.getEntityType() == EntityType.PERSON);
}