Subversion Repository Public Repository

litesoft

Diff Revisions 948 vs 949 for /trunk/GWT_Sandbox/UIdesign/src/com/test/uidesign/client/PersonalInfoForm.java

Diff revisions: vs.
  @@ -4,6 +4,7 @@
4 4 import org.litesoft.GWT.client.widgets.*;
5 5 import org.litesoft.GWT.forms.client.components.*;
6 6 import org.litesoft.GWT.forms.client.components.impls.input.*;
7 + import org.litesoft.commonfoundation.base.*;
7 8 import org.litesoft.commonfoundation.typeutils.*;
8 9
9 10 import com.google.gwt.user.client.ui.*;
  @@ -166,7 +167,7 @@
166 167 public void add( IFormComponent pComponent ) {
167 168 mComponent = pComponent;
168 169 mOrigValue = mCurValue = mComponent.getCurrentValue();
169 - mWhat = Objects.justClassNameOf( mComponent );
170 + mWhat = ClassName.simple( mComponent );
170 171 }
171 172
172 173 @Override
  @@ -226,7 +227,7 @@
226 227 // {
227 228 // mComponent = pComponent;
228 229 // mOrigValue = mComponent.getCurrentValue();
229 - // mWhat = UtilsCommon.justClassNameOf( mComponent );
230 + // mWhat = UtilsCommon.simple( mComponent );
230 231 // }
231 232 //
232 233 // @Override
  @@ -298,7 +299,7 @@
298 299 // {
299 300 // mComponent = pComponent;
300 301 // mOrigValue = mComponent.getCurrentValue();
301 - // mWhat = UtilsCommon.justClassNameOf( mComponent );
302 + // mWhat = UtilsCommon.simple( mComponent );
302 303 // }
303 304 //
304 305 // @Override