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