Subversion Repository Public Repository

litesoft

Diff Revisions 2 vs 23 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/ClippingSimplePanel.java

Diff revisions: vs.
  @@ -13,21 +13,25 @@
13 13 }
14 14
15 15 // vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv No Additional Style Support vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
16 + @Override
16 17 public void setStylePrimaryName( String style )
17 18 {
18 19 throw new IllegalStateException( "No Style Support" );
19 20 }
20 21
22 + @Override
21 23 public void addStyleDependentName( String styleSuffix )
22 24 {
23 25 throw new IllegalStateException( "No Style Support" );
24 26 }
25 27
28 + @Override
26 29 public void addStyleName( String style )
27 30 {
28 31 throw new IllegalStateException( "No Style Support" );
29 32 }
30 33
34 + @Override
31 35 protected Element getStyleElement()
32 36 {
33 37 throw new IllegalStateException( "No Style Support" );