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

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

There is a newer version: 1.0.139
Show newest version
package org.dominokit.domino.ui.loaders;

import elemental2.dom.HTMLDivElement;
import org.dominokit.domino.ui.utils.DominoElement;

public interface IsLoader {

    default void setLoadingText(String text) {
    }

    HTMLDivElement getElement();

    void setSize(String width, String height);

    void removeLoadingText();

    DominoElement getContentElement();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy