Subversion Repository Public Repository

litesoft

Diff Revisions 488 vs 489 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/view/SuspendDialogFactory.java

Diff revisions: vs.
  @@ -85,6 +85,12 @@
85 85 mFormBinder.setExistingObject( mDataProvider.copyIntoNewTS( zUser ), FormEngine.Mode.EditRegular );
86 86 }
87 87
88 + @Override
89 + public boolean isCancelable()
90 + {
91 + return false;
92 + }
93 +
88 94 private Widget createLogonAndCurrentPassword()
89 95 {
90 96 SizeableHorizontalPanel zPanel = new SizeableHorizontalPanel().stretchableHorizontally();