]> source.dussan.org Git - gwtquery.git/commitdiff
move jsni start marks to new line so as eclipse formatter ignores them
authorManolo Carrasco <manolo@apache.org>
Thu, 1 Jan 2015 19:07:28 +0000 (20:07 +0100)
committerManolo Carrasco <manolo@apache.org>
Fri, 2 Jan 2015 08:22:29 +0000 (09:22 +0100)
50 files changed:
gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java
gwtquery-core/src/main/java/com/google/gwt/query/client/LazyGQuery.java
gwtquery-core/src/main/java/com/google/gwt/query/client/Properties.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/BackgroundAttachmentProperty.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/BackgroundPositionProperty.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/BorderCollapseProperty.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/BorderSpacingProperty.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/HasCssValue.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/MarginProperty.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/PaddingProperty.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/SimpleCssSetter.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/TakesCssValue.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/TakesInteger.java
gwtquery-core/src/main/java/com/google/gwt/query/client/css/TakesNumber.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/AttributeTridentImpl.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/ConsoleBrowser.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/HasSelector.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngine.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/SelectorEngineJSIE.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/JsNodeArray.java
gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsRegexp.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/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/LazyEvents.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/LazyWidgets.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/MouseOptions.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/MousePlugin.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/deferred/PromiseReqBuilder.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/Fx.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/effects/Transitions.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/WidgetsHtmlPanel.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/widgets/WidgetsUtils.java
gwtquery-core/src/main/java/com/google/gwt/query/linker/IFrameWithDocTypeLinker.java

index c8edace52f18740ec196326d450541efdee05798..a88427e45ddc49b71d9f22d7b0bbb2ff2f887b72 100644 (file)
@@ -695,7 +695,6 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
     wrapperMap.put("col", new TagWrapper(2, "<table><tbody></tbody><colgroup>",
     "</colgroup></table>"));
     wrapperMap.put("area", new TagWrapper(1, "<map>", "</map>"));
-
   }
 
   private static GQuery innerHtml(String html, Document doc) {
@@ -778,12 +777,16 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
     return engine;
   }
 
-  private static native void scrollIntoViewImpl(Node n) /*-{
+  private static native void scrollIntoViewImpl(Node n)
+  /*-{
+
     if (n)
       n.scrollIntoView()
   }-*/;
 
-  private static native void setElementValue(Element e, String value) /*-{
+  private static native void setElementValue(Element e, String value)
+  /*-{
+
     e.value = value;
   }-*/;
 
@@ -1465,7 +1468,6 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
     }
 
     return $(unique(result));
-
   }
 
   /**
@@ -2378,7 +2380,9 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
     return end();
   }
 
-  private native Element getPreviousSiblingElement(Element elem) /*-{
+  private native Element getPreviousSiblingElement(Element elem)
+  /*-{
+
     var sib = elem.previousSibling;
     while (sib && sib.nodeType != 1)
       sib = sib.previousSibling;
@@ -3982,7 +3986,6 @@ public class GQuery implements Lazy<GQuery, LazyGQuery> {
       $(el).remove();
     }
     return this;
-
   }
 
   /**
index 8addc6db7faa95010617f81731b7e785904e8347..3dbf86dbac3b833d49fccf0e48623f5c571901a0 100644 (file)
@@ -2549,5 +2549,4 @@ public interface LazyGQuery<T> extends LazyBase<T>{
    * everything else.
    */
   LazyGQuery<T> wrapInner(String html);
-
 }
index 0997404e5fd90ee35aae13782253aa81ccdb54af..027f88405c55810b5084f2b822a32ba332b4f7c6 100644 (file)
@@ -89,7 +89,9 @@ public class Properties extends JavaScriptObject implements IsProperties {
     return this.<JsCache>cast();
   }
 
-  public final native Properties cloneProps() /*-{
+  public final native Properties cloneProps()
+  /*-{
+
     var props = {};
     for(p in this) {
       props[p] =  this[p];
@@ -180,7 +182,9 @@ public class Properties extends JavaScriptObject implements IsProperties {
    * Its useful for exporting or importing to javascript.
    * 
    */
-  public final native <T> void setFunction(T name, Function f) /*-{
+  public final native <T> void setFunction(T name, Function f)
+  /*-{
+
     if (!f) return;
     this[name] = function() {
       f.@com.google.gwt.query.client.Function::fe(Ljava/lang/Object;)(arguments);
index 6460b3503d239e38faf13a77fad906bc484826ae..2be77855cfae2e15292841f7c3339989c6f89d2c 100644 (file)
@@ -46,7 +46,6 @@ public class BackgroundAttachmentProperty extends
     };
 
     public abstract String getCssName();
-
   }
 
   private static final String CSS_PROPERTY = "backgroundAttachment";
index c0b37fb4b0ee9a46b87cf080989ddb92984708cb..e16a5daf75fea51680b1b8791293f87a95a780c6 100644 (file)
@@ -134,7 +134,6 @@ public class BackgroundPositionProperty extends
       RIGHT_TOP = new BackgroundPosition(RIGHT_VALUE + " " + TOP_VALUE);
       TOP = new BackgroundPosition(TOP_VALUE);
       BOTTOM = new BackgroundPosition(BOTTOM_VALUE);
-
     }
 
     /**
index 7a62610509988b3975962555e9d11be11b28314c..3f5c4e661fbad0b0fd9f6a87319ae69d80b2e305 100644 (file)
@@ -45,7 +45,6 @@ public class BorderCollapseProperty extends
 
   public static void init() {
     CSS.BORDER_COLLAPSE = new BorderCollapseProperty();
-
   }
 
   private BorderCollapseProperty() {
index eee9f71d99e1e4bf81f01df22213660cd3dff3c7..979b5933e07e4d640a069d4dc94c0c98bbc61a31 100644 (file)
@@ -66,7 +66,6 @@ public class BorderSpacingProperty extends
 
   public static void init() {
     CSS.BORDER_SPACING = new BorderSpacingProperty();
-
   }
 
   private BorderSpacingProperty() {
index f55e648da0532671d99c25d2117839d77cbe1a76..c72fa5ee82ac67ea98a970898544aa4f48900a87 100644 (file)
  */
 package com.google.gwt.query.client.css;
 
-import com.google.gwt.dom.client.Style.VerticalAlign;
-import com.google.gwt.query.client.css.BackgroundAttachmentProperty.BackgroundAttachment;
-import com.google.gwt.query.client.css.BackgroundPositionProperty.BackgroundPosition;
-import com.google.gwt.query.client.css.BackgroundRepeatProperty.BackgroundRepeat;
-import com.google.gwt.query.client.css.BorderCollapseProperty.BorderCollapse;
-import com.google.gwt.query.client.css.BorderSpacingProperty.BorderSpacing;
-import com.google.gwt.query.client.css.BorderWidthProperty.BorderWidth;
-import com.google.gwt.query.client.css.CaptionSideProperty.CaptionSide;
-import com.google.gwt.query.client.css.EmptyCellsProperty.EmptyCells;
-import com.google.gwt.query.client.css.FontVariantProperty.FontVariant;
-import com.google.gwt.query.client.css.ListStylePositionProperty.ListStylePosition;
 import com.google.gwt.query.client.css.MarginProperty.ShorthandMarginProperty;
 import com.google.gwt.query.client.css.PaddingProperty.ShorthandPaddingProperty;
 import com.google.gwt.query.client.css.UnicodeBidiProperty.UnicodeBidi;
@@ -1296,6 +1285,5 @@ public class CSS {
     WhiteSpaceProperty.init();
     WordSpacingProperty.init();
     ZIndexProperty.init();
-
   }
 }
index e219b4d8df6d51470ed7d440149443ba87282b50..f6ea511aa6b5da8338d602293b9389cb65418908 100644 (file)
@@ -19,7 +19,7 @@ import com.google.gwt.dom.client.Style;
 import com.google.gwt.dom.client.Style.HasCssName;
 
 /**
- * Minimal contract for an object defining a css property
+ * Minimal contract for an object defining a css property.
  *
  */
 public interface HasCssValue extends HasCssName {
index a6cf8e41bd7cb743c6dc7eb9bfbe0c4b3c338594..1355276cfc5822c65b0530e9e6248e02a9e230ef 100644 (file)
@@ -40,7 +40,6 @@ public class MarginProperty extends CssProperty<Length> {
      */
     public CssSetter with(Length margin) {
       return new MultipleValueCssSetter(getCssName(), margin);
-
     }
 
     /**
@@ -49,7 +48,6 @@ public class MarginProperty extends CssProperty<Length> {
      */
     public CssSetter with(Length topAndBottom, Length leftAndRight) {
       return new MultipleValueCssSetter(getCssName(), topAndBottom, leftAndRight);
-
     }
 
     /**
@@ -58,7 +56,6 @@ public class MarginProperty extends CssProperty<Length> {
      */
     public CssSetter with(Length top, Length leftAndRight, Length bottom) {
       return new MultipleValueCssSetter(getCssName(), top, leftAndRight, bottom);
-
     }
 
     /**
@@ -68,7 +65,6 @@ public class MarginProperty extends CssProperty<Length> {
         Length margin4) {
       return new MultipleValueCssSetter(getCssName(), margin1, margin2,
           margin3, margin4);
-
     }
   }
 
index 8dbca5d3fde56f3f2cf58741b1f094846309be39..dac18f8157aff4d8178ff3a4f4db28315e7bf851 100644 (file)
@@ -41,7 +41,6 @@ public class PaddingProperty extends CssProperty<Length> {
      */
     public CssSetter with(Length padding) {
       return new MultipleValueCssSetter(getCssName(), padding);
-
     }
 
     /**
@@ -51,7 +50,6 @@ public class PaddingProperty extends CssProperty<Length> {
     public CssSetter with(Length topAndBottom, Length leftAndRight) {
       return new MultipleValueCssSetter(getCssName(), topAndBottom,
           leftAndRight);
-
     }
 
     /**
@@ -60,7 +58,6 @@ public class PaddingProperty extends CssProperty<Length> {
      */
     public CssSetter with(Length top, Length leftAndRight, Length bottom) {
       return new MultipleValueCssSetter(getCssName(), top, leftAndRight, bottom);
-
     }
 
     /**
@@ -70,7 +67,6 @@ public class PaddingProperty extends CssProperty<Length> {
         Length padding4) {
       return new MultipleValueCssSetter(getCssName(), padding1, padding2,
           padding3, padding4);
-
     }
   }
 
index 468a1edf2cc349582e2c6a700c90107e8dc04ae9..fb605568874a7cf335a29dd365125d4161b106f6 100644 (file)
@@ -21,7 +21,7 @@ import com.google.gwt.query.client.css.TakesCssValue.CssSetter;
 
 /**
  * Simple implementation of {@link CssSetter} interface. It does its job for the
- * most CSS property
+ * most CSS property.
  *
  */
 public class SimpleCssSetter implements CssSetter {
@@ -41,6 +41,5 @@ public class SimpleCssSetter implements CssSetter {
   public void applyCss(Element e) {
     assert e != null : "Impossible to apply css to a null object";
     e.getStyle().setProperty(property, value != null ? value : "");
-
   }
 }
index 5f9d922d2faaeb680cf8902e0ad4990d106fb2cd..62947bb5ae54c2c15f4aa039f0a3c377d9bbcf28 100644 (file)
@@ -27,5 +27,4 @@ public interface TakesCssValue<T> extends HasCssValue {
   }
 
   CssSetter with(T value);
-
 }
index f298feaa6916fd89963bad12ac96575734645cdf..1ec7fadfe596e43b1bf9c21d3bf1977c840b353c 100644 (file)
@@ -19,7 +19,7 @@ import com.google.gwt.query.client.css.TakesCssValue.CssSetter;
 
 /**
  * Interface to be implemented by properties which take a integer as defined in
- * css2 specification
+ * css2 specification.
  *
  * @see http://www.w3.org/TR/CSS21/syndata.html#value-def-number
  */
index fb443198b5a7fcaf0c00c1f07a418d9ccea92cc1..5fefe271d0dc3cafabb3da2cc7837dd8e9a910fb 100644 (file)
@@ -19,7 +19,7 @@ import com.google.gwt.query.client.css.TakesCssValue.CssSetter;
 
 /**
  * Interface to be implemented by properties which take a number as defined in
- * css2 specification
+ * css2 specification.
  *
  * @see http://www.w3.org/TR/CSS21/syndata.html#value-def-number
  */
index 76c9bcb3412e5b31de3d42a8cc5a597b36d2b87f..7202f5f32771a07c72187ef20b3d53f42cfb7674 100644 (file)
@@ -62,9 +62,10 @@ public class ZIndexProperty implements TakesInteger {
    * See GWT issue 5548
    * http://code.google.com/p/google-web-toolkit/issues/detail?id=5548
    */
-  private native String getZIndex(Style s) /*-{
+  private native String getZIndex(Style s)
+  /*-{
+
     //force to return a string
     return "" + s["zIndex"];
   }-*/;
-
 }
index 2e22cedaf084091531803d934064aef2fe4294cd..7b10f69e71de908bb7cd238d06681b8864cffb07 100644 (file)
@@ -60,7 +60,9 @@ public class AttributeTridentImpl extends AttributeImpl {
     }
   }
 
-  private static native String getAttributeNode(Element e, String name)/*-{
+  private static native String getAttributeNode(Element e, String name)
+  /*-{
+
     var attrNode = e.getAttributeNode(name);
     if (attrNode && attrNode.nodeValue !== "") {
       return attrNode.nodeValue;
@@ -69,7 +71,9 @@ public class AttributeTridentImpl extends AttributeImpl {
   }-*/;
 
   private static native boolean setAttributeNode(Element e, String name,
-      Object value)/*-{
+      Object value)
+  /*-{
+
     var attrNode = e.getAttributeNode(name);
     if (attrNode) {
       attrNode.nodeValue = value;
index 6b7fb16209d9cc7110ed7c56a1bfbe0902891b0f..ace136665fb654f9b6f7be44b0e11c5dccacdd87 100644 (file)
@@ -31,7 +31,9 @@ public class ConsoleBrowser implements Console {
    */
   private static class ConsoleIe8 extends ConsoleIe9 {
     @Override
-    protected native void init()/*-{
+    protected native void init()
+  /*-{
+
       try {
         Function.prototype.call.call($wnd.console.log, $wnd.console, Array.prototype.slice.call(arguments));
         this.@com.google.gwt.query.client.impl.ConsoleBrowser.ConsoleIe9::initialized = true;
@@ -51,7 +53,9 @@ public class ConsoleBrowser implements Console {
       init();
     }
 
-    protected native void init()/*-{
+    protected native void init()
+  /*-{
+
       try {
         [ "log", "info", "warn", "error", "dir", "clear", "profile", "profileEnd" ]
           .forEach(function(method) {
@@ -108,59 +112,87 @@ public class ConsoleBrowser implements Console {
    * Default implementation: webkit, opera, FF, ie10
    */
   private static class ConsoleImpl {
-    public native void clear() /*-{
+    public native void clear()
+  /*-{
+
       $wnd.console.clear();
     }-*/;
 
-    public native void dir(Object arg) /*-{
+    public native void dir(Object arg)
+  /*-{
+
       $wnd.console.dir(arg);
     }-*/;
 
-    public native void error(JavaScriptObject arg) /*-{
+    public native void error(JavaScriptObject arg)
+  /*-{
+
       $wnd.console.error.apply($wnd.console, arg);
     }-*/;
 
-    public native void group(Object arg) /*-{
+    public native void group(Object arg)
+  /*-{
+
       $wnd.console.group(arg);
     }-*/;
 
-    public native void groupCollapsed(Object arg) /*-{
+    public native void groupCollapsed(Object arg)
+  /*-{
+
       $wnd.console.groupCollapsed(arg);
     }-*/;
 
-    public native void groupEnd() /*-{
+    public native void groupEnd()
+  /*-{
+
       $wnd.console.groupEnd();
     }-*/;
 
-    public native void info(JavaScriptObject arg) /*-{
+    public native void info(JavaScriptObject arg)
+  /*-{
+
       $wnd.console.info.apply($wnd.console, arg);
     }-*/;
 
-    public native void log(JavaScriptObject arg) /*-{
+    public native void log(JavaScriptObject arg)
+  /*-{
+
       $wnd.console.log.apply($wnd.console, arg);
     }-*/;
 
-    public native void profile(String title) /*-{
+    public native void profile(String title)
+  /*-{
+
       $wnd.console.profile(title);
     }-*/;
 
-    public native void profileEnd(String title) /*-{
+    public native void profileEnd(String title)
+  /*-{
+
       $wnd.console.profileEnd(title);
     }-*/;
 
-    public native void time(String title) /*-{
+    public native void time(String title)
+  /*-{
+
       $wnd.console.time(title);
     }-*/;
 
-    public native void timeEnd(String title) /*-{
+    public native void timeEnd(String title)
+  /*-{
+
       $wnd.console.timeEnd(title);
     }-*/;
 
-    public native void timeStamp(Object arg) /*-{
+    public native void timeStamp(Object arg)
+  /*-{
+
       $wnd.console.timeStamp(arg);
     }-*/;
 
-    public native void warn(JavaScriptObject arg) /*-{
+    public native void warn(JavaScriptObject arg)
+  /*-{
+
       $wnd.console.warn.apply($wnd.console, arg);
     }-*/;
   }
index 4bd133ec4c242d3d2c51e0e83862539512917552..585cb4a198e01e0bbaa5c9b85dc1bf6194f30127 100644 (file)
@@ -251,7 +251,9 @@ public class DocumentStyleImpl {
   }
 
   protected native String getComputedStyle(Element elem, String hyphenName,
-      String camelName, String pseudo) /*-{
+      String camelName, String pseudo)
+  /*-{
+
     try {
      var cStyle = $doc.defaultView.getComputedStyle(elem, pseudo);
      return cStyle && cStyle.getPropertyValue ? cStyle.getPropertyValue(hyphenName) : null;
@@ -278,14 +280,18 @@ public class DocumentStyleImpl {
     return ret;
   }
 
-  public native Document getContentDocument(Node n) /*-{
+  public native Document getContentDocument(Node n)
+  /*-{
+
     var d = n.contentDocument || n.document || n.contentWindow.document;
     if (!d.body)
       this.@com.google.gwt.query.client.impl.DocumentStyleImpl::emptyDocument(Lcom/google/gwt/dom/client/Document;)(d);
     return d;
   }-*/;
 
-  public native void emptyDocument(Document d) /*-{
+  public native void emptyDocument(Document d)
+  /*-{
+
     d.open();
     d.write("<head/><body/>");
     d.close();
index 04074656ef32522e4b894ca6f1340b5bddfe6bf7..6193dff3a1be842f9d2c6a479a25ec977ef8f2ed 100644 (file)
@@ -62,7 +62,9 @@ public class DocumentStyleImplIE extends DocumentStyleImpl {
   /**
    * Remove a style property from an element.
    */
-  public native void removeStyleProperty(Element e, String prop) /*-{
+  public native void removeStyleProperty(Element e, String prop)
+  /*-{
+
     if (e && e.style && 'removeAttribute' in e)
       e.style.removeAttribute(prop);
   }-*/;
@@ -82,7 +84,9 @@ public class DocumentStyleImplIE extends DocumentStyleImpl {
 
   @Override
   protected native String getComputedStyle(Element elem, String hyphenName,
-      String camelName, String pseudo) /*-{
+      String camelName, String pseudo)
+  /*-{
+
     // code lifted from jQuery
     if (!elem.style || !'currentStyle' in elem || !'runtimeStyle' in elem) return null;
     var style = elem.style;
index 8ca0a3b766eaaa25ef709d30e0f4821f742c2694..b8e6fc67f0671954c98ac65a911229e4b6dbe532 100644 (file)
@@ -29,5 +29,4 @@ public interface HasSelector {
    * @return a list of matched nodes
    */
   NodeList<Element> select(String selector, Node ctx);
-
 }
index 858ee141a8d7b354e11de4c65b65264833d8f260..9a8d16d0915c89fe871f59b04497535abe6962c5 100644 (file)
@@ -41,15 +41,21 @@ public class SelectorEngine implements HasSelector {
   private static DocumentStyleImpl styleImpl;
 
   public static native NodeList<Element> getElementsByClassName(String clazz,
-      Node ctx) /*-{
+      Node ctx)
+  /*-{
+
         return ctx.getElementsByClassName(clazz);
   }-*/;
 
-  public static native Node getNextSibling(Node n) /*-{
+  public static native Node getNextSibling(Node n)
+  /*-{
+
        return n.nextSibling || null;
   }-*/;
 
-  public static native Node getPreviousSibling(Node n) /*-{
+  public static native Node getPreviousSibling(Node n)
+  /*-{
+
        return n.previousSibling || null;
   }-*/;
 
@@ -65,17 +71,23 @@ public class SelectorEngine implements HasSelector {
   }
 
   public static native NodeList<Element> querySelectorAllImpl(String selector,
-      Node ctx) /*-{
+      Node ctx)
+  /*-{
+
       return ctx.querySelectorAll(selector);
   }-*/;
 
   public static native NodeList<Element> elementsByTagName(String selector,
-      Node ctx) /*-{
+      Node ctx)
+  /*-{
+
       return ctx.getElementsByTagName(selector);
   }-*/;
 
   public static native NodeList<Element> elementsByClassName(String selector,
-      Node ctx) /*-{
+      Node ctx)
+  /*-{
+
       return ctx.getElementsByClassName(selector);
   }-*/;
 
@@ -90,7 +102,9 @@ public class SelectorEngine implements HasSelector {
   }
 
   public static native NodeList<Element> xpathEvaluate(String selector,
-      Node ctx, JsNodeArray r) /*-{
+      Node ctx, JsNodeArray r)
+  /*-{
+
       var node;
       var ownerDoc = ctx && (ctx.ownerDocument || ctx );
       var evalDoc = ownerDoc ? ownerDoc : $doc;
@@ -263,7 +277,9 @@ public class SelectorEngine implements HasSelector {
     }
   }
 
-  public native boolean contains(Element a, Element b) /*-{
+  public native boolean contains(Element a, Element b)
+  /*-{
+
     return a.contains ? a != b && a.contains(b) : !!(a.compareDocumentPosition(b) & 16)
   }-*/;
 
@@ -283,12 +299,16 @@ public class SelectorEngine implements HasSelector {
   /**
    * Check if the browser has native support for css selectors
    */
-  public static native boolean hasQuerySelectorAll() /*-{
+  public static native boolean hasQuerySelectorAll()
+  /*-{
+
     return $doc.location.href.indexOf("_force_no_native") < 0 &&
            typeof $doc.querySelectorAll == 'function';
   }-*/;
 
-  public static native boolean hasXpathEvaluate() /*-{
+  public static native boolean hasXpathEvaluate()
+  /*-{
+
     return !!$doc.evaluate;
   }-*/;
 
index a957334c45d031e38f2dd515e23ef5d3a14357a2..bc2a458752bccef5feeeb02c9d17963c594055af 100644 (file)
@@ -19,5 +19,4 @@ package com.google.gwt.query.client.impl;
  * Base/Utility class for runtime selector engine implementations.
  */
 public abstract class SelectorEngineImpl implements HasSelector {
-
 }
index 718883bc3aa5e397a65505e84a8b25c13d91ec24..927a52591655b1b14f27c67c6032ee872c4baf97 100644 (file)
@@ -28,7 +28,9 @@ import com.google.gwt.dom.client.NodeList;
  */
 public class SelectorEngineSizzle extends SelectorEngineImpl {
 
-  public static native void initialize() /*-{
+  public static native void initialize()
+  /*-{
+
 (function(){
 
 var chunker = /((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,
@@ -1088,12 +1090,12 @@ var posProcess = function(selector, context){
 
 window.GQS = GQS;
 $wnd.GQS = GQS;
-
 })();
-
   }-*/;
 
-  private static native JsArray<Element> select(String selector, Node context, JsArray<Element> results, JsArray<Element> seed) /*-{
+  private static native JsArray<Element> select(String selector, Node context, JsArray<Element> results, JsArray<Element> seed)
+  /*-{
+
     return $wnd.GQS(selector, context, results, seed);
   }-*/;
 
index b4130f9701a235e4a57ef3972762665f515d9d04..227e1a4bb2fa48168e61bb458ba1937f5675a975 100644 (file)
@@ -40,7 +40,9 @@ import com.google.gwt.dom.client.NodeList;
  */
 public class SelectorEngineSizzleIE extends SelectorEngineImpl {
 
-  public static native void initialize() /*-{
+  public static native void initialize()
+  /*-{
+
 (function(){
 
 var chunker = /((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,
@@ -928,12 +930,12 @@ var posProcess = function(selector, context){
 
 window.IES = IES;
 $wnd.IES = IES;
-
 })();
-
   }-*/;
 
-  private static native JsArray<Element> select(String selector, Node context, JsArray<Element> results, JsArray<Element> seed) /*-{
+  private static native JsArray<Element> select(String selector, Node context, JsArray<Element> results, JsArray<Element> seed)
+  /*-{
+
     return $wnd.IES(selector, context, results, seed);
   }-*/;
 
index 92da332d30121d14e33d07deb5c57f4fc662b6f2..733848f8ec0c3c14ef1027e2205cefe4e60fc077 100644 (file)
@@ -139,24 +139,34 @@ public class SelectorEngineJS extends SelectorEngineImpl {
     }
   }
 
-  public static native void clearAdded(Node node) /*-{
+  public static native void clearAdded(Node node)
+  /*-{
+
       node.added = null;
     }-*/;
 
   public static native NodeList<Element> getElementsByClassName(String clazz,
-      Node ctx) /*-{
+      Node ctx)
+  /*-{
+
       return ctx.getElementsByClassName(clazz);
   }-*/;
 
-  public static native boolean isAdded(Node prevRef) /*-{
+  public static native boolean isAdded(Node prevRef)
+  /*-{
+
       return prevRef.added || false;
     }-*/;
 
-  public static native void setAdded(Node prevRef, boolean added) /*-{
+  public static native void setAdded(Node prevRef, boolean added)
+  /*-{
+
       prevRef.added = added;
     }-*/;
 
-  public static native void setSkipTag(JsNodeArray prevElem, boolean skip) /*-{
+  public static native void setSkipTag(JsNodeArray prevElem, boolean skip)
+  /*-{
+
       prevElem.skipTag = skip;
     }-*/;
 
@@ -179,7 +189,9 @@ public class SelectorEngineJS extends SelectorEngineImpl {
     return JsUtils.truth(attrVal) ? "^" + attrVal + "$" : null;
   }
 
-  private static native boolean checked(Node previous) /*-{
+  private static native boolean checked(Node previous)
+  /*-{
+
     return previous.checked || false;
   }-*/;
 
@@ -189,7 +201,9 @@ public class SelectorEngineJS extends SelectorEngineImpl {
     }
   }
 
-  private static native boolean enabled(Node node) /*-{
+  private static native boolean enabled(Node node)
+  /*-{
+
     return !node.disabled;
   }-*/;
 
@@ -238,20 +252,28 @@ public class SelectorEngineJS extends SelectorEngineImpl {
     }
   }
 
-  private static native boolean hasChildElms(Node prevParent) /*-{
+  private static native boolean hasChildElms(Node prevParent)
+  /*-{
+
       return prevParent.childElms || false;
     }-*/;
 
-  private static native boolean isSkipped(JsNodeArray prevElem) /*-{
+  private static native boolean isSkipped(JsNodeArray prevElem)
+  /*-{
+
        return prevElem.skipTag || false;
     }-*/;
 
-  private static native void setHasChildElms(Node prevParent, boolean bool) /*-{
+  private static native void setHasChildElms(Node prevParent, boolean bool)
+  /*-{
+
       prevParent.childElms = bool ? bool : null;
     }-*/;
 
   private static native JsNodeArray subtractArray(JsNodeArray previousMatch,
-      JsNodeArray elementsByPseudo) /*-{
+      JsNodeArray elementsByPseudo)
+  /*-{
+
       for (var i=0, src1; (src1=arr1[i]); i++) {
         var found = false;
         for (var j=0, src2; (src2=arr2[j]); j++) {
index f02eb8579fe0c2e23f6ccbd46d898d453e203c06..3bd5da2465669030fa9157bea0715022500b0a49 100644 (file)
@@ -23,7 +23,9 @@ import com.google.gwt.dom.client.Element;
  */
 public class SelectorEngineJSIE extends SelectorEngineJS {
 
-  public native String getAttr(Element elm, String attr) /*-{
+  public native String getAttr(Element elm, String attr)
+  /*-{
+
        switch (attr) {
    case "id":
      return elm.id;
index c536c3c81cc24813af8149704ee4590ccfea2d5d..2374cf965a71c0bcb79c91e5d954dae66c9a128d 100644 (file)
@@ -28,12 +28,14 @@ import com.google.gwt.query.client.js.JsUtils;
  * Sizzle CSS Selector Engine v1.0.
  *
  * It has so many JSNI code, the idea is to make an entire implementation
- * using Java. Right now it performs worse than pure JSNI implementation
+ * using Java. Right now it performs worse than pure JSNI implementation.
  *
  */
 public class SelectorEngineSizzleGwt extends SelectorEngineImpl {
 
-  public static native boolean contains(Object a, Object b) /*-{
+  public static native boolean contains(Object a, Object b)
+  /*-{
+
     var ret =
       document.compareDocumentPosition ?
         (a.compareDocumentPosition(b) & 16):
@@ -41,7 +43,9 @@ public class SelectorEngineSizzleGwt extends SelectorEngineImpl {
     return ret ? true : false;
   }-*/;
 
-  public static native JavaScriptObject createExpr() /*-{
+  public static native JavaScriptObject createExpr()
+  /*-{
+
     var done = 0;
     $wnd.Expr = {
       order: [ "ID", "NAME", "TAG" ],
@@ -431,7 +435,9 @@ public class SelectorEngineSizzleGwt extends SelectorEngineImpl {
     return $wnd.Expr;
   }-*/;
 
-  public static native void dirCheck(String dir, Object cur, int doneName, Object checkSet) /*-{
+  public static native void dirCheck(String dir, Object cur, int doneName, Object checkSet)
+  /*-{
+
      for ( var i = 0, l = checkSet.length; i < l; i++ ) {
        var elem = checkSet[i];
        if ( elem ) {
@@ -462,7 +468,9 @@ public class SelectorEngineSizzleGwt extends SelectorEngineImpl {
      }
    }-*/;
 
-   public static native void dirNodeCheck(String dir, Object cur, int doneName, Object checkSet) /*-{
+   public static native void dirNodeCheck(String dir, Object cur, int doneName, Object checkSet)
+  /*-{
+
     for ( var i = 0, l = checkSet.length; i < l; i++ ) {
       var elem = checkSet[i];
       if ( elem ) {
@@ -492,7 +500,9 @@ public class SelectorEngineSizzleGwt extends SelectorEngineImpl {
     throw new IllegalArgumentException("Syntax error, unrecognized expression: " + msg);
   }
 
-  public static native JsArray<Node> filter(String expr, JsArray<Node> set, boolean inplace, Object not) /*-{
+  public static native JsArray<Node> filter(String expr, JsArray<Node> set, boolean inplace, Object not)
+  /*-{
+
     var old = expr, result = [], curLoop = set, match, anyFound;
     while ( expr && set.length ) {
       for ( var type in $wnd.Expr.filter ) {
@@ -558,7 +568,9 @@ public class SelectorEngineSizzleGwt extends SelectorEngineImpl {
     return curLoop;
   }-*/;
 
-  public static native JavaScriptObject find(String expr, Node context) /*-{
+  public static native JavaScriptObject find(String expr, Node context)
+  /*-{
+
     var set, match;
     if ( !expr ) {
       return [];
@@ -586,7 +598,9 @@ public class SelectorEngineSizzleGwt extends SelectorEngineImpl {
     return {set: set, expr: expr};
   }-*/;
 
-  public static native String getText(Object elems) /*-{
+  public static native String getText(Object elems)
+  /*-{
+
     var ret = "", elem;
     for ( var i = 0; elems[i]; i++ ) {
       elem = elems[i];
@@ -601,7 +615,9 @@ public class SelectorEngineSizzleGwt extends SelectorEngineImpl {
     return ret;
   }-*/;
 
-  public static native JsArray<Node> makeArray(NodeList<Node> array, JsArray<Node> results) /*-{
+  public static native JsArray<Node> makeArray(NodeList<Node> array, JsArray<Node> results)
+  /*-{
+
     var ret = results || [];
     if ( Object.prototype.toString.call(array) === "[object Array]" ) {
       Array.prototype.push.apply( ret, array );
@@ -619,7 +635,9 @@ public class SelectorEngineSizzleGwt extends SelectorEngineImpl {
     return ret;
   }-*/;
 
-  public static native JsArray<Element> posProcess(String selector, Node context) /*-{
+  public static native JsArray<Element> posProcess(String selector, Node context)
+  /*-{
+
     var tmpSet = [], later = "", match, root = context.nodeType ? [context] : context;
     // Position selectors must be done after the filter
     // And so must :not(positional) so we move all PSEUDOs to the end
@@ -634,7 +652,9 @@ public class SelectorEngineSizzleGwt extends SelectorEngineImpl {
     return @com.google.gwt.query.client.impl.research.SelectorEngineSizzleGwt::filter(Ljava/lang/String;Lcom/google/gwt/core/client/JsArray;ZLjava/lang/Object;)( later, tmpSet, false );
   }-*/;
 
-  private static native JsArray<Element> select(String selector, Node context, JsArray<Element> results, JsArray<Element> seed) /*-{
+  private static native JsArray<Element> select(String selector, Node context, JsArray<Element> results, JsArray<Element> seed)
+  /*-{
+
     results = results || [];
     var origContext = context = context || document;
     var parts = [], m, set, checkSet, extra, prune = true, soFar = selector;
index 47322d6cef8dcd17df430b85a0b8521b133bbf08..c2de9b6dd9e5ff1703c319a03cdd59bb1131207e 100644 (file)
@@ -234,16 +234,19 @@ public class SelectorEngineXPath extends SelectorEngineImpl {
     return xpath;
   }
 
-  private native String replaceAttr(String allAttr) /*-{
+  private native String replaceAttr(String allAttr)
+  /*-{
+
         if(!allAttr) return "";
         return allAttr.replace(/["']+/g,'').replace(/(\w+)(\^|\$|\*|\||~)?=?([\w\u00C0-\uFFFF\s\-_\.]+)?/g,
             function(a,b,c,d) {
               return @com.google.gwt.query.client.impl.research.SelectorEngineXPath::attrToXPath(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)(a,b || "",c || "",d || "");
             });
-
     }-*/;
 
-  private native String replaceAttr2(String allAttr) /*-{
+  private native String replaceAttr2(String allAttr)
+  /*-{
+
         if(!allAttr) return "";
         return allAttr.replace(/\[(\w+)(\^|\$|\*|\||~)?=?([\w\u00C0-\uFFFF\s\-_\.]+)?\]/g, @com.google.gwt.query.client.impl.research.SelectorEngineXPath::attrToXPath(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;));
     }-*/;
index dff21481bcf0755930fb800cf0a61cefd45f0338..e63eb0763093f6e0249d04ebcd2f59917026e7b5 100644 (file)
@@ -32,7 +32,9 @@ public class JsCache extends JavaScriptObject {
     return createObject().cast();
   }
 
-  public final native void concat(Object ary) /*-{
+  public final native void concat(Object ary)
+  /*-{
+
     if (ary) this.concat(ary);
   }-*/;
 
@@ -50,7 +52,9 @@ public class JsCache extends JavaScriptObject {
     }
   }
 
-  public final native void delete(Object name) /*-{
+  public final native void delete(Object name)
+  /*-{
+
     delete this[name];
   }-*/;
 
@@ -60,7 +64,9 @@ public class JsCache extends JavaScriptObject {
     }
   }
 
-  public final native boolean exists(Object name) /*-{
+  public final native boolean exists(Object name)
+  /*-{
+
     return !!this[name];
   }-*/;
 
@@ -84,7 +90,9 @@ public class JsCache extends JavaScriptObject {
     return (T)o;
   }
 
-  public final native <T> T get(Object id) /*-{
+  public final native <T> T get(Object id)
+  /*-{
+
     return @com.google.gwt.query.client.js.JsCache::gwtBox(*)([ this && this[id] ]);
   }-*/;
 
@@ -112,11 +120,15 @@ public class JsCache extends JavaScriptObject {
     return r == null ? 0 : r;
   }
 
-  public final native String getString(Object id) /*-{
+  public final native String getString(Object id)
+  /*-{
+
     return this[id] == null ? null : String(this[id]);
   }-*/;
 
-  public final native JsArrayMixed getArray(Object id) /*-{
+  public final native JsArrayMixed getArray(Object id)
+  /*-{
+
     var r = this[id];
     if (Object.prototype.toString.call(r) == '[object Array]') {
       return r;
@@ -129,31 +141,43 @@ public class JsCache extends JavaScriptObject {
     return (o != null && o instanceof JavaScriptObject) ? ((JavaScriptObject)o).<T>cast() : null;
   }
 
-  public final native boolean isEmpty() /*-{
+  public final native boolean isEmpty()
+  /*-{
+
     for (k in this) return false;
     return true;
   }-*/;
 
-  public final native boolean contains(Object o)/*-{
+  public final native boolean contains(Object o)
+  /*-{
+
     return this.indexOf(o) >= 0;
   }-*/;
 
-  public final native void remove(Object o) /*-{
+  public final native void remove(Object o)
+  /*-{
+
     var i = this.indexOf(o);
     if (i >= 0) this.splice(i, 1);
   }-*/;
 
-  public final native int indexOf(Object o) /*-{
+  public final native int indexOf(Object o)
+  /*-{
+
     // HtmlUnit fails when this returns 0
     return this.indexOf(o);
   }-*/;
 
-  public final native JsCache putBoolean(Object id, boolean b) /*-{
+  public final native JsCache putBoolean(Object id, boolean b)
+  /*-{
+
     this[id] = b;
     return this;
   }-*/;
 
-  public final native JsCache putNumber(Object id, double n) /*-{
+  public final native JsCache putNumber(Object id, double n)
+  /*-{
+
     this[id] = n;
     return this;
   }-*/;
@@ -169,12 +193,16 @@ public class JsCache extends JavaScriptObject {
     return this;
   }
 
-  public final native JsCache putObject(Object id, Object obj) /*-{
+  public final native JsCache putObject(Object id, Object obj)
+  /*-{
+
     this[id] = obj;
     return this;
   }-*/;
 
-  public final native int length() /*-{
+  public final native int length()
+  /*-{
+
     if (typeof(this.length) == 'number')
      return this.length;
 
@@ -231,7 +259,9 @@ public class JsCache extends JavaScriptObject {
     checkNull(this);
   }
 
-  private final native JsArrayString keysImpl() /*-{
+  private final native JsArrayString keysImpl()
+  /*-{
+
     var key, keys=[];
     // Chrome in DevMode sets '__gwt_ObjectId' to JS objects
     // GWT sets '$H' when calling getHashCode (see com/google/gwt/core/client/impl/Impl.java)
@@ -260,14 +290,18 @@ public class JsCache extends JavaScriptObject {
    *
    * Example
    * <pre>
-   * native Object myMethod() /*-{
+   * native Object myMethod()
+  /*-{
+
    *   var myJsVar = ... ;
    *   return @com.google.gwt.query.client.js.JsCache::gwtBox(*)([ myJsVar ]);
    * }-* /
    * </pre>
    *
    */
-  public static native Object gwtBox(JavaScriptObject oneElementArray) /*-{
+  public static native Object gwtBox(JavaScriptObject oneElementArray)
+  /*-{
+
     var r = oneElementArray;
     if (typeof r == 'object' && r.length == 1) {
       var r = r[0], t = typeof r;
index 2481325d998eccdca4f958644bb53800f07a5fa6..ceb5fe51f540b773bed2b64bab77bfc417e44ad0 100644 (file)
@@ -28,7 +28,9 @@ public class JsClosure extends JavaScriptObject {
   /**
    * Invoke the closure with no arguments and expecting no return value.
    */
-  public final native void invoke() /*-{
+  public final native void invoke()
+  /*-{
+
      return this();
   }-*/;
 }
index 8b989a50daebc5e7f4b44da6bc91c2d43f4a1e89..7101f84069e7344c0d9c576e207b4abdbb366da1 100644 (file)
@@ -29,7 +29,9 @@ public class JsNodeArray extends NodeList<Element> {
     return create((Node)null);
   }
 
-  public static native JsNodeArray create(Node node) /*-{
+  public static native JsNodeArray create(Node node)
+  /*-{
+
     return node ? [node] : [];
   }-*/;
 
index b4018cf8ba07370fa56c6c561cf520dc95d1a627..d5c977bacfb69868b9f653977c6161dce23b1335 100644 (file)
@@ -24,11 +24,15 @@ import com.google.gwt.core.client.JavaScriptObject;
 @Deprecated
 public class JsRegexp {
 
-  public static native JavaScriptObject compile(String pat) /*-{
+  public static native JavaScriptObject compile(String pat)
+  /*-{
+
      return new RegExp(pat);
   }-*/;
 
-  public static native JavaScriptObject compileFlags(String pat, String flags) /*-{
+  public static native JavaScriptObject compileFlags(String pat, String flags)
+  /*-{
+
      return new RegExp(pat, flags);
   }-*/;
 
@@ -36,7 +40,9 @@ public class JsRegexp {
     return new JsRegexp(regexp, flags).match(string);
   }
 
-  private static native JsObjectArray<String> exec0(JavaScriptObject regexp, String str) /*-{
+  private static native JsObjectArray<String> exec0(JavaScriptObject regexp, String str)
+  /*-{
+
     return regexp.exec(str);
   }-*/;
 
@@ -70,11 +76,15 @@ public class JsRegexp {
     return test0(regexp, rule);
   }
 
-  private native JsObjectArray<String> match0(JavaScriptObject regexp, String currentRule)/*-{
+  private native JsObjectArray<String> match0(JavaScriptObject regexp, String currentRule)
+  /*-{
+
     return currentRule.match(regexp);
   }-*/;
 
-  private native boolean test0(JavaScriptObject regexp, String rule) /*-{
+  private native boolean test0(JavaScriptObject regexp, String rule)
+  /*-{
+
     return regexp.test(rule);
   }-*/;
 
index f59a2b750b054a6e27008c67d9055b39518745f0..734384172b439a3eb7bb882ccf959256cdae3974 100644 (file)
@@ -49,7 +49,9 @@ public class JsUtils {
       return jso.equals(obj);
     }
 
-    private native Object exec(JavaScriptObject f, Object data) /*-{
+    private native Object exec(JavaScriptObject f, Object data)
+  /*-{
+
       return @com.google.gwt.query.client.js.JsCache::gwtBox(*)([ f(data) ]);
     }-*/;
 
@@ -68,7 +70,9 @@ public class JsUtils {
    * Wraps a GQuery function into a native javascript one so as we can
    * export Java methods without using JSNI.
    */
-  public static native JavaScriptObject wrapFunction (Function f) /*-{
+  public static native JavaScriptObject wrapFunction (Function f)
+  /*-{
+
     return function(r) {
       var o = @java.util.ArrayList::new()();
       for (i in arguments) {
@@ -82,15 +86,21 @@ public class JsUtils {
   }-*/;
 
   public static class JsUtilsImpl {
-    public native Properties parseJSON(String json) /*-{
+    public native Properties parseJSON(String json)
+  /*-{
+
       return $wnd.JSON.parse(json);
     }-*/;
 
-    public native String JSON2String(JavaScriptObject o) /*-{
+    public native String JSON2String(JavaScriptObject o)
+  /*-{
+
       return $wnd.JSON.stringify(o);
     }-*/;
 
-    public native Element parseXML(String xml) /*-{
+    public native Element parseXML(String xml)
+  /*-{
+
       return new DOMParser().parseFromString(xml, "text/xml").documentElement;
     }-*/;
 
@@ -112,13 +122,17 @@ public class JsUtils {
       return ret;
     }
 
-    public native String XML2String(JavaScriptObject o) /*-{
+    public native String XML2String(JavaScriptObject o)
+  /*-{
+
       return (new XMLSerializer()).serializeToString(o);
     }-*/;
   }
 
   public static class JsUtilsImplIE6 extends JsUtilsImpl {
-    public static final native Properties evalImpl(String properties) /*-{
+    public static final native Properties evalImpl(String properties)
+  /*-{
+
       return eval(properties);
     }-*/;
 
@@ -165,7 +179,9 @@ public class JsUtils {
     }
 
     @Override
-    public native Element parseXML(String xml) /*-{
+    public native Element parseXML(String xml)
+  /*-{
+
       var d = new ActiveXObject("Microsoft.XmlDom");
       d.loadXML(xml);
       return d.documentElement;
@@ -186,11 +202,15 @@ public class JsUtils {
     }
 
     @Override
-    public native String XML2String(JavaScriptObject o) /*-{
+    public native String XML2String(JavaScriptObject o)
+  /*-{
+
       return o.xml;
     }-*/;
 
-    private native String xmlText(Element e) /*-{
+    private native String xmlText(Element e)
+  /*-{
+
       return e.text;
     }-*/;
   }
@@ -223,7 +243,9 @@ public class JsUtils {
   /**
    * Camelize style property names. for instance: font-name -> fontName
    */
-  public static native String camelize(String s)/*-{
+  public static native String camelize(String s)
+  /*-{
+
     return s.replace(/\-(\w)/g, function(all, letter) {
       return letter.toUpperCase();
     });
@@ -266,14 +288,18 @@ public class JsUtils {
   /**
    * Compare two numbers using javascript equality.
    */
-  public static native boolean eq(double s1, double s2) /*-{
+  public static native boolean eq(double s1, double s2)
+  /*-{
+
     return s1 == s2;
   }-*/;
 
   /**
    * Compare two objects using javascript equality.
    */
-  public static native boolean eq(Object s1, Object s2) /*-{
+  public static native boolean eq(Object s1, Object s2)
+  /*-{
+
     return s1 == s2;
   }-*/;
 
@@ -289,7 +315,9 @@ public class JsUtils {
    * Check if an object has already a property with name <code>name</code>
    * defined.
    */
-  public static native boolean hasProperty(JavaScriptObject o, String name)/*-{
+  public static native boolean hasProperty(JavaScriptObject o, String name)
+  /*-{
+
     return o && name in o;
   }-*/;
 
@@ -298,21 +326,27 @@ public class JsUtils {
    * implementation returns an empty string instead of null when the attribute is not
    * present
    */
-  public static native boolean hasAttribute(Element o, String name)/*-{
+  public static native boolean hasAttribute(Element o, String name)
+  /*-{
+
     return !!(o && o.getAttribute(name));
   }-*/;
 
   /**
    * Hyphenize style property names. for instance: fontName -> font-name
    */
-  public static native String hyphenize(String name) /*-{
+  public static native String hyphenize(String name)
+  /*-{
+
     return name.replace(/([A-Z])/g, "-$1").toLowerCase();
   }-*/;
 
   /**
    * Check is a javascript object can be used as an array
    */
-  public static native boolean isArray(JavaScriptObject o) /*-{
+  public static native boolean isArray(JavaScriptObject o)
+  /*-{
+
     return Object.prototype.toString.call(o) == '[object Array]'
         || typeof o.length == 'number';
   }-*/;
@@ -320,14 +354,18 @@ public class JsUtils {
   /**
    * Check is a javascript object is a FormData
    */
-  public static native boolean isFormData(JavaScriptObject o) /*-{
+  public static native boolean isFormData(JavaScriptObject o)
+  /*-{
+
     return Object.prototype.toString.call(o) == '[object FormData]';
   }-*/;
 
   /**
    * Return whether the event was prevented
    */
-  public static native boolean isDefaultPrevented(JavaScriptObject e)/*-{
+  public static native boolean isDefaultPrevented(JavaScriptObject e)
+  /*-{
+
     return e.defaultPrevented || e.returnValue === false || e.getPreventDefault
         && e.getPreventDefault() ? true : false;
   }-*/;
@@ -349,7 +387,9 @@ public class JsUtils {
   /**
    * Check is a javascript object can be cast to an Element
    */
-  public static native boolean isElement(Object o) /*-{
+  public static native boolean isElement(Object o)
+  /*-{
+
     return o && o.nodeType && o.nodeName ? true : false;
   }-*/;
 
@@ -363,14 +403,18 @@ public class JsUtils {
   /**
    * Check is a javascript object is a function
    */
-  public static native boolean isFunction(JavaScriptObject o) /*-{
+  public static native boolean isFunction(JavaScriptObject o)
+  /*-{
+
     return Object.prototype.toString.call(o) == '[object Function]';
   }-*/;
 
   /**
    * Check is a javascript can be cast to a node list
    */
-  public static native boolean isNodeList(JavaScriptObject o) /*-{
+  public static native boolean isNodeList(JavaScriptObject o)
+  /*-{
+
     var r = Object.prototype.toString.call(o);
     return r == '[object HTMLCollection]' || r == '[object NodeList]'
         || (typeof o == 'object' && o.length && o[0].tagName) ? true : false;
@@ -411,14 +455,18 @@ public class JsUtils {
   /**
    * Return the element which is truth in the double scope.
    */
-  public static native double or(double s1, double s2) /*-{
+  public static native double or(double s1, double s2)
+  /*-{
+
     return s1 || s2;
   }-*/;
 
   /**
    * Return the element which is truth in the javascript scope.
    */
-  public static native <T> T or(T s1, T s2) /*-{
+  public static native <T> T or(T s1, T s2)
+  /*-{
+
     return s1 || s2;
   }-*/;
 
@@ -454,14 +502,18 @@ public class JsUtils {
    * Utility method to cast objects in production.
    * Useful for casting native implementations to interfaces like JsInterop
    */
-  public static native <T> T cast(Object o) /*-{
+  public static native <T> T cast(Object o)
+  /*-{
+
     return o;
   }-*/;
 
   /**
    * Utility method to cast objects to array of string in production.
    */
-  public static native String[] castArrayString(Object a)/*-{
+  public static native String[] castArrayString(Object a)
+  /*-{
+
     return a
   }-*/;
 
@@ -488,7 +540,9 @@ public class JsUtils {
     return runJavascriptFunctionImpl(o, meth, JsObjectArray.create().add(args).<JsArrayMixed>cast());
   }
 
-  private static native <T> T runJavascriptFunctionImpl(JavaScriptObject o, String meth, JsArrayMixed args) /*-{
+  private static native <T> T runJavascriptFunctionImpl(JavaScriptObject o, String meth, JsArrayMixed args)
+  /*-{
+
     return (f = o && o[meth])
         && @com.google.gwt.query.client.js.JsUtils::isFunction(*)(f)
         && @com.google.gwt.query.client.js.JsCache::gwtBox(*)([f.apply(o, args)]);
@@ -497,14 +551,18 @@ public class JsUtils {
   /**
    * Check if a number is true in the javascript scope.
    */
-  public static native boolean truth(double a) /*-{
+  public static native boolean truth(double a)
+  /*-{
+
     return a ? true : false;
   }-*/;
 
   /**
    * Check if an object is true in the javascript scope.
    */
-  public static native boolean truth(Object a) /*-{
+  public static native boolean truth(Object a)
+  /*-{
+
     return a ? true : false;
   }-*/;
 
index 901e3892ca299719974ad8489f19a34a522ff4c9..c614a08ce468f3ee43272e5e81653104e7a215a6 100644 (file)
@@ -130,14 +130,12 @@ public class Events extends GQuery {
 
   public GQuery live(int eventbits, final Object data, Function... funcs) {
     return live(eventbits, null, data, funcs);
-
   }
 
   public GQuery live(int eventbits, String nameSpace, final Object data, Function... funcs) {
     EventsListener.getInstance(Element.is(currentContext) ? (Element) currentContext : body).live(
         eventbits, nameSpace, null, null, currentSelector, data, funcs);
     return this;
-
   }
 
   public GQuery live(String eventName, final Object data, Function... funcs) {
@@ -183,7 +181,6 @@ public class Events extends GQuery {
     }
 
     return bind("mouseleave", null, fs);
-
   }
 
   /**
index 5178862dd5d021b0eada0347e14d284bca6767b4..6827487c3412afc56b7981ad9e3186cbba44ff36 100644 (file)
@@ -386,5 +386,4 @@ public interface LazyEffects<T> extends LazyBase<T>{
    * layout of the page.
    */
   LazyEffects<T> toggle(int millisecs, Function... f);
-
 }
index 7ba49eede2a531dbce8f199cd2a2f98ab13d575e..830f91df59175ee33432cccb6ee39984fb2c9ded 100644 (file)
@@ -180,5 +180,4 @@ public interface LazyEvents<T> extends LazyBase<T>{
   LazyEvents<T> unbind(String name, Function f);
 
   LazyEvents<T> undelegate();
-
 }
index fac96f098c6e46c63b35978eabc6ebaf4199614c..fbc994f325b9c0148784c61e0eff255abb404189 100644 (file)
@@ -107,5 +107,4 @@ public interface LazyWidgets<T> extends LazyBase<T>{
    *
    */
   LazyWidgets<T> textArea(WidgetInitializer<TextArea> initializers);
-
 }
index 4d01027638cc344f99ef5bd2395ea7e3e93abe7c..b0aed03f5cc7c7087580b391d67f6793ead0922b 100755 (executable)
@@ -16,7 +16,7 @@
 package com.google.gwt.query.client.plugins;
 
 /**
- * Object use to configure a Plugin extending {@link MousePlugin}
+ * Object use to configure a Plugin extending {@link MousePlugin}.
  *
  */
 public class MouseOptions {
index c7b8f67d88daa30a130a28d04293063188b8578a..78cd3614139bdb1ef6d5cd5297d87a6f31defc56 100755 (executable)
@@ -67,7 +67,6 @@ public abstract class MousePlugin extends UiPlugin {
             return true;
           }
           return mouseDown(e, GqEvent.create(event));
-
         }
       }).bind(Event.ONTOUCHSTART, getPluginName(), (Object) null, new Function() {
         public boolean f(com.google.gwt.user.client.Event event) {
@@ -77,7 +76,6 @@ public abstract class MousePlugin extends UiPlugin {
 
           touchSupported = true;
           return mouseDown(e, GqEvent.create(event));
-
         }
       }).bind(Event.ONCLICK, getPluginName(), (Object) null, new Function() {
         @Override
@@ -219,7 +217,6 @@ public abstract class MousePlugin extends UiPlugin {
     }
 
     return true;
-
   }
 
   private void bindOtherEvents(final Element element) {
@@ -252,7 +249,6 @@ public abstract class MousePlugin extends UiPlugin {
               return false;
             }
           });
-
     }
   }
 
@@ -278,12 +274,16 @@ public abstract class MousePlugin extends UiPlugin {
     return mouseDistance >= neededDistance;
   }
 
-  private native boolean isEventAlreadyHandled(GqEvent event)/*-{
+  private native boolean isEventAlreadyHandled(GqEvent event)
+  /*-{
+
     var result = event.mouseHandled ? event.mouseHandled : false;
     return result;
   }-*/;
 
-  private native void markEventAsHandled(GqEvent event)/*-{
+  private native void markEventAsHandled(GqEvent event)
+  /*-{
+
     event.mouseHandled = true;
   }-*/;
 
@@ -298,7 +298,6 @@ public abstract class MousePlugin extends UiPlugin {
     }
 
     return isNotBoutonLeft || isElementCancel || !mouseCapture(element, mouseDownEvent);
-
   }
 
   private void reset(GqEvent nativeEvent) {
index d2f0118797698fbe7e7525c3ab5fbd7d816d4b4a..b595c52491a6ce3491e4deefbf6976b4d3f636a5 100755 (executable)
@@ -25,7 +25,7 @@ import com.google.gwt.query.client.Predicate;
 
 /**
  * GWT clone of jQueryUi-core. This class define some function present in the
- * jQuery-ui core and not directly in jQuery
+ * jQuery-ui core and not directly in jQuery.
  *
  */
 public class UiPlugin extends GQuery {
@@ -83,7 +83,6 @@ public class UiPlugin extends GQuery {
                 && isOverflowEnabled($e);
           }
         });
-
       } else {
         scrollParent = gQueryUi.parents().filter(new Predicate() {
 
@@ -94,7 +93,6 @@ public class UiPlugin extends GQuery {
       }
       return scrollParent.length() > 0 ? $(scrollParent.get(0))
           : $(getViewportElement());
-
     }
 
     protected boolean scrollParentPositionTest(UiPlugin gQueryUi) {
index 14ff309bfdfb1d4d9ef8cd8d4eb5dfcf38388b36..971160d69ca225ce5e43ba337e38aa88fe612026 100644 (file)
@@ -172,14 +172,18 @@ public class PromiseReqBuilder extends DeferredPromiseImpl implements RequestCal
   /**
    * Using violator pattern to execute private method
    */
-  private native void fireOnResponseReceivedVltr(Request rq, RequestCallback cb) /*-{
+  private native void fireOnResponseReceivedVltr(Request rq, RequestCallback cb)
+  /*-{
+
     rq.@com.google.gwt.http.client.Request::fireOnResponseReceived(Lcom/google/gwt/http/client/RequestCallback;)(cb);
   }-*/;
 
   /**
    * Using violator pattern to use protected constructor
    */
-  private native Request createRequestVltr(XMLHttpRequest rq, int ms, RequestCallback cb) /*-{
+  private native Request createRequestVltr(XMLHttpRequest rq, int ms, RequestCallback cb)
+  /*-{
+
     return @com.google.gwt.http.client.Request::new(Lcom/google/gwt/xhr/client/XMLHttpRequest;ILcom/google/gwt/http/client/RequestCallback;)(rq,ms,cb);
   }-*/;
 }
index 6bb96f83c5fcbc740d4dd2a2bae9b32a9d688176..2f51218c9cea4e68c8465c38e0e55e519e9100ba 100644 (file)
@@ -75,7 +75,9 @@ public class PromiseReqBuilderJSONP extends DeferredPromiseImpl {
   }
 
   // Using jsni because method send in JsonpRequestBuilder is private
-  private final native void send(JsonpRequestBuilder bld, String url, AsyncCallback<?> cb) /*-{
+  private final native void send(JsonpRequestBuilder bld, String url, AsyncCallback<?> cb)
+  /*-{
+
     bld.@com.google.gwt.jsonp.client.JsonpRequestBuilder::send(Ljava/lang/String;Lcom/google/gwt/user/client/rpc/AsyncCallback;Z)(url,cb,false);
   }-*/;
 }
index 3ece61d65e5d2c8a18784d5a386f48a654592ae3..d1bdc922584269b27b6004f21bcdd1d489d6860b 100644 (file)
@@ -218,7 +218,6 @@ public class Fx {
           color += color;
         }
         result[i] = Math.max(0, Math.min(255, Integer.parseInt(color, 16)));
-
       }
 
       return result;
index d5f15bbef873c9f0797b3873b35425817100de78..fed2ffdf1681458b59d2c78c5512a7b358063ee5 100644 (file)
@@ -52,7 +52,7 @@ import java.util.Map.Entry;
 /**
  * Transitions and transformation plugin for gQuery.
  *
- * It is inspired on jquery.transit (http://github.com/rstacruz/jquery.transit)
+ * It is inspired on jquery.transit (http://github.com/rstacruz/jquery.transit).
  *
  * Usage examples:
  * <pre>
index 0b6478a5a8f726473b33d3f6f71cf65b9d7a1daa..7c6ec716930a0f40022675f573b99c2bdc7a559d 100644 (file)
@@ -37,7 +37,7 @@ import java.util.List;
  * This class implements an event queue instance for one Element. The queue instance is configured
  * as the default event listener in GWT.
  *
- * The reference to this queue is stored as a unique variable in the element's DOM
+ * The reference to this queue is stored as a unique variable in the element's DOM.
  *
  * The class takes care of calling the appropriate functions for each browser event and it also
  * calls sinkEvents method.
@@ -409,22 +409,30 @@ public class EventsListener implements EventListener {
     }
   }
 
-  private static native void cleanGQListeners(Element elem) /*-{
+  private static native void cleanGQListeners(Element elem)
+  /*-{
+
     if (elem.__gwtlistener) {
       @com.google.gwt.user.client.DOM::setEventListener(*)(elem, elem.__gwtlistener);
     }
     elem.__gwtlistener = elem.__gqueryevent = elem.__gquery = null;
   }-*/;
 
-  private static native EventsListener getGQueryEventListener(Element elem) /*-{
+  private static native EventsListener getGQueryEventListener(Element elem)
+  /*-{
+
     return elem.__gqueryevent;
   }-*/;
 
-  private static native EventListener getGwtEventListener(Element elem) /*-{
+  private static native EventListener getGwtEventListener(Element elem)
+  /*-{
+
     return elem.__gwtlistener;
   }-*/;
 
-  private static native void init(Element elem, EventsListener gqevent)/*-{
+  private static native void init(Element elem, EventsListener gqevent)
+  /*-{
+
     elem.__gwtlistener = @com.google.gwt.user.client.DOM::getEventListener(*)(elem);
     elem.__gqueryevent = gqevent;
     // Someone has reported that in IE the init can be called multiple times
@@ -433,7 +441,9 @@ public class EventsListener implements EventListener {
     if (elem.__gwtlistener == gqevent) elem.__gwtlistener = null;
   }-*/;
 
-  private static native void sinkBitlessEvent(Element elem, String name) /*-{
+  private static native void sinkBitlessEvent(Element elem, String name)
+  /*-{
+
     if (!elem.__gquery)
       elem.__gquery = [];
     if (elem.__gquery[name])
@@ -752,7 +762,6 @@ public class EventsListener implements EventListener {
       newList.add(listener);
     }
     elementEvents = newList;
-
   }
 
   private boolean isNullOrEmpty(String s) {
@@ -808,7 +817,6 @@ public class EventsListener implements EventListener {
       }
       DOM.sinkEvents((com.google.gwt.user.client.Element) element, eventBits
           | DOM.getEventsSunk((com.google.gwt.user.client.Element) element));
-
     } else {
       sinkBitlessEvent(element, eventName);
     }
index ed4da4db4a0c7730d4bad7952db2fcad6f554d8b..ec35dbdc450db48dfca82bedd37d8a36ce05a763 100644 (file)
@@ -35,11 +35,15 @@ import com.google.gwt.user.client.Event;
  */
 public class GqEvent extends Event {
 
-  public static native void setOriginalEventType(NativeEvent evt, String originalEventName)/*-{
+  public static native void setOriginalEventType(NativeEvent evt, String originalEventName)
+  /*-{
+
     evt["__gwtquery_originalEventName"] = originalEventName;
   }-*/;
 
-  public static native String getOriginalEventType(Event evt)/*-{
+  public static native String getOriginalEventType(Event evt)
+  /*-{
+
    return evt["__gwtquery_originalEventName"] || null;
   }-*/;
 
@@ -58,7 +62,9 @@ public class GqEvent extends Event {
   }
 
   private static native void copy(
-      Event originalEvent, GqEvent gQueryEvent) /*-{
+      Event originalEvent, GqEvent gQueryEvent)
+  /*-{
+
     for ( var field in originalEvent) {
       gQueryEvent[field] = originalEvent[field];
     }
@@ -71,11 +77,15 @@ public class GqEvent extends Event {
   /**
    * Return the original event (the one created by the browser)
    */
-  public final native Event getOriginalEvent()/*-{
+  public final native Event getOriginalEvent()
+  /*-{
+
     return this.originalEvent;
   }-*/;
 
-  public final native void setCurrentElementTarget(Element e)/*-{
+  public final native void setCurrentElementTarget(Element e)
+  /*-{
+
     this.currentTarget = e;
 
     //ie don't have a currentEventTarget field on event
index 9aa350e8303cae3b09d74be18de4b6b6a8df5349..e03c7b7f7b24facb8c3c5d807ab2212f8bb22fbf 100644 (file)
@@ -62,7 +62,9 @@ public class WidgetsHtmlPanel extends HTMLPanel {
   /**
    * use jsni to access private attribute
    */
-  private native void setElementImpl(Element e)/*-{
+  private native void setElementImpl(Element e)
+  /*-{
+
     this.@com.google.gwt.user.client.ui.UIObject::element = e;
   }-*/;
 
@@ -125,6 +127,5 @@ public class WidgetsHtmlPanel extends HTMLPanel {
     }
 
     adopt(w);
-
   }
 }
index b7da510a8eee298e707c7dfa292a876dd42ada28..6d1045fc626ef970f9a7e59ff0b6811a09e94cd2 100644 (file)
@@ -76,7 +76,6 @@ public class WidgetsUtils {
     regExp.append(")$");
 
     return e.getTagName().toUpperCase().matches(regExp.toString());
-
   }
 
    /**
@@ -140,7 +139,6 @@ public class WidgetsUtils {
       newElement.setId(oldElement.getId());
       //ensure no duplicate id
       oldElement.setId("");
-
     }
    }
 
@@ -262,19 +260,27 @@ public class WidgetsUtils {
      return $(element).parents().widget();
    }
 
-   private static native void widgetOnAttach(Widget w) /*-{
+   private static native void widgetOnAttach(Widget w)
+  /*-{
+
      w.@com.google.gwt.user.client.ui.Widget::onAttach()();
    }-*/;
 
-   private static native void widgetSetParent(Widget w, Widget p) /*-{
+   private static native void widgetSetParent(Widget w, Widget p)
+  /*-{
+
     w.@com.google.gwt.user.client.ui.Widget::setParent(Lcom/google/gwt/user/client/ui/Widget;)(p);
    }-*/;
 
-   private static native Widget compositeGetWidget(Composite w) /*-{
+   private static native Widget compositeGetWidget(Composite w)
+  /*-{
+
     return w.@com.google.gwt.user.client.ui.Composite::getWidget()();
    }-*/;
 
-   private static native WidgetCollection complexPanelGetChildren(ComplexPanel w) /*-{
+   private static native WidgetCollection complexPanelGetChildren(ComplexPanel w)
+  /*-{
+
     return w.@com.google.gwt.user.client.ui.ComplexPanel::getChildren()();
    }-*/;
 }
index bc5ff16949e8aa84cde25c4abd001cc4554cbdd5..ff98b757219c840faba3d2d5a8823bbc8c21c228 100644 (file)
@@ -49,7 +49,6 @@ public class IFrameWithDocTypeLinker extends IFrameLinker {
         "GQuery IFrameWithDocTypeLinker is deprecated, remove <add-linker name=\"stddoctype\"/> from your module file");
     return DOCTYPE
         + super.getModulePrefix(logger, context, strongName, numFragments);
-
   }
 }