package eu.dnetlib.enabling.ui.common.widgets;

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




public interface WithLabel {
	void setTextLabel(String text);
	Label getLabel();
}
