cn.mapway.ui.client.widget.common.LabelEx Maven / Gradle / Ivy
package cn.mapway.ui.client.widget.common;
import com.google.gwt.user.client.ui.Label;
/**
* The type Label ex.
*/
public class LabelEx extends Label {
/**
* Instantiates a new Label ex.
*/
public LabelEx() {
setStyleName("gwtEx-Label");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy