]> source.dussan.org Git - gwtquery.git/commitdiff
Remove duplicated empty lines, remove CR, add NL at the end
authorManolo Carrasco <manolo@apache.org>
Wed, 31 Dec 2014 17:49:01 +0000 (18:49 +0100)
committerManolo Carrasco <manolo@apache.org>
Wed, 31 Dec 2014 17:49:01 +0000 (18:49 +0100)
68 files changed:
gwtquery-core/src/main/java/com/google/gwt/query/client/Browser.java
gwtquery-core/src/main/java/com/google/gwt/query/client/Console.java
gwtquery-core/src/main/java/com/google/gwt/query/client/Function.java
gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java
gwtquery-core/src/main/java/com/google/gwt/query/client/IsProperties.java
gwtquery-core/src/main/java/com/google/gwt/query/client/LazyGQuery.java
gwtquery-core/src/main/java/com/google/gwt/query/client/Predicate.java
gwtquery-core/src/main/java/com/google/gwt/query/client/Promise.java
gwtquery-core/src/main/java/com/google/gwt/query/client/Properties.java
gwtquery-core/src/main/java/com/google/gwt/query/client/builders/JsonBuilder.java
gwtquery-core/src/main/java/com/google/gwt/query/client/builders/JsonBuilderBase.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/BackgroundRepeatProperty.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/BorderProperty.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/BorderWidthProperty.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/CSS.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/EdgePositionProperty.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/MultipleValueCssSetter.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/OutlineColorProperty.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/OutlineProperty.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/UriValue.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/ZIndexProperty.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/DocumentStyleImpl.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/DocumentStyleImplIE.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngineImpl.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngineSizzle.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngineSizzleIE.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/research/SelectorEngineJS.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/research/SelectorEngineSizzleGwt.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/research/SelectorEngineXPath.java
gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsCache.java
gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsClosure.java
gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsMap.java
gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsNamedArray.java
gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsObjectArray.java
gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsUtils.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/Effects.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/Events.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/LazyEffects.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/QueuePlugin.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/UiPlugin.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/Widgets.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/ajax/Ajax.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/ajax/AjaxTransportJs.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/deferred/Callbacks.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/deferred/FunctionDeferred.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/deferred/PromiseFunction.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/deferred/PromiseReqBuilderJSONP.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/effects/Bezier.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/events/EventsListener.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/events/GqEvent.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/widgets/ButtonWidgetFactory.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/widgets/HtmlPanelWidgetFactory.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/widgets/LabelWidgetFactory.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/widgets/TextAreaWidgetFactory.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/widgets/TextBoxBaseWidgetFactory.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/widgets/TextBoxWidgetFactory.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/widgets/WidgetFactory.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/widgets/WidgetsUtils.java
gwtquery-core/src/main/java/com/google/gwt/query/rebind/BrowserGenerator.java
gwtquery-core/src/main/java/com/google/gwt/query/rebind/JsonBuilderGenerator.java
gwtquery-core/src/main/java/com/google/gwt/query/rebind/LazyGenerator.java
gwtquery-core/src/main/java/com/google/gwt/query/rebind/SelectorGeneratorNative.java
gwtquery-core/src/main/java/com/google/gwt/query/rebind/SelectorGeneratorNativeIE8.java
gwtquery-core/src/main/java/com/google/gwt/query/rebind/SelectorGeneratorNativeIE9.java
gwtquery-core/src/main/java/com/google/gwt/query/vm/AjaxTransportJre.java
gwtquery-core/src/main/java/com/google/gwt/query/vm/CookieManager.java
gwtquery-core/src/main/java/com/google/gwt/query/vm/ResponseJre.java
gwtquery-core/src/main/java/com/google/web/bindery/requestfactory/shared/gquery/PromiseRF.java

index 839a0cee7a94a510e16c6bf2969a3c58ec600e96..b06253ecfef7c37e1d164ed272cde4b5d3d4158a 100644 (file)
@@ -39,7 +39,7 @@ import com.google.gwt.query.rebind.BrowserGenerator;
  *
  */
 public abstract class Browser {
-  
+
   /**
    * @return true if ie6
    */
@@ -75,7 +75,7 @@ public abstract class Browser {
    * @return true if webkit
    */
   public final boolean webkit = isWebkit();
-  
+
   protected abstract boolean isIe6();
   protected abstract boolean isIe8();
   protected abstract boolean isIe9();
index dcd0300d7ec9a0db9b36880a3e07e2e7ba4398f2..ec2afba9b0cf94fa736dae2be173f69655b61932 100644 (file)
@@ -15,7 +15,6 @@
  */
 package com.google.gwt.query.client;
 
-
 /**
  * This interface represents the Window.console object.
  */
index b094ebf8e64861917f8a91dadc64c8d7a2e9a5c1..d583d0a9354c8ea88c505079bb6c0b80314c98d8 100644 (file)
@@ -30,7 +30,7 @@ public abstract class Function {
   private Event event = null;
   private int index = -1;
   protected Object[] arguments = new Object[0];
-  
+
   /**
    * Utility method to get a string representation with the content
    * of the arguments array. It recursively visits arrays and inspect
@@ -51,7 +51,7 @@ public abstract class Function {
   protected String dumpArguments() {
     return dumpArguments(arguments, "\n");
   }
-  
+
   private String dumpArguments(Object[] arguments, String sep) {
     StringBuilder b = new StringBuilder();
     for (int i = 0, l = arguments.length; i < l; i++ ) {
@@ -99,7 +99,7 @@ public abstract class Function {
     index = i;
     return this;
   }
-  
+
   /**
    * @deprecated use getArguments instead.
    */
@@ -111,7 +111,7 @@ public abstract class Function {
   public Object[] getArguments() {
     return arguments;
   }
-  
+
   /**
    * Set the list of arguments to be passed to the function
    */
@@ -146,7 +146,7 @@ public abstract class Function {
   public <T extends JavaScriptObject> T getArgumentJSO(int argIdx, int pos) {
     return (T)getArgument(argIdx, pos, JavaScriptObject.class);
   }
-  
+
   /**
    * Utility method for safety getting a JavaScriptObject present at a certain
    * position in the list of arguments.
@@ -154,7 +154,7 @@ public abstract class Function {
   public <T extends JavaScriptObject> T getArgumentJSO(int idx) {
     return getArgumentJSO(-1, idx);
   }
-  
+
   /**
    * Utility method for safety getting an array present at a certain
    * position in the list of arguments.
@@ -191,14 +191,14 @@ public abstract class Function {
   public <T> T arguments(int idx) {
     return getArgument(idx);
   }
-  
+
   /**
    * Convenience alias for the getArguments(argIdx, pos) method;
    */
   public <T> T arguments(int argIdx, int pos) {
     return getArgument(argIdx, pos);
   }
-  
+
   /**
    * Safety return the argument in the position idx.
    * 
@@ -208,7 +208,7 @@ public abstract class Function {
   public <T> T getArgument(int argIdx, int pos) {
     return getArgument(argIdx, pos, null);
   }
-  
+
   /**
    * Safety return the argument in the position idx.
    * 
@@ -249,7 +249,6 @@ public abstract class Function {
     return null;
   }
 
-  
   /**
    * @deprecated use: getArgument()
    */
@@ -281,7 +280,7 @@ public abstract class Function {
   public void setData(double b) {
     setArguments(b);
   }
-  
+
   /**
    * @deprecated use use setArguments instead
    */
index d0baf61c53840b6bbf54dd6deb69479c74e39f30..c8edace52f18740ec196326d450541efdee05798 100644 (file)
@@ -714,7 +714,6 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
     }
   }
 
-
   /**
    * Return a lazy version of the GQuery interface. Lazy function calls are simply queued up and not
    * executed immediately.
@@ -949,7 +948,6 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
    *
    * NOTE: The ability of animating attribute values is only available in gquery but not jquery
    *
-   *
    * Example:
    *
    * <pre class="code">
@@ -1010,7 +1008,6 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
    *
    * NOTE: The ability of animating attribute values is only available in gquery but not jquery
    *
-   *
    * Example:
    *
    * <pre class="code">
@@ -1067,7 +1064,6 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
    *
    * NOTE: The ability of animating attribute values is only available in gquery but not jquery
    *
-   *
    * Example:
    *
    * <pre class="code">
@@ -1098,7 +1094,6 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
    *  });
    * </pre>
    *
-   *
    * For color css properties, values can be specified via hexadecimal or rgb or literal values.
    *
    * Example:
@@ -1107,7 +1102,6 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
    *  $("#foo").animate("backgroundColor:'red', color:'#ffffff', borderColor:'rgb(129, 0, 70)', 1000");
    * </pre>
    *
-   *
    * @param prop the property to animate : "cssName:'value'"
    * @param funcs an array of {@link Function} called once the animation is complete
    * @param duration the duration in milliseconds of the animation
@@ -1284,7 +1278,6 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
    * The event handlers are passed as Functions that you can use to prevent default behavior. To
    * stop both default action and event bubbling, the function event handler has to return false.
    *
-   *
    */
   public GQuery bind(int eventbits, final Function... funcs) {
     return as(Events).bind(eventbits, null, funcs);
@@ -1309,7 +1302,6 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
    * The event handlers are passed as Functions that you can use to prevent default behavior. To
    * stop both default action and event bubbling, the function event handler has to return false.
    *
-   *
    */
   public GQuery bind(String eventType, final Function... funcs) {
     return as(Events).bind(eventType, null, funcs);
@@ -1579,7 +1571,6 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
    * property defined in {@link CSS} class and call the {@link TakesCssValue#with(HasCssName)}
    * method on it.
    *
-   *
    * ex :
    *
    * <pre class="code">
@@ -2746,7 +2737,6 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
    * Attach a handler for this event to all elements which match the current selector, now and in
    * the future.
    * <p>
-   * <p>
    * Ex :
    *
    * <pre>
@@ -2801,7 +2791,6 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
    * Attach a handler for this event to all elements which match the current selector, now and in
    * the future. The <code>data</code> parameter allows us to pass data to the handler.
    * <p>
-   * <p>
    * Ex :
    *
    * <pre>
@@ -4530,7 +4519,6 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
     return as(Events).trigger(eventbits, keys);
   }
 
-
   /**
    * Trigger a event in all matched elements.
    *
index bcd79cdb960ad44852c1c9b1ca17d287fbc18e3a..764c541e57d03c62396f36c6b3281ecd67e7df47 100644 (file)
@@ -17,7 +17,6 @@ package com.google.gwt.query.client;
 
 import com.google.gwt.query.client.builders.JsonBuilder;
 
-
 /**
  * Interface using for Data Binders valid for JVM and JS.
  */
@@ -37,12 +36,12 @@ public interface IsProperties {
    * and a Json implementation in the JVM.
    */
   <T> T getDataImpl();
-  
+
   /**
    * Return the Object with the given key.
    */
   <T> T get(Object key);
-  
+
   /**
    * Set an Object with the given key.
    */
@@ -66,7 +65,7 @@ public interface IsProperties {
    * Example {"user":{"name":"manolo","surname":"carrasco"}}
    */
   String toJsonWithName();
-  
+
   /**
    * return a string which represents the object in a queryString format.
    */
@@ -76,8 +75,7 @@ public interface IsProperties {
    * return the name for this type
    */
   String getJsonName();
-  
-  
+
   /**
    * converts a JsonBuilder instance into another JsonBuilder type but
    * preserving the underlying data object. 
index 46d9d9ee5c6edf39268c7e1c1066604a633a93e0..18a25709fda0595fc06bdc568a93368a11dafa91 100644 (file)
@@ -127,7 +127,6 @@ public interface LazyGQuery<T> extends LazyBase<T>{
    *
    * NOTE: The ability of animating attribute values is only available in gquery but not jquery
    *
-   *
    * Example:
    *
    * <pre class="code">
@@ -186,7 +185,6 @@ public interface LazyGQuery<T> extends LazyBase<T>{
    *
    * NOTE: The ability of animating attribute values is only available in gquery but not jquery
    *
-   *
    * Example:
    *
    * <pre class="code">
@@ -241,7 +239,6 @@ public interface LazyGQuery<T> extends LazyBase<T>{
    *
    * NOTE: The ability of animating attribute values is only available in gquery but not jquery
    *
-   *
    * Example:
    *
    * <pre class="code">
@@ -272,7 +269,6 @@ public interface LazyGQuery<T> extends LazyBase<T>{
    *  });
    * </pre>
    *
-   *
    * For color css properties, values can be specified via hexadecimal or rgb or literal values.
    *
    * Example:
@@ -281,7 +277,6 @@ public interface LazyGQuery<T> extends LazyBase<T>{
    *  $("#foo").animate("backgroundColor:'red', color:'#ffffff', borderColor:'rgb(129, 0, 70)', 1000");
    * </pre>
    *
-   *
    * @param prop the property to animate : "cssName:'value'"
    * @param funcs an array of {@link Function} called once the animation is complete
    * @param duration the duration in milliseconds of the animation
@@ -398,7 +393,6 @@ public interface LazyGQuery<T> extends LazyBase<T>{
    * The event handlers are passed as Functions that you can use to prevent default behavior. To
    * stop both default action and event bubbling, the function event handler has to return false.
    *
-   *
    */
   LazyGQuery<T> bind(int eventbits, Function... funcs);
 
@@ -419,7 +413,6 @@ public interface LazyGQuery<T> extends LazyBase<T>{
    * The event handlers are passed as Functions that you can use to prevent default behavior. To
    * stop both default action and event bubbling, the function event handler has to return false.
    *
-   *
    */
   LazyGQuery<T> bind(String eventType, Function... funcs);
 
@@ -528,7 +521,6 @@ public interface LazyGQuery<T> extends LazyBase<T>{
    * property defined in {@link CSS} class and call the {@link TakesCssValue#with(HasCssName)}
    * method on it.
    *
-   *
    * ex :
    *
    * <pre class="code">
@@ -1321,7 +1313,6 @@ public interface LazyGQuery<T> extends LazyBase<T>{
    * Attach a handler for this event to all elements which match the current selector, now and in
    * the future.
    * <p>
-   * <p>
    * Ex :
    *
    * <pre>
@@ -1374,7 +1365,6 @@ public interface LazyGQuery<T> extends LazyBase<T>{
    * Attach a handler for this event to all elements which match the current selector, now and in
    * the future. The <code>data</code> parameter allows us to pass data to the handler.
    * <p>
-   * <p>
    * Ex :
    *
    * <pre>
index 262e31fbbcf63c4f4ef53054db82550e9bdbb826..aa17d2b9cf64b5e4321da062924d0de8616517d6 100644 (file)
@@ -39,5 +39,4 @@ public class Predicate {
     return false;
   }
 
-
 }
index c35b10f50f593994c91b699aea3a9a057b823756..56c22b43ee9117ce1799b65f59ed0b3520ad8c43 100644 (file)
@@ -19,7 +19,7 @@ import com.google.gwt.query.client.Function;
  * Definition of jquery Promise interface used in gquery. 
  */
 public interface Promise {
-  
+
   /**
    * Definition of jquery Deferred interface used in gquery. 
    */
@@ -28,17 +28,17 @@ public interface Promise {
      * Call the progressCallbacks on a Deferred object with the given args.
      */
     Deferred notify(Object... o);
-    
+
     /**
      * Return a Deferred’s Promise object.
      */
     Promise promise();
-    
+
     /**
      * Reject a Deferred object and call any failCallbacks with the given args.
      */
     Deferred reject(Object... o);
-    
+
     /**
      * Resolve a Deferred object and call any doneCallbacks with the given args.
      */
@@ -100,7 +100,7 @@ public interface Promise {
    *   3rd one will be called when progress notifications are sent.  
    */
   Promise then(Function... f);
-  
+
   /**
    * Add filters to be called just in case the Deferred object is rejected returning
    * a new valid promise so as we can continue the flow control of the chain.
@@ -142,7 +142,7 @@ public interface Promise {
    * Determine whether a Deferred object has been resolved.
    */
   boolean isResolved();
-  
+
   /**
    * Determine whether a Deferred object has been rejected.
    */
index db35f5d6e37118661572ffbb4db3ebf3c65b71b4..0997404e5fd90ee35aae13782253aa81ccdb54af 100644 (file)
@@ -142,7 +142,7 @@ public class Properties extends JavaScriptObject implements IsProperties {
   public final Object getObject(Object name) {
     return c().get(String.valueOf(name));
   }
-  
+
   public final Properties getProperties(Object name) {
     return getJavaScriptObject(name);
   }
@@ -230,11 +230,11 @@ public class Properties extends JavaScriptObject implements IsProperties {
   public final String toJson() {
     return toJsonString();
   }
-  
+
   public final String toJsonWithName() {
     return toJsonWithName(getJsonName());
   }
-  
+
   public final String toJsonWithName(String name) {
     return "{\"" + name + "\":{" + toJson() + "}";
   }
index b5f304511d32b8b9e5670be27f2f77af1b930fc2..60b209c0395533eda61fd9b1477dd31d7e356857 100644 (file)
@@ -17,7 +17,6 @@ package com.google.gwt.query.client.builders;
 
 import com.google.gwt.query.client.IsProperties;
 
-
 /**
  * Tagging interface used to generate JsonBuilder classes.
  */
index c09836a578a8720595ae148c22987e4a0f08bd53..4c25117ac56ac04e33bdef9e3e17a67468af387a 100644 (file)
@@ -98,7 +98,7 @@ public abstract class JsonBuilderBase<J extends JsonBuilderBase<?>> implements J
   public String toJson() {
     return p.tostring();
   }
-  
+
   public String toJsonWithName() {
     return "{\"" + getJsonName() + "\":" + p.tostring() + "}";
   }
@@ -108,22 +108,22 @@ public abstract class JsonBuilderBase<J extends JsonBuilderBase<?>> implements J
   public Properties getProperties() {
     return p;
   }
-  
+
   @Override
   public String toQueryString() {
     return p.toQueryString();
   }
-  
+
   @SuppressWarnings("unchecked")
   @Override
   public Properties getDataImpl() {
     return p;
   }
-  
+
   public <T> T get(Object key) {
     return p.get(key);
   }
-  
+
   @SuppressWarnings("unchecked")
   public <T extends IsProperties> T set(Object key, Object val) {
     if (val instanceof IsProperties) {
@@ -133,7 +133,7 @@ public abstract class JsonBuilderBase<J extends JsonBuilderBase<?>> implements J
     }
     return (T)this;
   }
-  
+
   public <T extends JsonBuilder> T as(Class<T> clz) {
     return p.as(clz);
   }
index cfd3e8c80f26236b190d40edb52f51dd34651f17..f7ee0ef8505e438aeabadccfd5302be139047ae7 100644 (file)
@@ -54,7 +54,6 @@ public class BackgroundRepeatProperty extends
 
   private static final String CSS_PROPERTY = "backgroundRepeat";
 
-
   public static void init() {
     CSS.BACKGROUND_REPEAT = new BackgroundRepeatProperty();
   }
index 9ef84d996421e8e315649f833053460007811f31..97b79f3658074a2706f89859e67b8d0fb73467b6 100644 (file)
@@ -27,7 +27,6 @@ import com.google.gwt.query.client.css.TakesCssValue.CssSetter;
  * cannot set different values on the four borders. To do so, one or more of the
  * other border properties must be used.
  *
- *
  */
 public class BorderProperty implements HasCssValue {
 
index a136c5dcbf1de02ddb3c73625955b242d5152332..be5b478a0148358325274d8703af0ca0805a455a 100644 (file)
@@ -43,7 +43,6 @@ public class BorderWidthProperty extends
      */
     THIN;
 
-
     public String getCssName() {
       return name().toLowerCase();
     }
index f88e9939f02cf0b23641e4505ee59f71b0a6b929..1ecf7ebfed8f1fdd7be16743b1d202a54be39dd2 100644 (file)
@@ -106,7 +106,6 @@ public class CSS {
    * This property takes a {@link UriValue} object as value.
    * </p>
    *
-   *
    */
   public static BackgroundImageProperty BACKGROUND_IMAGE;
 
@@ -1317,4 +1316,4 @@ public class CSS {
 
   }
 
-}
\ No newline at end of file
+}
index fe6dfd65e7c9e2199f09786de79be14b0cbb791e..54b3fda3a05af9ee26565d53b45012b23cff8bfd 100644 (file)
@@ -15,7 +15,6 @@
  */
 package com.google.gwt.query.client.css;
 
-
 /**
  * Specify position of element's edges.
  */
index 290d7a65da016c9c7760742b36b9598d95981dd6..2a51395f3c2cccbff6afcb1fd1041342dc34bba6 100644 (file)
@@ -4,7 +4,6 @@ import com.google.gwt.dom.client.Style.HasCssName;
 
 public class MultipleValueCssSetter extends SimpleCssSetter {
 
-
   public MultipleValueCssSetter(String cssPropertyName, HasCssName... values) {
     super(cssPropertyName, computeValue(values));
   }
@@ -19,7 +18,6 @@ public class MultipleValueCssSetter extends SimpleCssSetter {
     return valueBuilder.toString().trim();
   }
 
-
   private static String notNull(HasCssName value) {
     return value != null ? value.getCssName() + " " : "";
   }
index 713e3d5ed2ceabc734fe9e6752fd63f0ec43b3e1..e39dff416f9229200981b05ca2b9d371bc3bf15b 100644 (file)
@@ -28,7 +28,6 @@ public class OutlineColorProperty extends CssProperty<RGBColor> {
     CSS.OUTLINE_COLOR = new OutlineColorProperty();
   }
 
-
   private OutlineColorProperty() {
     super(CSS_PROPERTY);
   }
index 234059289047e7cf01f598a7bc18d475237575e8..a723349a48d66f41462f0ae379a97d3255ea01b0 100644 (file)
@@ -60,5 +60,4 @@ public class OutlineProperty implements
     return new MultipleValueCssSetter(CSS_PROPERTY, outlineColor, outlineStyle, outlineWidth);
   }
 
-
 }
index 8059f389b7e3e59dec94a29aa32fa9a24bef9895..b5ae719ede87d4d575bcec5d91efbcfb91b23fe7 100644 (file)
@@ -39,4 +39,4 @@ public class UriValue implements HasCssName {
     return value;
   }
 
-}
\ No newline at end of file
+}
index dfb7fcfc08828439ca80ed2f915e870d9cb6cb8c..76c9bcb3412e5b31de3d42a8cc5a597b36d2b87f 100644 (file)
@@ -38,7 +38,6 @@ public class ZIndexProperty implements TakesInteger {
   private ZIndexProperty() {
   }
 
-
   public String getCssName() {
     return CSS_PROPERTY;
   }
index 3123a57ca478a2e7660e6fd361fb893f02397f66..4bd133ec4c242d3d2c51e0e83862539512917552 100644 (file)
@@ -34,7 +34,6 @@ public class DocumentStyleImpl {
   private static final RegExp cssNumberRegex = RegExp.compile("^(fillOpacity|fontWeight|lineHeight|opacity|orphans|widows|zIndex|zoom)$", "i");
   private static final RegExp sizeRegex = RegExp.compile("^(client|offset|)(width|height)$", "i");
 
-
   /**
    * Returns the numeric value of a css property.
    *
@@ -123,14 +122,14 @@ public class DocumentStyleImpl {
 
   private Element attachTemporary(Element elem) {
     Element  lastParent = $(elem).parents().last().get(0);
-  
+
     if (lastParent == null){
       //the element itself is detached
       lastParent = elem;
     }
-  
+
     Document.get().getBody().appendChild(lastParent);
-  
+
     return lastParent;
   }
 
index cb0e097c1da25095e72f7dc0c619aff67f99108b..04074656ef32522e4b894ca6f1340b5bddfe6bf7 100644 (file)
@@ -67,7 +67,6 @@ public class DocumentStyleImplIE extends DocumentStyleImpl {
       e.style.removeAttribute(prop);
   }-*/;
 
-
   /**
    * Set the value of a style property of an element.
    * IE needs a special workaround to handle opacity
@@ -110,4 +109,4 @@ public class DocumentStyleImplIE extends DocumentStyleImpl {
     e.getStyle().setProperty("filter",
         "alpha(opacity=" + (int) (Double.valueOf(val) * 100) + ")");
   }
-}
\ No newline at end of file
+}
index fd9d518ed51524b58e73486f51baf62a911f9d8c..a957334c45d031e38f2dd515e23ef5d3a14357a2 100644 (file)
@@ -20,5 +20,4 @@ package com.google.gwt.query.client.impl;
  */
 public abstract class SelectorEngineImpl implements HasSelector {
 
-
 }
index 8da92e2d7747006cb0cd6278b75f3220c1f5845f..9a1591a9f9095f948fe15dbd2e733576c803fabf 100644 (file)
@@ -15,7 +15,6 @@
  */
 package com.google.gwt.query.client.impl;
 
-
 import com.google.gwt.core.client.JavaScriptObject;
 import com.google.gwt.core.client.JsArray;
 import com.google.gwt.dom.client.Element;
@@ -29,7 +28,6 @@ import com.google.gwt.dom.client.NodeList;
  */
 public class SelectorEngineSizzle extends SelectorEngineImpl {
 
-
   public static native void initialize() /*-{
 (function(){
 
@@ -1096,7 +1094,6 @@ $wnd.GQS = GQS;
 
   }-*/;
 
-
   private static native JsArray<Element> select(String selector, Node context, JsArray<Element> results, JsArray<Element> seed) /*-{
     return $wnd.GQS(selector, context, results, seed);
   }-*/;
index 9aad4204b6a867e917810619928f6a0482f96b3d..741c785a51fe37b1097f18190a34a6633ff4ecbd 100644 (file)
@@ -15,7 +15,6 @@
  */
 package com.google.gwt.query.client.impl;
 
-
 import com.google.gwt.core.client.JavaScriptObject;
 import com.google.gwt.core.client.JsArray;
 import com.google.gwt.dom.client.Element;
@@ -41,7 +40,6 @@ import com.google.gwt.dom.client.NodeList;
  */
 public class SelectorEngineSizzleIE extends SelectorEngineImpl {
 
-
   public static native void initialize() /*-{
 (function(){
 
@@ -936,7 +934,6 @@ $wnd.IES = IES;
 
   }-*/;
 
-
   private static native JsArray<Element> select(String selector, Node context, JsArray<Element> results, JsArray<Element> seed) /*-{
     return $wnd.IES(selector, context, results, seed);
   }-*/;
index 428913b2ea4ba604cebfe2e87bb78a8cf41ae7a9..92da332d30121d14e33d07deb5c57f4fc662b6f2 100644 (file)
@@ -37,7 +37,6 @@ import com.google.gwt.query.client.js.JsUtils;
  */
 public class SelectorEngineJS extends SelectorEngineImpl {
 
-
   /**
    * Internal class.
    */
index 64156d60af4b0a1e19c90cd4c44d1f25ada606b2..c536c3c81cc24813af8149704ee4590ccfea2d5d 100644 (file)
@@ -15,7 +15,6 @@
  */
 package com.google.gwt.query.client.impl.research;
 
-
 import com.google.gwt.core.client.JavaScriptObject;
 import com.google.gwt.core.client.JsArray;
 import com.google.gwt.dom.client.Element;
index 63fe922988442331fb9877b0c9f9d9f732d08947..47322d6cef8dcd17df430b85a0b8521b133bbf08 100644 (file)
@@ -31,7 +31,6 @@ import com.google.gwt.query.client.js.JsObjectArray;
 import com.google.gwt.query.client.js.JsRegexp;
 import com.google.gwt.query.client.js.JsUtils;
 
-
 /**
  * Runtime selector engine implementation which translates selectors to XPath
  * and delegates to document.evaluate().
index 71d3d3c0569e498ff328725ca96b5503ced32a64..dff21481bcf0755930fb800cf0a61cefd45f0338 100644 (file)
@@ -53,7 +53,7 @@ public class JsCache extends JavaScriptObject {
   public final native void delete(Object name) /*-{
     delete this[name];
   }-*/;
-  
+
   public final void clear() {
     for (String k : keys()) {
       delete(k);
index e47c4a3bc837cb0d2edfcfc433a21d2f268a1abc..2481325d998eccdca4f958644bb53800f07a5fa6 100644 (file)
@@ -31,4 +31,4 @@ public class JsClosure extends JavaScriptObject {
   public final native void invoke() /*-{
      return this();
   }-*/;
-}
\ No newline at end of file
+}
index d912a7f2708289e09b4cccb52be2655e16534e64..4806d4cd02cb871b5245265500f624bbab265cbe 100644 (file)
@@ -17,7 +17,6 @@ package com.google.gwt.query.client.js;
 
 import com.google.gwt.core.client.JavaScriptObject;
 
-
 /**
  * Lightweight JSO backed implemented of a Map, using Object.hashCode() as key.
  */
index 552a7d21d0c70712bc955771819fc915ac19a8f2..a3b49332e9354512d4d8023889b4aa0f88568616 100644 (file)
@@ -17,7 +17,6 @@ package com.google.gwt.query.client.js;
 
 import com.google.gwt.core.client.JavaScriptObject;
 
-
 /**
  * Lightweight JSO backed implemented of a named array
  */
index d8d5e3122d4068aee8ed4f9aecbcf95b1c73d1fb..c5a6062c56581a700c051aef6f5fc28cc98d42ae 100644 (file)
@@ -71,7 +71,7 @@ public final class JsObjectArray<T> extends JavaScriptObject {
   public void pushAll(JavaScriptObject prevElem) {
     c().pushAll(prevElem);
   }
-  
+
   public boolean contains(Object o) {
     return c().contains(o);
   }
@@ -81,7 +81,7 @@ public final class JsObjectArray<T> extends JavaScriptObject {
       c().remove(o);
     }
   }
-  
+
   public Object[] elements() {
     return c().elements();
   }
index 65f26ceed06f782053a912cf9468622c5e21bb22..82e2ae79776acba30016b8c4dce2d50fab3618a6 100644 (file)
@@ -466,7 +466,6 @@ public class JsUtils {
     return a
   }-*/;
 
-
   /**
    * Call via jsni any arbitrary function present in a Javascript object.
    *
index 64818c9caca9c861a290c2e025d7fe39adec6cd2..fc2c726dab9cbe782d3578ddaec9fa887a62a9ee 100755 (executable)
@@ -285,7 +285,6 @@ public class Effects extends QueuePlugin<Effects> {
    *  });
    * </pre>
    *
-   *
    * For color css properties, values can be specified via hexadecimal or rgb or
    * literal values.
    *
@@ -295,7 +294,6 @@ public class Effects extends QueuePlugin<Effects> {
    *  $("#foo").animate("backgroundColor:'red', color:'#ffffff', borderColor:'rgb(129, 0, 70)', 1000");
    * </pre>
    *
-   *
    * @param prop the property to animate : "cssName:'value'"
    * @param funcs an array of {@link Function} called once the animation is
    *          complete
index 101ae0b997f5e47a992235b44f7a0fc4feb4e9e0..901e3892ca299719974ad8489f19a34a522ff4c9 100644 (file)
@@ -107,14 +107,12 @@ public class Events extends GQuery {
     return this;
   }
 
-
   public GQuery die(int eventbits, String nameSpace) {
     EventsListener.getInstance(Element.is(currentContext) ? (Element) currentContext : body).die(
         eventbits, nameSpace, null, null, currentSelector);
     return this;
   }
 
-
   public GQuery die(int eventbits) {
    return die(eventbits, null);
   }
index f0af09b84add370f131a80af7fb1e2e502e7f11f..1b7d90bf16b4f17e5236fcef82d3ec1c0ec7eb0e 100644 (file)
@@ -182,7 +182,6 @@ public interface LazyEffects<T> extends LazyBase<T>{
    *  });
    * </pre>
    *
-   *
    * For color css properties, values can be specified via hexadecimal or rgb or
    * literal values.
    *
@@ -192,7 +191,6 @@ public interface LazyEffects<T> extends LazyBase<T>{
    *  $("#foo").animate("backgroundColor:'red', color:'#ffffff', borderColor:'rgb(129, 0, 70)', 1000");
    * </pre>
    *
-   *
    * @param prop the property to animate : "cssName:'value'"
    * @param funcs an array of {@link Function} called once the animation is
    *          complete
index e83625d52864ba5dd621196b3bad524b89ea4b1b..9154fa11a1f0218e9aa55235088610bcf6cdd671 100644 (file)
@@ -140,7 +140,7 @@ public class QueuePlugin<T extends QueuePlugin<?>> extends GQuery {
   public Promise promise() {
     return promise(DEFAULT_NAME);
   }
-  
+
   /**
    * Returns a dynamically generated Promise that is resolved once all actions 
    * in the named queue have ended.
@@ -162,17 +162,17 @@ public class QueuePlugin<T extends QueuePlugin<?>> extends GQuery {
           }
         }
       }
-      
+
       public void f() {
         if (--count == 0) {
           dfd.resolve(QueuePlugin.this);
         }
       }
     };
-    
+
     // Run the function and resolve it in case there are not elements with active queue
     resolve.f(this, name);
-    
+
     return dfd.promise();
   }
 
@@ -315,7 +315,7 @@ public class QueuePlugin<T extends QueuePlugin<?>> extends GQuery {
       runNext(elem, name, q);
     }
   }
-  
+
   private void runNext(Element elem, String name, Queue<? extends Function> q) {
     assert q != null;
     Function f = q.peek();
@@ -365,7 +365,7 @@ public class QueuePlugin<T extends QueuePlugin<?>> extends GQuery {
       data(elem, name, queue);
     }
   }
-  
+
   private Callbacks emptyHooks(Element elem, String name) {
     String key = name + EMPTY_HOOKS;
     Callbacks c = (Callbacks)data(elem, key, null);
index 0d85e1fbb792b80d0d62232d85ba5067d77337dd..eb589bbd78ef10744adb142d75f419ccff380616 100755 (executable)
@@ -162,7 +162,6 @@ public class UiPlugin extends GQuery {
     super(gq);
   }
 
-
   /**
    * Return the immediate scrolling parent.
    */
index 6367e7b78274021ff45a81b8c7b177c1dca50700..2eaf38c25207bc33f0a63615475a467caf8f9e61 100755 (executable)
@@ -62,7 +62,6 @@ public class Widgets extends QueuePlugin<Widgets> {
     super(gq);
   }
 
-
   /**
    * Try to create a widget using the given factory and the given options for
    * each element of the query. Returns a new gquery set of elements with the
@@ -139,7 +138,7 @@ public class Widgets extends QueuePlugin<Widgets> {
   public Widgets label() {
     return widgets(new LabelWidgetFactory(), null);
   }
-  
+
   /**
    * Create a {@link Label} widget for each selected element. The
    * <code>initializers</code> will be called on each new {@link Label} created
@@ -166,7 +165,6 @@ public class Widgets extends QueuePlugin<Widgets> {
     return widgets(new PasswordTextBoxWidgetFactory(), initializers);
   }
 
-
   /**
    * Create a {@link TextBox} widget for each selected element. The
    * <code>initializers</code> will be called on each new {@link TextBox}
index b0ee21ad2f29157d14eb7d1b0dea7f83700e5bc0..5baca2f2dab2d6c4519603df90c5a08b01e28c0d 100644 (file)
@@ -35,7 +35,7 @@ public class Ajax extends GQuery {
   public static final String JSON_CONTENT_TYPE = "application/json";
 
   public static final String JSON_CONTENT_TYPE_UTF8 = JSON_CONTENT_TYPE + "; charset=utf-8";
-  
+
   public static interface AjaxTransport {
     Promise getJsonP(Settings settings);
 
@@ -43,7 +43,7 @@ public class Ajax extends GQuery {
 
     Promise getXhr(Settings settings);
   }
-  
+
   /**
    * Ajax Settings object
    */
@@ -93,7 +93,6 @@ public class Ajax extends GQuery {
   /**
    * Perform an ajax request to the server.
    *
-   *
    * Example:
    *
    * <pre>
@@ -119,7 +118,7 @@ public class Ajax extends GQuery {
    */
   public static Promise ajax(Settings settings) {
     resolveSettings(settings);
-    
+
     final Function onSuccess = settings.getSuccess();
     if (onSuccess != null) {
       onSuccess.setElement(settings.getContext());
@@ -184,11 +183,11 @@ public class Ajax extends GQuery {
     }
     return ret;
   }
-  
+
   private static void resolveSettings(Settings settings) {
     String url = settings.getUrl();
     assert settings != null && settings.getUrl() != null: "no url found in settings";
-    
+
     String type = "POST";
     if (settings.getType() != null) {
       type = settings.getType().toUpperCase();
@@ -220,7 +219,7 @@ public class Ajax extends GQuery {
       settings.setUrl(url);
     }
   }
-  
+
   public static Promise ajax(String url, Function onSuccess, Function onError) {
     return ajax(url, onSuccess, onError, (Settings) null);
   }
@@ -375,7 +374,7 @@ public class Ajax extends GQuery {
   public Ajax load(String url, IsProperties data) {
     return load(url, data);
   }
-  
+
   public Ajax load(String url, IsProperties data, final Function onSuccess) {
     Settings s = createSettings();
     final String filter = url.contains(" ") ? url.replaceFirst("^[^\\s]+\\s+", "") : "";
index 12ce7cda9bf855119e190fc148974328aa80b5c3..77f74f88065a969bb26279ec7b294e0f0568ea3d 100644 (file)
@@ -16,12 +16,12 @@ import com.google.gwt.query.client.plugins.deferred.PromiseReqBuilderJSONP;
  * Ajax transport for Client side.
  */
 public class AjaxTransportJs implements AjaxTransport {
-  
+
   @Override
   public Promise getJsonP(Settings settings) {
     return new PromiseReqBuilderJSONP(settings.getUrl(), settings.getTimeout());
   }
-  
+
   @Override
   public Promise getLoadScript(final Settings settings) {
     return new PromiseFunction() {
@@ -47,5 +47,5 @@ public class AjaxTransportJs implements AjaxTransport {
   public Promise getXhr(Settings settings) {
     return new PromiseReqBuilder(settings);
   }
-  
+
 }
index 462ccad82804df61bdcb8d4a914254c3e5c5a99c..9ca2cdec9df1326136c6faca3a8e980e73f02a0e 100644 (file)
@@ -23,7 +23,7 @@ import com.google.gwt.query.client.Function;
  * Implementation of jQuery.Callbacks for gwtquery.
  */
 public class Callbacks {
-  
+
   /**
    * Iterface used for callbacks which could cancel the execution 
    * when returning false;
@@ -35,19 +35,19 @@ public class Callbacks {
      */
     boolean f(Object ...objects);
   }
-  
+
   private List<Object> stack = new ArrayList<Object>();
-  
+
   private boolean done = false;
-    
+
   private List<Object> memory = null;
-  
+
   private boolean isOnce, isMemory, isUnique, stopOnFalse;
-  
+
   public Callbacks() {
     this("");
   }
-  
+
   /**
    * Create a new Callbacks object with options given as a space delimited string.
    * 
@@ -61,7 +61,7 @@ public class Callbacks {
     isUnique = options.contains("unique");
     stopOnFalse = options.contains("stopOnFalse");
   }
-  
+
   /**
    * Add a Callback or a collection of callbacks to a callback list.
    * 
@@ -70,7 +70,7 @@ public class Callbacks {
     addAll((Object[])c);
     return this;
   }
-  
+
   /**
    * Add a Callback or a collection of callbacks to a callback list.
    */
@@ -86,7 +86,7 @@ public class Callbacks {
     addAll((Object[])f);
     return this;
   }
-  
+
   /**
    * Disable a callback list from doing anything more.
    */
@@ -95,7 +95,7 @@ public class Callbacks {
     done = true;
     return this;
   }
-  
+
   /**
    * lock
    */
@@ -124,7 +124,7 @@ public class Callbacks {
     }
     return this;
   }
-  
+
   /**
    * Remove a callback or a collection of callbacks from a callback list.
    */
@@ -132,7 +132,7 @@ public class Callbacks {
     stack.removeAll(Arrays.asList(o));
     return this;
   }
-  
+
   private void addAll(Object...o) {
     for (Object c : o) {
       if (!done && stack != null && c != null && (!isUnique || !stack.contains(c))) {
@@ -162,7 +162,7 @@ public class Callbacks {
     }
     return true;
   }
-  
+
   public String status() {
     return "stack=" + (stack == null ? "null" : stack.size()) + " " + done;
   }
index 771749f8b77cfa98818a8a1a709f086676f5d4e8..b4beee979e325500c62bcf93eecabc2c71940b8d 100644 (file)
@@ -89,7 +89,7 @@ public abstract class FunctionDeferred extends Function {
     cache = type;
     return this;
   }
-  
+
   /**
    * Reset the cache so as a new invocation to this function will
    * execute it instead of restoring old values from cache.
index 996992e7ee5d9a892535402c93c094921151cbd8..356a94b5eab53982914b5c5ba16eae50f2b9264b 100644 (file)
@@ -42,7 +42,7 @@ public abstract class PromiseFunction extends DeferredPromiseImpl {
   public PromiseFunction() {
     f(dfd);
   }
-  
+
   /**
    * This function is called once when the promise is created and the
    * new deferred is available.
index 9278bf7bd217a4df49d69e78244376a5eb08dcf0..606b8a6d6a4578f9990b2e4dce3c8487a998a0bc 100644 (file)
@@ -36,9 +36,9 @@ import com.google.gwt.user.client.rpc.AsyncCallback;
  * </pre>
  */
 public class PromiseReqBuilderJSONP extends DeferredPromiseImpl {
-  
+
   private static final RegExp callbackRegex = RegExp.compile("^(.+[\\?&])([^=]+)=\\?(.*)$");
-  
+
   public PromiseReqBuilderJSONP(String url) {
     this(url, null, 0);
   }
index 147f94ca548bced851f3d04ae731a05aa632bdfd..cdc6da44a28f0d9ff3c75b866a24aca4a902da37 100644 (file)
@@ -25,13 +25,13 @@ package com.google.gwt.query.client.plugins.effects;
  * [2] http://dxr.mozilla.org/mozilla-central/source/content/smil/nsSMILKeySpline.cpp
  */
 public class Bezier {
-                  
+
   private double x1, y1 , x2, y2;
-  
+
   public Bezier(double x1, double y1, double x2, double y2) {
     this.x1 = x1; this.y1 = y1; this.x2 = x2; this.y2 = y2;
   }
-  
+
   private double a(double a1, double a2) {
     return 1.0 - 3.0 * a2 + 3.0 * a1;
   }
@@ -41,15 +41,15 @@ public class Bezier {
   private double c(double a1){
     return 3.0 * a1;
   }
-  
+
   private double calcBezier(double t, double a1, double a2) {
     return ((a(a1, a2)*t + b(a1, a2))*t + c(a1))*t;
   }
-  
+
   private double calcSlope(double t, double a1, double a2) {
     return 3.0 * a(a1, a2)*t*t + 2.0 * b(a1, a2) * t + c(a1);
   }
-  
+
   private double getTForX(double x) {
     double t = x;
     for (double i = 0; i < 4; ++i) {
@@ -60,11 +60,11 @@ public class Bezier {
     }
     return t;
   }
-  
+
   public double f (double x) {
     return calcBezier(getTForX(x), y1, y2);
   }
-  
+
   public String toString() {
     return x1 + "," + y1 + "," + x2 + "," + y2;
   }
index 0adf1ddfdd5b6d4ec74c38c8c93ddd9a686a7faf..59868d366561f44b1a382dc814ea2a50e7dde842 100644 (file)
@@ -554,7 +554,6 @@ public class EventsListener implements EventListener {
       die(b, nameSpace, eventName, originalEventName, cssSelector);
     }
 
-
   }
 
   public void die(int eventbits, String nameSpace, String eventName, String originalEventName,
@@ -638,7 +637,6 @@ public class EventsListener implements EventListener {
       String nameSpace = null;
       String eventName = event;
 
-
       String[] subparts = event.split("\\.", 2);
 
       if (subparts.length == 2) {
@@ -732,7 +730,7 @@ public class EventsListener implements EventListener {
 
   public void unbind(int eventbits, String namespace, String eventName, String originalEventType,
       Function f) {
-    
+
     JsObjectArray<BindFunction> newList = JsObjectArray.createArray().cast();
     for (int i = 0; i < elementEvents.length(); i++) {
       BindFunction listener = elementEvents.get(i);
index f961c09817e2fbc78ae31fb42ad434f674c3b029..aac590ca5957d410b49b5ad22f93437f5b5a551f 100644 (file)
@@ -14,12 +14,9 @@ import com.google.gwt.user.client.Event;
  * element. So, we cannot keep a copy of the MouseDownEvent during a dragging
  * for example.
  *
- *
- *
  * Be Careful : the methods preventDefault() and stopPropagation must be called directly on the
  * original event.
  *
- *
  */
 public class GqEvent extends Event {
 
@@ -53,7 +50,6 @@ public class GqEvent extends Event {
     gQueryEvent.originalEvent = originalEvent;
   }-*/;
 
-
   protected GqEvent() {
   }
 
index 3902814959619d586b2074bf082b78ef44a26981..c1d5c32cca7349bd7a90fcd33e6d58c29c0f37b4 100644 (file)
@@ -15,7 +15,6 @@
  */
 package com.google.gwt.query.client.plugins.widgets;
 
-
 import com.google.gwt.dom.client.ButtonElement;
 import com.google.gwt.dom.client.Element;
 import com.google.gwt.query.client.plugins.widgets.WidgetFactory;
@@ -47,4 +46,4 @@ public class ButtonWidgetFactory implements WidgetFactory<Button> {
     destination.setName(source.getName());
     destination.setValue(source.getValue());
   }
-}
\ No newline at end of file
+}
index e5c18f0a4205889c88a26e413b61302a02f0815f..4e3ad447eeb99f8765cbea63667e6287ea9232c2 100644 (file)
@@ -24,4 +24,4 @@ public class HtmlPanelWidgetFactory implements WidgetFactory<HTMLPanel> {
     return new WidgetsHtmlPanel(e);
   }
 
-}
\ No newline at end of file
+}
index 0beb81d66b080a40ecb389bf4f848566485460f8..51a05174d1743eed81978cd3059d0359506bd9f1 100644 (file)
@@ -27,4 +27,4 @@ public class LabelWidgetFactory implements WidgetFactory<Label> {
     return label;
   }
 
-}
\ No newline at end of file
+}
index eff780f5badb37cd8a451e0d186cdf0458c9c8d5..9200578e791e0c276c0d46bea840392fecbcbe76 100644 (file)
@@ -45,8 +45,7 @@ public class TextAreaWidgetFactory extends TextBoxBaseWidgetFactory<TextArea> {
     return "textarea";
   }
 
-
   protected TextArea createWidget() {
     return new TextArea();
   }
-}
\ No newline at end of file
+}
index 9a7f22eb3d3b6428119b4851f492f8be092ff50c..551359628107535fa99e0714e013f569438edc09 100644 (file)
@@ -20,7 +20,6 @@ import com.google.gwt.dom.client.InputElement;
 import com.google.gwt.user.client.ui.TextBoxBase;
 
 /**
- *
  *
  */
 public abstract class TextBoxBaseWidgetFactory<T extends TextBoxBase>
@@ -59,4 +58,4 @@ public abstract class TextBoxBaseWidgetFactory<T extends TextBoxBase>
   }
 
   protected abstract T createWidget();
-}
\ No newline at end of file
+}
index cf650fb3f9b3f7d7653ec28af8c9017dfa50cbef..3d9c317d595a7f31d138426f60b1c8bc6c5f1947 100644 (file)
@@ -28,4 +28,4 @@ public class TextBoxWidgetFactory extends TextBoxBaseWidgetFactory<TextBox> {
   protected TextBox createWidget() {
     return new TextBox();
   }
-}
\ No newline at end of file
+}
index abd94ef144709d59b5d8e902024868d86ee14573..353befce9b1b3f62a9d11d5f8399f71eaf189f1a 100644 (file)
@@ -26,4 +26,4 @@ import com.google.gwt.user.client.ui.Widget;
    */
   public interface WidgetFactory<W extends Widget> {
     public W create(Element e);
-  }
\ No newline at end of file
+  }
index 408d13368794a5d9b0d3059201ce81f9fda340f3..53a03a7bbb05a4c47966ead8e42eee878070db26 100644 (file)
@@ -40,7 +40,6 @@ public class WidgetsUtils {
   static final String[] appendingTags = {
     "td", "th", "li"};
 
-
   /**
     * Append a widget to a dom element, and hide it.
     * Element classes will be copied to the new widget.
index 76b539f82faeecbfd7b786ba5d35764775c439d3..01f959173f076ff7cd2f0c08dd43376c1b9371b7 100644 (file)
@@ -36,7 +36,7 @@ public class BrowserGenerator extends Generator {
   public String generate(TreeLogger logger, GeneratorContext context, String typeName) throws UnableToCompleteException {
     TypeOracle oracle = context.getTypeOracle();
     PropertyOracle propOracle = context.getPropertyOracle();
-    
+
     String ua = null;
     try {
       ua = propOracle.getSelectionProperty(logger, "user.agent").getCurrentValue();
@@ -44,19 +44,19 @@ public class BrowserGenerator extends Generator {
       logger.log(TreeLogger.ERROR, "Can not resolve user.agent property", e);
       throw new UnableToCompleteException();
     }
-    
+
     JClassType clz = oracle.findType(typeName);
     String pName = clz.getPackage().getName();
     String cName = clz.getName() + "_" + ua;
-    
+
     PrintWriter pWriter = context.tryCreate(logger, pName, cName);
-    
+
     if (pWriter != null) {
       ClassSourceFileComposerFactory cFact = new ClassSourceFileComposerFactory(pName, cName);
       cFact.setSuperclass(pName + "." + clz.getName());
-      
+
       SourceWriter writer = cFact.createSourceWriter(context, pWriter);
-      
+
       writer.println("protected boolean isWebkit() {return " + "safari".equals(ua) + ";}");
       writer.println("protected boolean isSafari() {return " + "safari".equals(ua) + ";}");
       writer.println("protected boolean isOpera() {return " + "opera".equals(ua) + ";}");
@@ -78,7 +78,7 @@ public class BrowserGenerator extends Generator {
           ";}");
       writer.commit(logger);
     }
-    
+
     return pName + "." + cName;
   }
 }
index 3fcbad93b6e1c0043dae86759febe993237354eb..7151ef41cad3618c5004881143c8ae7acb6d51cb 100644 (file)
@@ -59,7 +59,6 @@ public class JsonBuilderGenerator extends Generator {
   static JClassType stringType;
   static JClassType jsonFactoryType;
 
-
   public static String capitalize(String s) {
     if (s.length() == 0)
       return s;
index 1ad4c85032bb1321b80947c77b22e4368b134180..0e83962ea0709f023a7e1dde276beab7931a46c2 100644 (file)
@@ -63,7 +63,7 @@ public class LazyGenerator extends Generator {
         break;
       }
     }
-    
+
     if (targetType == null) return null;
 
     assert targetType != null : "Parameter of Lazy<T> not found";
index 459df9af1b733a4e95a27a82a34ba8957d6b698e..e0cdb04a66bff4b5b8a3640a72cc404a7fd064ee 100644 (file)
@@ -64,4 +64,4 @@ public class SelectorGeneratorNative extends SelectorGeneratorCssToXPath {
   protected boolean hasGetElementsByClassName() {
     return true;
   }
-}
\ No newline at end of file
+}
index 2aa289461649c872173bde77e59ac98249b55723..3fe445c5f884fe5d2fea1265a4285fc1c54be928 100644 (file)
@@ -58,4 +58,4 @@ public class SelectorGeneratorNativeIE8 extends SelectorGeneratorJS {
   protected boolean hasGetElementsByClassName() {
     return false;
   }
-}
\ No newline at end of file
+}
index 899886ae0c20ac072c8eb23b3a30c2a029684e0c..aac00fdfe208a0886f0a6fb7fbfc075450ec3104 100644 (file)
@@ -58,4 +58,4 @@ public class SelectorGeneratorNativeIE9 extends SelectorGeneratorJS {
   protected boolean hasGetElementsByClassName() {
     return false;
   }
-}
\ No newline at end of file
+}
index 2db50517c5d68ffd4b547ddd7887c265546c7a90..77bd732e2fccb81931e26a945804764f2d679f16 100644 (file)
@@ -25,32 +25,32 @@ import com.google.gwt.user.server.Base64Utils;
  * 
  */
 public class AjaxTransportJre implements AjaxTransport {
-  
+
   private static String localDomain = null;
-  
+
   private static CookieManager cookieManager = CookieManager.getInstance();
 
   private static boolean debugOutput = false;
-  
+
   private static boolean followRedirections = true;
-  
+
   public static void enableCORS(String domain) {
     localDomain = domain;
     System.setProperty("sun.net.http.allowRestrictedHeaders", "true");
   }
-  
+
   public static void enableDebug(boolean b) {
     debugOutput = b;
   }
-  
+
   public static void enableCookies(boolean b) {
     cookieManager = b ? CookieManager.getInstance() : null;
   }
-  
+
   public static void enableRedirections(boolean b) {
     followRedirections = b;
   }
-  
+
   private final String USER_AGENT = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:26.0) Gecko/20100101 Firefox/26.0";
   private final String jsonpCbRexp = "(?ms)^.*jre_callback\\((.*)\\).*$";
 
@@ -58,11 +58,11 @@ public class AjaxTransportJre implements AjaxTransport {
     String url = settings.getUrl().replaceFirst("callback=[^&]*", "");
     url += (url.contains("?") ? "&" : "?") + "callback=jre_callback";
     settings.setUrl(url);
-    
+
     if (settings.getTimeout() < 1) {
       settings.setTimeout(10000);
     }
-    
+
     return getXhr(settings, false)
       .then(new Function() {
         public Object f(Object... args) {
@@ -79,7 +79,7 @@ public class AjaxTransportJre implements AjaxTransport {
   public Promise getLoadScript(Settings settings) {
     return getXhr(settings, false);
   }
-  
+
   public Promise getXhr(final Settings settings) {
     return getXhr(settings, true);
   }
@@ -107,12 +107,12 @@ public class AjaxTransportJre implements AjaxTransport {
   private Response httpClient(Settings s, boolean cors) throws Exception {
     String url = s.getUrl();
     assert url.toLowerCase().startsWith("http");
-    
+
     URL u = new URL(url);
     HttpURLConnection c = (HttpURLConnection) u.openConnection();
-    
+
     c.setInstanceFollowRedirects(followRedirections);
-    
+
     c.setRequestMethod(s.getType());
     c.setRequestProperty("User-Agent", USER_AGENT);
     if (s.getUsername() != null && s.getPassword() != null) {
@@ -121,7 +121,7 @@ public class AjaxTransportJre implements AjaxTransport {
     if (cookieManager != null) {
       cookieManager.setCookies(c);
     }
-    
+
     boolean isCORS = cors && localDomain != null && !s.getUrl().contains(localDomain);
     if (isCORS) {
       // TODO: fetch options previously to the request
@@ -141,24 +141,24 @@ public class AjaxTransportJre implements AjaxTransport {
       //   Access-Control-Allow-Credentials: true
       c.setRequestProperty("Origin", localDomain);
     }
-    
+
     if (s.getTimeout() > 0) {
       c.setConnectTimeout(s.getTimeout());
       c.setReadTimeout(s.getTimeout());
     }
-    
+
     IsProperties headers = s.getHeaders();
     if (headers != null) {
       for (String h : headers.getFieldNames()) {
         c.setRequestProperty(h, "" + headers.get(h));
       }
     }
-    
+
     if (s.getType().matches("POST|PUT")) {
       c.setRequestProperty("Content-Type", s.getContentType());
-      
+
       debugRequest(c, s.getDataString());
-      
+
       c.setDoOutput(true);
       DataOutputStream wr = new DataOutputStream(c.getOutputStream());
       wr.writeBytes(s.getDataString());
@@ -167,7 +167,7 @@ public class AjaxTransportJre implements AjaxTransport {
     } else {
       debugRequest(c, null);
     }
-    
+
     int code = c.getResponseCode();
     if (isCORS) {
       if (!localDomain.equals(c.getHeaderField("Access-Control-Allow-Origin"))) {
@@ -177,9 +177,9 @@ public class AjaxTransportJre implements AjaxTransport {
         code = 0;
       }
     }
-    
+
     String payload = "";
-    
+
     InputStream is = code >= 400 ? c.getErrorStream() : c.getInputStream();
     if (is != null) {
       BufferedReader in = new BufferedReader(new InputStreamReader(is));
@@ -191,14 +191,14 @@ public class AjaxTransportJre implements AjaxTransport {
       in.close();
       payload = response.toString();
     }
-    
+
     if (cookieManager != null) {
       cookieManager.storeCookies(c);
     }
 
     return new ResponseJre(code, c.getResponseMessage(), payload, c.getHeaderFields());
   }
-  
+
   private void debugRequest(HttpURLConnection c, String payload) {
     if (debugOutput) {
       System.out.println(c.getRequestMethod() + " " + c.getURL().getPath());
index 1f1241bad784cfad0589315c0b12bb6c4e928fcc..7db059407a7fa8fecaa81af6a28f9293c6b5d337 100644 (file)
@@ -31,21 +31,21 @@ public class CookieManager {
   private static final char DOT = '.';
 
   private DateFormat dateFormat = new SimpleDateFormat(DATE_FORMAT);;
-  
+
   private static CookieManager cookieManager = new CookieManager();
 
   public static CookieManager getInstance() {
     return cookieManager;
   }
-  
+
   public void clear() {
     store.clear();
   }
-  
+
   public void removeDomainCookies(String domain) {
     store.remove(domain);
   }
-  
+
   public void removeDomainCookie(String domain, String... cookies) {
     Map<String, Map<String, String>> domainStore =  store.get(domain);
     if (domainStore != null) {
@@ -54,11 +54,11 @@ public class CookieManager {
       }
     }
   }
-  
+
   public void setDomcainCookie(String host, String name, String value) {
     setDomcainCookieProperty(host, name, name, value);
   }
-    
+
   public void setDomcainCookieProperty(String host, String name, String prop, String value) {
     String domain = getDomainFromHost(host);
     Map<String, Map<String, String>> domainStore =  store.get(domain);
index 207484a93440ec472a119e9f7342de15c3c4ec6b..83e069412ef1e720b55e0dd3f97a92f901dbd4cf 100644 (file)
@@ -14,14 +14,14 @@ public class ResponseJre extends Response {
   private Map<String,List<String>> headers;
   private String responseText;
   private String statusText;
-  
+
   public ResponseJre(int status, String statusText, String text, Map<String,List<String>> headers) {
     this.status = status;
     this.headers = headers;
     this.responseText = text;
     this.statusText = statusText;
   }
-  
+
   public String getHeader(String header) {
     List<String> l = headers.get(header);
     if (l != null && !l.isEmpty()) {
@@ -67,4 +67,4 @@ public class ResponseJre extends Response {
   public String getText() {
     return responseText;
   }
-}
\ No newline at end of file
+}
index 76be5b89f36f41574d1d0ac9ef8b84992216b300..eecd20d10fbd07a8300e64dd6835ff493a924e26 100644 (file)
@@ -54,7 +54,7 @@ public class PromiseRF extends DeferredPromiseImpl {
   private int total = 0;
   private List<Object> responses = new ArrayList<Object>();
   private List<RequestContext> contexts = new ArrayList<RequestContext>();
-  
+
   /**
    * Fire a RF Request.
    */