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