All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
net.java.html.lib.jquery.JQuerySupport Maven / Gradle / Ivy
package net.java.html.lib.jquery;
public class JQuerySupport extends net.java.html.lib.Objs {
protected JQuerySupport(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(JQuerySupport.class);
}
@Override
public JQuerySupport create(java.lang.Object obj) {
return obj == null ? null : new JQuerySupport(this, obj);
}
};
private static final $Constructor $AS = new $Constructor();
public static JQuerySupport $as(java.lang.Object obj) {
return $AS.create(obj);
}
public net.java.html.lib.Objs.Property ajax = net.java.html.lib.Objs.Property.create(this, java.lang.Boolean.class, "ajax");
public java.lang.Boolean ajax() { return ajax.get(); }
public net.java.html.lib.Objs.Property boxModel = net.java.html.lib.Objs.Property.create(this, java.lang.Boolean.class, "boxModel");
public java.lang.Boolean boxModel() { return boxModel.get(); }
public net.java.html.lib.Objs.Property changeBubbles = net.java.html.lib.Objs.Property.create(this, java.lang.Boolean.class, "changeBubbles");
public java.lang.Boolean changeBubbles() { return changeBubbles.get(); }
public net.java.html.lib.Objs.Property checkClone = net.java.html.lib.Objs.Property.create(this, java.lang.Boolean.class, "checkClone");
public java.lang.Boolean checkClone() { return checkClone.get(); }
public net.java.html.lib.Objs.Property checkOn = net.java.html.lib.Objs.Property.create(this, java.lang.Boolean.class, "checkOn");
public java.lang.Boolean checkOn() { return checkOn.get(); }
public net.java.html.lib.Objs.Property cors = net.java.html.lib.Objs.Property.create(this, java.lang.Boolean.class, "cors");
public java.lang.Boolean cors() { return cors.get(); }
public net.java.html.lib.Objs.Property cssFloat = net.java.html.lib.Objs.Property.create(this, java.lang.Boolean.class, "cssFloat");
public java.lang.Boolean cssFloat() { return cssFloat.get(); }
public net.java.html.lib.Objs.Property hrefNormalized = net.java.html.lib.Objs.Property.create(this, java.lang.Boolean.class, "hrefNormalized");
public java.lang.Boolean hrefNormalized() { return hrefNormalized.get(); }
public net.java.html.lib.Objs.Property htmlSerialize = net.java.html.lib.Objs.Property.create(this, java.lang.Boolean.class, "htmlSerialize");
public java.lang.Boolean htmlSerialize() { return htmlSerialize.get(); }
public net.java.html.lib.Objs.Property leadingWhitespace = net.java.html.lib.Objs.Property.create(this, java.lang.Boolean.class, "leadingWhitespace");
public java.lang.Boolean leadingWhitespace() { return leadingWhitespace.get(); }
public net.java.html.lib.Objs.Property noCloneChecked = net.java.html.lib.Objs.Property.create(this, java.lang.Boolean.class, "noCloneChecked");
public java.lang.Boolean noCloneChecked() { return noCloneChecked.get(); }
public net.java.html.lib.Objs.Property noCloneEvent = net.java.html.lib.Objs.Property.create(this, java.lang.Boolean.class, "noCloneEvent");
public java.lang.Boolean noCloneEvent() { return noCloneEvent.get(); }
public net.java.html.lib.Objs.Property opacity = net.java.html.lib.Objs.Property.create(this, java.lang.Boolean.class, "opacity");
public java.lang.Boolean opacity() { return opacity.get(); }
public net.java.html.lib.Objs.Property optDisabled = net.java.html.lib.Objs.Property.create(this, java.lang.Boolean.class, "optDisabled");
public java.lang.Boolean optDisabled() { return optDisabled.get(); }
public net.java.html.lib.Objs.Property optSelected = net.java.html.lib.Objs.Property.create(this, java.lang.Boolean.class, "optSelected");
public java.lang.Boolean optSelected() { return optSelected.get(); }
public net.java.html.lib.Objs.Property style = net.java.html.lib.Objs.Property.create(this, java.lang.Boolean.class, "style");
public java.lang.Boolean style() { return style.get(); }
public net.java.html.lib.Objs.Property submitBubbles = net.java.html.lib.Objs.Property.create(this, java.lang.Boolean.class, "submitBubbles");
public java.lang.Boolean submitBubbles() { return submitBubbles.get(); }
public net.java.html.lib.Objs.Property tbody = net.java.html.lib.Objs.Property.create(this, java.lang.Boolean.class, "tbody");
public java.lang.Boolean tbody() { return tbody.get(); }
public java.lang.Boolean scriptEval() {
return $Typings$.scriptEval$659($js(this));
}
}