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

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

package net.java.html.lib.angular;
public class IModelValidators extends net.java.html.lib.Objs {
  protected IModelValidators(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(IModelValidators.class);
    }
    @Override
    public IModelValidators create(java.lang.Object obj) {
      return obj == null ? null : new IModelValidators(this, obj);
    }
  };
  private static final $Constructor $AS = new $Constructor();
  public static IModelValidators $as(java.lang.Object obj) {
    return $AS.create(obj);
  }
  /**
  * viewValue is any because it can be an object that is called in the view like $viewValue.name:$viewValue.subName
  */
  public net.java.html.lib.Function.A2 $get(java.lang.String index) {
    return (net.java.html.lib.Function.A2)net.java.html.lib.Function.$as($Typings$.$get$291($js(this), index));
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy