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

net.java.html.lib.knockout.KnockoutBindingProvider Maven / Gradle / Ivy

There is a newer version: 0.5
Show newest version
package net.java.html.lib.knockout;
public class KnockoutBindingProvider extends net.java.html.lib.Objs {
  protected KnockoutBindingProvider(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(KnockoutBindingProvider.class);
    }
    @Override
    public KnockoutBindingProvider create(java.lang.Object obj) {
      return obj == null ? null : new KnockoutBindingProvider(this, obj);
    }
  };
  private static final $Constructor $AS = new $Constructor();
  public static KnockoutBindingProvider $as(java.lang.Object obj) {
    return $AS.create(obj);
  }
  public net.java.html.lib.Objs getBindingAccessors(net.java.html.lib.dom.Node node, KnockoutBindingContext bindingContext) {
    return $Typings$.getBindingAccessors$13($js(this), /* FirstTypeNode*/$js(node), /* FirstTypeNode*/$js(bindingContext));
  }
  public net.java.html.lib.Objs getBindings(net.java.html.lib.dom.Node node, KnockoutBindingContext bindingContext) {
    return $Typings$.getBindings$14($js(this), /* FirstTypeNode*/$js(node), /* FirstTypeNode*/$js(bindingContext));
  }
  public java.lang.Boolean nodeHasBindings(net.java.html.lib.dom.Node node) {
    return $Typings$.nodeHasBindings$15($js(this), /* FirstTypeNode*/$js(node));
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy