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

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

package net.java.html.lib.angular;
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, IScope scope) {
    return $Typings$.$apply$95($js(this), /* FirstTypeNode*/$js(clonedElement), /* FirstTypeNode*/$js(scope));
  }
  public java.lang.Object $apply() {
    return $Typings$.$apply$96($js(this));
  }
  public java.lang.Object $apply(net.java.html.lib.jquery.JQuery clonedElement) {
    return $Typings$.$apply$97($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":[]}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy