results.setWidget(index, 2, deleteImage);
if(data.isSharePermitted(index)){
ShareWithIcon shareWithIcon = new ShareWithIcon(jResponse.getItemKeyValue(index),msg.getText());
Image shareIcon = shareWithIcon.getImage();
results.setWidget(index, 3, shareIcon);
}
else{
String nick = data.getStringItemValue(ProfileFields.PROFILE_NICKNAME.getParamName(),index);