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

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

package net.java.html.lib.angular;
public class IDirectivePrePost extends net.java.html.lib.Objs {
  protected IDirectivePrePost(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(IDirectivePrePost.class);
    }
    @Override
    public IDirectivePrePost create(java.lang.Object obj) {
      return obj == null ? null : new IDirectivePrePost(this, obj);
    }
  };
  private static final $Constructor $AS = new $Constructor();
  public static IDirectivePrePost $as(java.lang.Object obj) {
    return $AS.create(obj);
  }
  public net.java.html.lib.Objs.Property pre = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.angular.IDirectiveLinkFn.class, "pre");
  public void pre(IScope scope, IAugmentedJQuery instanceElement, IAttributes instanceAttributes, net.java.html.lib.Objs controller, ITranscludeFunction transclude) {
    $Typings$.pre$149($js(this), /* FirstTypeNode*/$js(scope), /* FirstTypeNode*/$js(instanceElement), /* FirstTypeNode*/$js(instanceAttributes), /* TypeLiteral*/$js(controller), /* FirstTypeNode*/$js(transclude));
  }
  public net.java.html.lib.Objs.Property post = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.angular.IDirectiveLinkFn.class, "post");
  public void post(IScope scope, IAugmentedJQuery instanceElement, IAttributes instanceAttributes, net.java.html.lib.Objs controller, ITranscludeFunction transclude) {
    $Typings$.post$150($js(this), /* FirstTypeNode*/$js(scope), /* FirstTypeNode*/$js(instanceElement), /* FirstTypeNode*/$js(instanceAttributes), /* TypeLiteral*/$js(controller), /* FirstTypeNode*/$js(transclude));
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy