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

br.com.objectos.ui.html.BaseProto Maven / Gradle / Ivy

The newest version!
package br.com.objectos.ui.html;

import javax.annotation.Generated;

@Generated("br.com.objectos.ui.html.ProtoSpecProcessor")
@TagName("base")
abstract class BaseProto extends HtmlElement {
  public BaseProto() {
    super("base", ContentModel.VOID);
  }

  public E href(String href) {
    attr("href", href);
    return self();
  }

  public E target(String target) {
    attr("target", target);
    return self();
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy