All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.java.html.lib.angular.ng.ICloneAttachFunction Maven / Gradle / Ivy

package net.java.html.lib.angular.ng;
public class ICloneAttachFunction extends net.java.html.lib.Objs {
  protected ICloneAttachFunction(net.java.html.lib.Objs.Constructor c, java.lang.Object js) {
    super(c, js);
  }
  private static final class $Constructor extends net.java.html.lib.Objs.Constructor {
    $Constructor() {
      super(ICloneAttachFunction.class);
    }
    @Override
    public ICloneAttachFunction create(java.lang.Object obj) {
      return obj == null ? null : new ICloneAttachFunction(this, obj);
    }
  };
  private static final $Constructor $AS = new $Constructor();
  public static ICloneAttachFunction $as(java.lang.Object obj) {
    return $AS.create(obj);
  }
  public java.lang.Object $apply(net.java.html.lib.jquery.JQuery clonedElement, net.java.html.lib.angular.ng.IScope scope) {
    return net.java.html.lib.Objs.$as(java.lang.Object.class, $Typings$.$apply$108($js(this), /* FirstTypeNode*/$js(clonedElement), /* FirstTypeNode*/$js(scope)));
  }
  public java.lang.Object $apply() {
    return net.java.html.lib.Objs.$as(java.lang.Object.class, $Typings$.$apply$109($js(this)));
  }
  public java.lang.Object $apply(net.java.html.lib.jquery.JQuery clonedElement) {
    return net.java.html.lib.Objs.$as(java.lang.Object.class, $Typings$.$apply$110($js(this), /* FirstTypeNode*/$js(clonedElement)));
  }
  // CallSignature: {"children":[],"kind":"CallSignature","comment":"// Let's hint but not force cloneAttachFn's signature","name":null,"type":{"kind":"AnyKeyword","text":null,"typeName":null,"type":[],"types":[],"typeArguments":[],"parameters":[],"elementType":[],"elementTypes":[],"members":[]},"text":null,"declarationList":null,"parameters":[{"name":{"kind":"Identifier","text":"clonedElement","right":[]},"type":{"kind":"FirstTypeNode","text":null,"typeName":{"kind":"Identifier","text":"JQuery","right":[]},"type":[],"types":[],"typeArguments":[],"parameters":[],"elementType":[],"elementTypes":[],"members":[]},"questionToken":{"kind":"QuestionToken"},"dotDotDotToken":null},{"name":{"kind":"Identifier","text":"scope","right":[]},"type":{"kind":"FirstTypeNode","text":null,"typeName":{"kind":"Identifier","text":"IScope","right":[]},"type":[],"types":[],"typeArguments":[],"parameters":[],"elementType":[],"elementTypes":[],"members":[]},"questionToken":{"kind":"QuestionToken"},"dotDotDotToken":null}],"typeParameters":[],"typeArguments":[],"members":[],"heritageClauses":[],"expression":[],"body":[],"statements":[],"moduleReference":[]}
  // skipping MethodKey{name={"kind":"FirstTypeNode","text":"$apply","right":[]}, parameters=[net.java.html.lib.jquery.JQuery, net.java.html.lib.angular.ng.IScope]}
  // skipping MethodKey{name={"kind":"FirstTypeNode","text":"$apply","right":[]}, parameters=[]}
  // skipping MethodKey{name={"kind":"FirstTypeNode","text":"$apply","right":[]}, parameters=[net.java.html.lib.jquery.JQuery]}
  // CallSignature: {"children":[],"kind":"CallSignature","comment":"// Let's hint but not force cloneAttachFn's signature","name":null,"type":{"kind":"AnyKeyword","text":null,"typeName":null,"type":[],"types":[],"typeArguments":[],"parameters":[],"elementType":[],"elementTypes":[],"members":[]},"text":null,"declarationList":null,"parameters":[{"name":{"kind":"Identifier","text":"clonedElement","right":[]},"type":{"kind":"FirstTypeNode","text":null,"typeName":{"kind":"Identifier","text":"JQuery","right":[]},"type":[],"types":[],"typeArguments":[],"parameters":[],"elementType":[],"elementTypes":[],"members":[]},"questionToken":{"kind":"QuestionToken"},"dotDotDotToken":null},{"name":{"kind":"Identifier","text":"scope","right":[]},"type":{"kind":"FirstTypeNode","text":null,"typeName":{"kind":"Identifier","text":"IScope","right":[]},"type":[],"types":[],"typeArguments":[],"parameters":[],"elementType":[],"elementTypes":[],"members":[]},"questionToken":{"kind":"QuestionToken"},"dotDotDotToken":null}],"typeParameters":[],"typeArguments":[],"members":[],"heritageClauses":[],"expression":[],"body":[],"statements":[],"moduleReference":[]}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy