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

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

There is a newer version: 0.5
Show newest version
package net.java.html.lib.knockout;
public class ComponentInfo extends net.java.html.lib.Objs {
  protected ComponentInfo(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(ComponentInfo.class);
    }
    @Override
    public ComponentInfo create(java.lang.Object obj) {
      return obj == null ? null : new ComponentInfo(this, obj);
    }
  };
  private static final $Constructor $AS = new $Constructor();
  public static ComponentInfo $as(java.lang.Object obj) {
    return $AS.create(obj);
  }
  public net.java.html.lib.Objs.Property element = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.dom.Node.class, "element");
  public net.java.html.lib.dom.Node element() { return element.get(); }
  public net.java.html.lib.Objs.Property templateNodes = net.java.html.lib.Objs.Property.create(this, net.java.html.lib.Array.class, "templateNodes");
  public net.java.html.lib.dom.Node[] templateNodes() { return templateNodes.get(); }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy