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

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

There is a newer version: 0.5
Show newest version
package net.java.html.lib.knockout;
public class KnockoutComputed extends KnockoutObservable {
  protected KnockoutComputed(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(KnockoutComputed.class);
    }
    @Override
    public KnockoutComputed create(java.lang.Object obj) {
      return obj == null ? null : new KnockoutComputed(this, obj);
    }
  };
  private static final $Constructor $AS = new $Constructor();
  public static KnockoutComputed $as(java.lang.Object obj) {
    return $AS.create(obj);
  }
  public net.java.html.lib.Objs.Property> fn = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.knockout.KnockoutComputedFunctions.class, "fn");
  public KnockoutComputedFunctions fn() { return fn.get(); }
  public void dispose() {
    $Typings$.dispose$22($js(this));
  }
  public KnockoutComputed extend(net.java.html.lib.Objs requestedExtenders) {
    return (KnockoutComputed)net.java.html.lib.knockout.KnockoutComputed.$as($Typings$.extend$23($js(this), /* TypeLiteral*/$js(requestedExtenders)));
  }
  public double getDependenciesCount() {
    return $Typings$.getDependenciesCount$24($js(this));
  }
  public java.lang.Boolean isActive() {
    return $Typings$.isActive$25($js(this));
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy