
com.googlecode.mgwt.ui.client.widget.progress.ProgressSpinnerAppearance Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mgwt Show documentation
Show all versions of mgwt Show documentation
using gwt to write mobile (native) apps
The newest version!
/*
* Copyright 2014 Katharina Fahnenbruck
*/
package com.googlecode.mgwt.ui.client.widget.progress;
import com.google.gwt.dom.client.Element;
import com.google.gwt.uibinder.client.UiBinder;
import com.googlecode.mgwt.ui.client.util.MGWTCssResource;
public interface ProgressSpinnerAppearance {
/**
* The CSS resource for the mgwt progress spinner.
*/
interface ProgressSpinnerCss extends MGWTCssResource {
@ClassName("mgwt-ProgressSpinner")
String progressSpinner();
}
ProgressSpinnerCss css();
UiBinder extends Element, ProgressSpinner> uiBinder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy