lookupDecorationFlag = false;
}
}
if (decoratorMap != null && decoratorMap.containsKey(indexInteger) && lookupDecorationFlag) {
FieldDecoration decoration = null;
if (folderName != null && folderName.equals(MailFolderVO.DRAFTS_FOLDER_NAME)) {
decoration = (FieldDecoration) decoratorMap.get(new Integer(ValueListConstants.ICON_INDEX_FOLDER));
} else if (folderName != null && folderName.equals(MailFolderVO.TEMPLATES_FOLDER_NAME)) {
decoration = (FieldDecoration) decoratorMap.get(new Integer(ValueListConstants.ICON_INDEX_EMAIL_TEMPLATES));
} else if (listTypeInteger.intValue() == ValueListConstants.ITEM_LIST_TYPE && lookupType != null && lookupType.equals("lookup")) {