|
|
|
@ -96,6 +96,11 @@ public class TableDataNameObjectCreator extends NameObjectCreator {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 取得菜单的图片 |
|
|
|
|
* |
|
|
|
|
* @return 图片 |
|
|
|
|
*/ |
|
|
|
|
@Override |
|
|
|
|
public Icon menuIcon() { |
|
|
|
|
return createMenuIcon(); |
|
|
|
@ -109,6 +114,11 @@ public class TableDataNameObjectCreator extends NameObjectCreator {
|
|
|
|
|
return b ? new WarningIcon(this.menuImage) : this.menuIcon; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 创建提示 |
|
|
|
|
* |
|
|
|
|
* @return 提示 |
|
|
|
|
*/ |
|
|
|
|
@Override |
|
|
|
|
public String createTooltip() { |
|
|
|
|
return b ? com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Basic_Connect_SQL_Cannot_Null") : null; |
|
|
|
|