
net.java.html.lib.knockout.KnockoutComputedDefine Maven / Gradle / Ivy
package net.java.html.lib.knockout;
public class KnockoutComputedDefine extends net.java.html.lib.Objs {
protected KnockoutComputedDefine(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(KnockoutComputedDefine.class);
}
@Override
public KnockoutComputedDefine create(java.lang.Object obj) {
return obj == null ? null : new KnockoutComputedDefine(this, obj);
}
};
private static final $Constructor $AS = new $Constructor();
public static KnockoutComputedDefine $as(java.lang.Object obj) {
return $AS.create(obj);
}
public net.java.html.lib.Objs.Property disposeWhenNodeIsRemoved = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.dom.Node.class, "disposeWhenNodeIsRemoved");
public net.java.html.lib.dom.Node disposeWhenNodeIsRemoved() { return disposeWhenNodeIsRemoved.get(); }
public net.java.html.lib.Objs.Property owner = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "owner");
public net.java.html.lib.Objs.Property deferEvaluation = net.java.html.lib.Objs.Property.create(this, java.lang.Boolean.class, "deferEvaluation");
public java.lang.Boolean deferEvaluation() { return deferEvaluation.get(); }
public net.java.html.lib.Objs.Property pure = net.java.html.lib.Objs.Property.create(this, java.lang.Boolean.class, "pure");
public java.lang.Boolean pure() { return pure.get(); }
public java.lang.Boolean disposeWhen() {
return $Typings$.disposeWhen$27($js(this));
}
public T read() {
return (T)$Typings$.read$28($js(this));
}
public void write(T value) {
$Typings$.write$29($js(this), /* FirstTypeNode*/$js(value));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy