|
|
@ -177,7 +177,6 @@ public class GlobalTableDataAction extends UpdateAction implements ResponseDataS |
|
|
|
Object object = this.getValue(UILockMenuItem.class.getName()); |
|
|
|
Object object = this.getValue(UILockMenuItem.class.getName()); |
|
|
|
if (object == null && !(object instanceof UILockMenuItem)) { |
|
|
|
if (object == null && !(object instanceof UILockMenuItem)) { |
|
|
|
UILockMenuItem menuItem = new UILockMenuItem(this, EditLockUtils.SERVER_TABLEDATA_LOCKED_TOOLTIPS, null, LockItem.SERVER_TABLE_DATA); |
|
|
|
UILockMenuItem menuItem = new UILockMenuItem(this, EditLockUtils.SERVER_TABLEDATA_LOCKED_TOOLTIPS, null, LockItem.SERVER_TABLE_DATA); |
|
|
|
menuItem.putClientProperty(FineClientProperties.MENU_ITEM_TYPE, null); |
|
|
|
|
|
|
|
// 设置名字用作单元测
|
|
|
|
// 设置名字用作单元测
|
|
|
|
menuItem.setName(getName()); |
|
|
|
menuItem.setName(getName()); |
|
|
|
setPressedIcon4Button(menuItem); |
|
|
|
setPressedIcon4Button(menuItem); |
|
|
|