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