Subversion Repository Public Repository

litesoft

Diff Revisions 2 vs 23 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/forms/client/components/nonpublic/WidgetStruct.java

Diff revisions: vs.
  @@ -54,11 +54,13 @@
54 54 return (mHorizontalAlignment != null);
55 55 }
56 56
57 + @Override
57 58 public HorizontalAlignmentConstant getHorizontalAlignment()
58 59 {
59 60 return mHorizontalAlignment;
60 61 }
61 62
63 + @Override
62 64 public void setHorizontalAlignment( HorizontalAlignmentConstant align )
63 65 {
64 66 throw new UnsupportedOperationException( "HorizontalAlignment auto determined" );
  @@ -79,11 +81,13 @@
79 81 return (mVerticalAlignment != null);
80 82 }
81 83
84 + @Override
82 85 public VerticalAlignmentConstant getVerticalAlignment()
83 86 {
84 87 return mVerticalAlignment;
85 88 }
86 89
90 + @Override
87 91 public void setVerticalAlignment( VerticalAlignmentConstant align )
88 92 {
89 93 throw new UnsupportedOperationException( "VerticalAlignment auto determined" );