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

cn.mapway.ui.client.widget.common.LabelEx Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
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