DataContent content = null;
if (type == NodeType.STRING) {
tbtmNewItem.setImage(strImage);
content = new StringDataContent(tbtmNewItem, iconImage, cinfo.getId(),
cinfo.getServerName(), cinfo.getDb(), key,
I18nFile.STRING);
} else if (type == NodeType.HASH) {
tbtmNewItem.setImage(hashImage);