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

cn.mapway.ui.client.widget.common.ImageEx 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.Image;

/**
 * The type Image ex.
 */
public class ImageEx extends Image {
    /**
     * Instantiates a new Image ex.
     */
    public ImageEx() {
    }

    /**
     * Gets data.
     *
     * @return the data
     */
    public Object getData() {
        return data;
    }

    /**
     * Sets data.
     *
     * @param data the data
     */
    public void setData(Object data) {
        this.data = data;
    }

    private Object data;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy