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

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

There is a newer version: 0.5
Show newest version
package net.java.html.lib.knockout;
public class ComponentConfig extends net.java.html.lib.Objs {
  protected ComponentConfig(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(ComponentConfig.class);
    }
    @Override
    public ComponentConfig create(java.lang.Object obj) {
      return obj == null ? null : new ComponentConfig(this, obj);
    }
  };
  private static final $Constructor $AS = new $Constructor();
  public static ComponentConfig $as(java.lang.Object obj) {
    return $AS.create(obj);
  }
  public net.java.html.lib.Objs.Property> viewModel = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.Union.A4.class, "viewModel");
  public net.java.html.lib.Objs.Property template = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "template");
  public net.java.html.lib.Objs.Property createViewModel = net.java.html.lib.Objs.Property.create(this, java.lang.Object.class, "createViewModel");
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy