
net.java.html.lib.knockout.KnockoutComputedContext Maven / Gradle / Ivy
package net.java.html.lib.knockout;
public class KnockoutComputedContext extends net.java.html.lib.Objs {
protected KnockoutComputedContext(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(KnockoutComputedContext.class);
}
@Override
public KnockoutComputedContext create(java.lang.Object obj) {
return obj == null ? null : new KnockoutComputedContext(this, obj);
}
};
private static final $Constructor $AS = new $Constructor();
public static KnockoutComputedContext $as(java.lang.Object obj) {
return $AS.create(obj);
}
public net.java.html.lib.Objs.Property> isInitial = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.Function.A0.class, "isInitial");
public net.java.html.lib.Function.A0 extends java.lang.Boolean> isInitial() { return isInitial.get(); }
public net.java.html.lib.Objs.Property isSleeping = net.java.html.lib.Objs.Property.create(this, java.lang.Boolean.class, "isSleeping");
public java.lang.Boolean isSleeping() { return isSleeping.get(); }
public double getDependenciesCount() {
return $Typings$.getDependenciesCount$26($js(this));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy