Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/GWT_Sandbox/FormEngine/src/com/temp/client/foundation/widget/NamedHorizontalPanel.java

Diff revisions: vs.
  @@ -1,18 +1,18 @@
1 - package com.temp.client.foundation.widget;
2 -
3 - import com.google.gwt.user.client.ui.*;
4 - import com.temp.shared.utils.*;
5 -
6 - public class NamedHorizontalPanel extends HorizontalPanel implements HasName {
7 - private String name;
8 -
9 - @Override
10 - public void setName( String name ) {
11 - this.name = StringUtils.noEmpty( name );
12 - }
13 -
14 - @Override
15 - public String getName() {
16 - return name;
17 - }
18 - }
1 + package com.temp.client.foundation.widget;
2 +
3 + import com.google.gwt.user.client.ui.*;
4 + import com.temp.shared.utils.*;
5 +
6 + public class NamedHorizontalPanel extends HorizontalPanel implements HasName {
7 + private String name;
8 +
9 + @Override
10 + public void setName( String name ) {
11 + this.name = StringUtils.noEmpty( name );
12 + }
13 +
14 + @Override
15 + public String getName() {
16 + return name;
17 + }
18 + }