net.java.html.lib.knockout.KnockoutArrayChange Maven / Gradle / Ivy
package net.java.html.lib.knockout;
public class KnockoutArrayChange extends net.java.html.lib.Objs {
protected KnockoutArrayChange(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(KnockoutArrayChange.class);
}
@Override
public KnockoutArrayChange create(java.lang.Object obj) {
return obj == null ? null : new KnockoutArrayChange(this, obj);
}
};
private static final $Constructor $AS = new $Constructor();
public static KnockoutArrayChange $as(java.lang.Object obj) {
return $AS.create(obj);
}
public net.java.html.lib.Objs.Property status = net.java.html.lib.Objs.Property.create(this, java.lang.String.class, "status");
public java.lang.String status() { return status.get(); }
public net.java.html.lib.Objs.Property value = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.Objs.class, "value");
public net.java.html.lib.Objs.Property index = net.java.html.lib.Objs.Property.create(this, java.lang.Number.class, "index");
public java.lang.Number index() { return index.get(); }
public net.java.html.lib.Objs.Property moved = net.java.html.lib.Objs.Property.create(this, java.lang.Number.class, "moved");
public java.lang.Number moved() { return moved.get(); }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy