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

cn.ennwifi.webframe.ui.client.common.InfoRequited Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
package cn.ennwifi.webframe.ui.client.common;

import com.google.gwt.user.client.ui.Label;

/**
 * 必填字段信息
 *
 * @author zhangjianshe
 */
public class InfoRequited extends Label {

    /**
     * Instantiates a new Info requited.
     */
    public InfoRequited() {
    setStyleName("solu_needed");
    setText("*必填");
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy