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

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

package net.java.html.lib.angular;
public class RouteDefinition extends net.java.html.lib.Objs {
  protected RouteDefinition(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(RouteDefinition.class);
    }
    @Override
    public RouteDefinition create(java.lang.Object obj) {
      return obj == null ? null : new RouteDefinition(this, obj);
    }
  };
  private static final $Constructor $AS = new $Constructor();
  public static RouteDefinition $as(java.lang.Object obj) {
    return $AS.create(obj);
  }
  public net.java.html.lib.Objs.Property path = net.java.html.lib.Objs.Property.create(this, java.lang.String.class, "path");
  public java.lang.String path() { return path.get(); }
  public net.java.html.lib.Objs.Property aux = net.java.html.lib.Objs.Property.create(this, java.lang.String.class, "aux");
  public java.lang.String aux() { return aux.get(); }
  public net.java.html.lib.Objs.Property> component = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.Union.A3.class, "component");
  public net.java.html.lib.Objs.Property loader = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.Function.class, "loader");
  public net.java.html.lib.Function loader() { return loader.get(); }
  public net.java.html.lib.Objs.Property redirectTo = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.Array.class, "redirectTo");
  public net.java.html.lib.Objs.Property as = net.java.html.lib.Objs.Property.create(this, java.lang.String.class, "as");
  public java.lang.String as() { return as.get(); }
  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 data = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "data");
  public net.java.html.lib.Objs.Property useAsDefault = net.java.html.lib.Objs.Property.create(this, java.lang.Boolean.class, "useAsDefault");
  public java.lang.Boolean useAsDefault() { return useAsDefault.get(); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy