
net.java.html.lib.knockout.KnockoutBindingHandler Maven / Gradle / Ivy
package net.java.html.lib.knockout;
public class KnockoutBindingHandler extends net.java.html.lib.Objs {
protected KnockoutBindingHandler(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(KnockoutBindingHandler.class);
}
@Override
public KnockoutBindingHandler create(java.lang.Object obj) {
return obj == null ? null : new KnockoutBindingHandler(this, obj);
}
};
private static final $Constructor $AS = new $Constructor();
public static KnockoutBindingHandler $as(java.lang.Object obj) {
return $AS.create(obj);
}
public net.java.html.lib.Objs.Property> after = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.Array.class, "after");
public net.java.html.lib.Array after() { return after.get(); }
public net.java.html.lib.Objs.Property,? super KnockoutAllBindingsAccessor,? super java.lang.Object,? super KnockoutBindingContext,? extends net.java.html.lib.Union.A2>> init = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.Function.A5.class, "init");
public net.java.html.lib.Function.A5 super java.lang.Object,? super net.java.html.lib.Function.A0 extends java.lang.Object>,? super KnockoutAllBindingsAccessor,? super java.lang.Object,? super KnockoutBindingContext,? extends net.java.html.lib.Union.A2> init() { return init.get(); }
public net.java.html.lib.Objs.Property,? super KnockoutAllBindingsAccessor,? super java.lang.Object,? super KnockoutBindingContext,? extends java.lang.Void>> update = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.Function.A5.class, "update");
public net.java.html.lib.Function.A5 super java.lang.Object,? super net.java.html.lib.Function.A0 extends java.lang.Object>,? super KnockoutAllBindingsAccessor,? super java.lang.Object,? super KnockoutBindingContext,? extends java.lang.Void> update() { return update.get(); }
public net.java.html.lib.Objs.Property options = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "options");
public net.java.html.lib.Objs.Property,? extends java.lang.String>> preprocess = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.Function.A3.class, "preprocess");
public net.java.html.lib.Function.A3 super java.lang.String,? super java.lang.String,? super net.java.html.lib.Function.A2 super java.lang.String,? super java.lang.String,? extends java.lang.Void>,? extends java.lang.String> preprocess() { return preprocess.get(); }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy