cn.mapway.ui.client.widget.common.WarningButton Maven / Gradle / Ivy
package cn.mapway.ui.client.widget.common;
/**
* The type Warning button.
*/
public class WarningButton extends ButtonEx {
/**
* Instantiates a new Warning button.
*/
public WarningButton() {
setStyleName("gwtEx-Button gwtEx-WarningButton");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy