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

net.java.html.lib.knockout.Loader Maven / Gradle / Ivy

There is a newer version: 0.5
Show newest version
package net.java.html.lib.knockout;
public class Loader extends net.java.html.lib.Objs {
  protected Loader(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(Loader.class);
    }
    @Override
    public Loader create(java.lang.Object obj) {
      return obj == null ? null : new Loader(this, obj);
    }
  };
  private static final $Constructor $AS = new $Constructor();
  public static Loader $as(java.lang.Object obj) {
    return $AS.create(obj);
  }
  public net.java.html.lib.Objs.Property suppressLoaderExceptions = net.java.html.lib.Objs.Property.create(this, java.lang.Boolean.class, "suppressLoaderExceptions");
  public java.lang.Boolean suppressLoaderExceptions() { return suppressLoaderExceptions.get(); }
  public void getConfig(java.lang.String componentName, net.java.html.lib.Function.A1 callback) {
    $Typings$.getConfig$202($js(this), componentName, net.java.html.lib.Objs.$js(net.java.html.lib.Function.newFunction(callback, new Class[] {ComponentConfig.class})));
  }
  public void loadComponent(java.lang.String componentName, ComponentConfig config, net.java.html.lib.Function.A1 callback) {
    $Typings$.loadComponent$203($js(this), componentName, /* FirstTypeNode*/$js(config), net.java.html.lib.Objs.$js(net.java.html.lib.Function.newFunction(callback, new Class[] {Definition.class})));
  }
  public void loadTemplate(java.lang.String componentName, java.lang.Object templateConfig, net.java.html.lib.Function.A1,? extends java.lang.Void> callback) {
    $Typings$.loadTemplate$204($js(this), componentName, /* AnyKeyword*/$js(templateConfig), net.java.html.lib.Objs.$js(net.java.html.lib.Function.newFunction(callback, new Class[] {null})));
  }
  public void loadViewModel(java.lang.String componentName, java.lang.Object viewModelConfig, net.java.html.lib.Function.A1 callback) {
    $Typings$.loadViewModel$205($js(this), componentName, /* AnyKeyword*/$js(viewModelConfig), net.java.html.lib.Objs.$js(net.java.html.lib.Function.newFunction(callback, new Class[] {java.lang.Object.class})));
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy