Subversion Repository Public Repository

litesoft

Diff Revisions 810 vs 811 for /trunk/GWT_Sandbox/UIdesign/src/com/test/uidesign/client/OrigFormComponents.java

Diff revisions: vs.
  @@ -291,7 +291,7 @@
291 291 {
292 292 mComponent = pComponent;
293 293 mOrigValue = mComponent.getCurrentValue();
294 - mWhat = UtilsCommon.justClassNameOf( mComponent );
294 + mWhat = Objects.justClassNameOf( mComponent );
295 295 }
296 296
297 297 public void remove( IFormComponent pComponent )
  @@ -351,7 +351,7 @@
351 351 {
352 352 mComponent = pComponent;
353 353 mOrigValue = mComponent.getCurrentValue();
354 - mWhat = UtilsCommon.justClassNameOf( mComponent );
354 + mWhat = Objects.justClassNameOf( mComponent );
355 355 }
356 356
357 357 public void remove( IFormComponent pComponent )
  @@ -417,7 +417,7 @@
417 417 {
418 418 mComponent = pComponent;
419 419 mOrigValue = mComponent.getCurrentValue();
420 - mWhat = UtilsCommon.justClassNameOf( mComponent );
420 + mWhat = Objects.justClassNameOf( mComponent );
421 421 }
422 422
423 423 public void remove( IFormComponent pComponent )