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

org.dominokit.domino.ui.loaders.Templated_BounceLoader Maven / Gradle / Ivy

package org.dominokit.domino.ui.loaders;

import elemental2.dom.DomGlobal;
import org.jboss.gwt.elemento.template.TemplateUtil;

import javax.annotation.Generated;

/*
 * WARNING! This class is generated. Do not modify.
 */
@Generated("org.jboss.gwt.elemento.processor.TemplatedProcessor")
public final class Templated_BounceLoader extends BounceLoader {

    private final elemental2.dom.HTMLDivElement templated_bounceloader_root_element;

 public Templated_BounceLoader() {

        this.templated_bounceloader_root_element = (elemental2.dom.HTMLDivElement)DomGlobal.document.createElement("div");
        this.templated_bounceloader_root_element.setAttribute("class", "waitMe");
        this.templated_bounceloader_root_element.setAttribute("style", "background: rgba(255, 255, 255, 0.9);");
        this.templated_bounceloader_root_element.innerHTML = "
Loading...
"; if (this.loadingText == null) { this.loadingText = TemplateUtil.resolveElementAs(templated_bounceloader_root_element, "loadingText"); } else { TemplateUtil.replaceElement(templated_bounceloader_root_element, "loadingText", loadingText); } if (this.progress1 == null) { this.progress1 = TemplateUtil.resolveElementAs(templated_bounceloader_root_element, "progress1"); } else { TemplateUtil.replaceElement(templated_bounceloader_root_element, "progress1", progress1); } if (this.progress2 == null) { this.progress2 = TemplateUtil.resolveElementAs(templated_bounceloader_root_element, "progress2"); } else { TemplateUtil.replaceElement(templated_bounceloader_root_element, "progress2", progress2); } if (this.progress3 == null) { this.progress3 = TemplateUtil.resolveElementAs(templated_bounceloader_root_element, "progress3"); } else { TemplateUtil.replaceElement(templated_bounceloader_root_element, "progress3", progress3); } init(); } @Override public elemental2.dom.HTMLDivElement asElement() { return templated_bounceloader_root_element; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy