Fixed MEASURE
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-column-widget@98948 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
875d7dbc85
commit
ea82aaf7db
|
@ -6,6 +6,9 @@ import java.util.ArrayList;
|
|||
import org.gcube.portlets.user.td.widgetcommonevent.shared.TRId;
|
||||
import org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnTypeCode;
|
||||
|
||||
import com.allen_sauer.gwt.log.client.Log;
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* @author "Giancarlo Panichi" <a
|
||||
|
@ -197,6 +200,7 @@ public class ColumnTypeCodeStore implements Serializable {
|
|||
}
|
||||
|
||||
public static ColumnTypeCode selected(String selected) {
|
||||
Log.debug("ColumnTypeCodeStore Selected:"+selected);
|
||||
if (selected.compareTo(ColumnTypeCode.ANNOTATION.toString()) == 0) {
|
||||
return ColumnTypeCode.ANNOTATION;
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue