net.java.html.lib.angular.INgModelOptions Maven / Gradle / Ivy
package net.java.html.lib.angular;
public class INgModelOptions extends net.java.html.lib.Objs {
protected INgModelOptions(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(INgModelOptions.class);
}
@Override
public INgModelOptions create(java.lang.Object obj) {
return obj == null ? null : new INgModelOptions(this, obj);
}
};
private static final $Constructor $AS = new $Constructor();
public static INgModelOptions $as(java.lang.Object obj) {
return $AS.create(obj);
}
public net.java.html.lib.Objs.Property updateOn = net.java.html.lib.Objs.Property.create(this, java.lang.String.class, "updateOn");
public java.lang.String updateOn() { return updateOn.get(); }
public net.java.html.lib.Objs.Property debounce = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "debounce");
public net.java.html.lib.Objs.Property allowInvalid = net.java.html.lib.Objs.Property.create(this, java.lang.Boolean.class, "allowInvalid");
public java.lang.Boolean allowInvalid() { return allowInvalid.get(); }
public net.java.html.lib.Objs.Property getterSetter = net.java.html.lib.Objs.Property.create(this, java.lang.Boolean.class, "getterSetter");
public java.lang.Boolean getterSetter() { return getterSetter.get(); }
public net.java.html.lib.Objs.Property timezone = net.java.html.lib.Objs.Property.create(this, java.lang.String.class, "timezone");
public java.lang.String timezone() { return timezone.get(); }
}