Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -1,34 +1,34 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.GWT.client.widgets;
3 -
4 - import org.litesoft.GWT.client.widgets.nonpublic.*;
5 -
6 - import com.google.gwt.user.client.*;
7 -
8 - public abstract class ClippingSimplePanel extends AbstractSizeableSimplePanel {
9 - public ClippingSimplePanel( String pNoSizeAffectingCSS_StyleClassname ) {
10 - initializeElements( getHelper().create_OeSeIeOverflowHiddenSingleDivSandwich(), pNoSizeAffectingCSS_StyleClassname );
11 - LLstretchable();
12 - }
13 -
14 - // vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv No Additional Style Support vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
15 - @Override
16 - public void setStylePrimaryName( String style ) {
17 - throw new IllegalStateException( "No Style Support" );
18 - }
19 -
20 - @Override
21 - public void addStyleDependentName( String styleSuffix ) {
22 - throw new IllegalStateException( "No Style Support" );
23 - }
24 -
25 - @Override
26 - public void addStyleName( String style ) {
27 - throw new IllegalStateException( "No Style Support" );
28 - }
29 -
30 - @Override
31 - protected Element getStyleElement() {
32 - throw new IllegalStateException( "No Style Support" );
33 - }
34 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.GWT.client.widgets;
3 +
4 + import org.litesoft.GWT.client.widgets.nonpublic.*;
5 +
6 + import com.google.gwt.user.client.*;
7 +
8 + public abstract class ClippingSimplePanel extends AbstractSizeableSimplePanel {
9 + public ClippingSimplePanel( String pNoSizeAffectingCSS_StyleClassname ) {
10 + initializeElements( getHelper().create_OeSeIeOverflowHiddenSingleDivSandwich(), pNoSizeAffectingCSS_StyleClassname );
11 + LLstretchable();
12 + }
13 +
14 + // vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv No Additional Style Support vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
15 + @Override
16 + public void setStylePrimaryName( String style ) {
17 + throw new IllegalStateException( "No Style Support" );
18 + }
19 +
20 + @Override
21 + public void addStyleDependentName( String styleSuffix ) {
22 + throw new IllegalStateException( "No Style Support" );
23 + }
24 +
25 + @Override
26 + public void addStyleName( String style ) {
27 + throw new IllegalStateException( "No Style Support" );
28 + }
29 +
30 + @Override
31 + protected Element getStyleElement() {
32 + throw new IllegalStateException( "No Style Support" );
33 + }
34 + }