
net.java.html.lib.knockout.Definition Maven / Gradle / Ivy
package net.java.html.lib.knockout;
public class Definition extends net.java.html.lib.Objs {
protected Definition(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(Definition.class);
}
@Override
public Definition create(java.lang.Object obj) {
return obj == null ? null : new Definition(this, obj);
}
};
private static final $Constructor $AS = new $Constructor();
public static Definition $as(java.lang.Object obj) {
return $AS.create(obj);
}
public net.java.html.lib.Objs.Property template = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.Array.class, "template");
public net.java.html.lib.dom.Node[] template() { return template.get(); }
public java.lang.Object createViewModel(java.lang.Object params, net.java.html.lib.Objs options) {
return $Typings$.createViewModel$2($js(this), /* AnyKeyword*/$js(params), /* TypeLiteral*/$js(options));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy