All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.java.html.lib.angular.INgModelController Maven / Gradle / Ivy

package net.java.html.lib.angular;
public class INgModelController extends net.java.html.lib.Objs {
  protected INgModelController(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(INgModelController.class);
    }
    @Override
    public INgModelController create(java.lang.Object obj) {
      return obj == null ? null : new INgModelController(this, obj);
    }
  };
  private static final $Constructor $AS = new $Constructor();
  public static INgModelController $as(java.lang.Object obj) {
    return $AS.create(obj);
  }
  public net.java.html.lib.Objs.Property $viewValue = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "$viewValue");
  public net.java.html.lib.Objs.Property $modelValue = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "$modelValue");
  public net.java.html.lib.Objs.Property $parsers = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.Array.class, "$parsers");
  public IModelParser[] $parsers() { return $parsers.get(); }
  public net.java.html.lib.Objs.Property $formatters = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.Array.class, "$formatters");
  public IModelFormatter[] $formatters() { return $formatters.get(); }
  public net.java.html.lib.Objs.Property $viewChangeListeners = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.Array.class, "$viewChangeListeners");
  public IModelViewChangeListener[] $viewChangeListeners() { return $viewChangeListeners.get(); }
  public net.java.html.lib.Objs.Property $error = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "$error");
  public net.java.html.lib.Objs.Property $name = net.java.html.lib.Objs.Property.create(this, java.lang.String.class, "$name");
  public java.lang.String $name() { return $name.get(); }
  public net.java.html.lib.Objs.Property $touched = net.java.html.lib.Objs.Property.create(this, java.lang.Boolean.class, "$touched");
  public java.lang.Boolean $touched() { return $touched.get(); }
  public net.java.html.lib.Objs.Property $untouched = net.java.html.lib.Objs.Property.create(this, java.lang.Boolean.class, "$untouched");
  public java.lang.Boolean $untouched() { return $untouched.get(); }
  public net.java.html.lib.Objs.Property $validators = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.angular.IModelValidators.class, "$validators");
  public IModelValidators $validators() { return $validators.get(); }
  public net.java.html.lib.Objs.Property $asyncValidators = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.angular.IAsyncModelValidators.class, "$asyncValidators");
  public IAsyncModelValidators $asyncValidators() { return $asyncValidators.get(); }
  public net.java.html.lib.Objs.Property $pending = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "$pending");
  public net.java.html.lib.Objs.Property $pristine = net.java.html.lib.Objs.Property.create(this, java.lang.Boolean.class, "$pristine");
  public java.lang.Boolean $pristine() { return $pristine.get(); }
  public net.java.html.lib.Objs.Property $dirty = net.java.html.lib.Objs.Property.create(this, java.lang.Boolean.class, "$dirty");
  public java.lang.Boolean $dirty() { return $dirty.get(); }
  public net.java.html.lib.Objs.Property $valid = net.java.html.lib.Objs.Property.create(this, java.lang.Boolean.class, "$valid");
  public java.lang.Boolean $valid() { return $valid.get(); }
  public net.java.html.lib.Objs.Property $invalid = net.java.html.lib.Objs.Property.create(this, java.lang.Boolean.class, "$invalid");
  public java.lang.Boolean $invalid() { return $invalid.get(); }
  public void $commitViewValue() {
    $Typings$.$commitViewValue$325($js(this));
  }
  public java.lang.Boolean $isEmpty(java.lang.Object value) {
    return $Typings$.$isEmpty$326($js(this), /* AnyKeyword*/$js(value));
  }
  public void $render() {
    $Typings$.$render$327($js(this));
  }
  public void $rollbackViewValue() {
    $Typings$.$rollbackViewValue$328($js(this));
  }
  public void $setDirty() {
    $Typings$.$setDirty$329($js(this));
  }
  public void $setPristine() {
    $Typings$.$setPristine$330($js(this));
  }
  public void $setTouched() {
    $Typings$.$setTouched$331($js(this));
  }
  public void $setUntouched() {
    $Typings$.$setUntouched$332($js(this));
  }
  public void $setValidity(java.lang.String validationErrorKey, java.lang.Boolean isValid) {
    $Typings$.$setValidity$333($js(this), validationErrorKey, isValid);
  }
  // Documentation states viewValue and modelValue to be a string but other
  public void $setViewValue(java.lang.Object value, java.lang.String trigger) {
    $Typings$.$setViewValue$334($js(this), /* AnyKeyword*/$js(value), trigger);
  }
  // Documentation states viewValue and modelValue to be a string but other
  public void $setViewValue(java.lang.Object value) {
    $Typings$.$setViewValue$335($js(this), /* AnyKeyword*/$js(value));
  }
  public void $validate() {
    $Typings$.$validate$336($js(this));
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy